Color spaces of #378932
RGB | 55 | 137 | 50 |
---|---|---|---|
HSL | 0.32 | 0.47 | 0.37 |
HSV | 117° | 64° | 54° |
CMYK | 0.60 | 0.00 | 0.64 0.46 |
XYZ | 11.0969 | 18.9338 | 6.0873 |
Yxy | 18.9338 | 0.3072 | 0.5242 |
Hunter Lab | 43.5130 | -30.6258 | 22.1646 |
CIE-Lab | 50.6097 | -42.7351 | 38.3695 |
#378932 color RGB value is (55,137,50).
#378932 hex color red value is 55, green value is 137 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #378932 hue: 0.32 , saturation: 0.47 and the lightness value of 378932 is 0.37.
The process color (four color CMYK) of #378932 color hex is 0.60, 0.00, 0.64, 0.46. Web safe color of #378932 is #339933. Color #378932 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110111 | 10001001 | 00110010 |
Octal | 67 | 211 | 62 |
Decimal | 55 | 137 | 50 |
Hex | 37 | 89 | 32 |
Shades of #378932
Tints of #378932
RGB Percentages of Color #378932
CMYK Percentages of Color #378932
Complementary Color
#378932 | #843289 |
#378932 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#378932 Color Preview on White Background
Lorem ipsum dolor sit amet.
#378932 Color CSS Codes
.mybgcolor {background-color:#378932; } .myforecolor {color:#378932; } .mybordercolor {border:3px solid #378932; }
#378932 Text Font Color
<p style="color:#378932">Text here</p>
This sample text font color is #378932
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#378932 Background Color
<div style="background-color:#378932">
Div content here</div>
This div background color is #378932
#378932 Border Color
<div style="border:3px solid #378932">
Div here</div>
This div border color is #378932
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(55,137,50, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #378932; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #378932; -webkit-box-shadow: 1px 1px 3px 2px #378932; box-shadow: 1px 1px 3px 2px #378932; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(55,137,50, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #378932">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #378932; -webkit-box-shadow: 1px 1px 3px 2px #378932; box-shadow: 1px 1px 3px 2px #378932;">
Div content here</div>
This div box has shadow with color #378932
Comments
No comments written yet.
Please login to write comment.