Color spaces of #487612
RGB | 72 | 118 | 18 |
---|---|---|---|
HSL | 0.24 | 0.74 | 0.27 |
HSV | 88° | 85° | 46° |
CMYK | 0.39 | 0.00 | 0.85 0.54 |
XYZ | 9.2601 | 14.3783 | 2.8595 |
Yxy | 14.3783 | 0.3495 | 0.5426 |
Hunter Lab | 37.9187 | -22.7664 | 22.0720 |
CIE-Lab | 44.7706 | -31.8711 | 45.3286 |
#487612 color RGB value is (72,118,18).
#487612 hex color red value is 72, green value is 118 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #487612 hue: 0.24 , saturation: 0.74 and the lightness value of 487612 is 0.27.
The process color (four color CMYK) of #487612 color hex is 0.39, 0.00, 0.85, 0.54. Web safe color of #487612 is #336600. Color #487612 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001000 | 01110110 | 00010010 |
Octal | 110 | 166 | 22 |
Decimal | 72 | 118 | 18 |
Hex | 48 | 76 | 12 |
Shades of #487612
Tints of #487612
RGB Percentages of Color #487612
CMYK Percentages of Color #487612
Complementary Color
#487612 | #401276 |
#487612 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#487612 Color Preview on White Background
Lorem ipsum dolor sit amet.
#487612 Color CSS Codes
.mybgcolor {background-color:#487612; } .myforecolor {color:#487612; } .mybordercolor {border:3px solid #487612; }
#487612 Text Font Color
<p style="color:#487612">Text here</p>
This sample text font color is #487612
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.
#487612 Background Color
<div style="background-color:#487612">
Div content here</div>
This div background color is #487612
#487612 Border Color
<div style="border:3px solid #487612">
Div here</div>
This div border color is #487612
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(72,118,18, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #487612; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #487612; -webkit-box-shadow: 1px 1px 3px 2px #487612; box-shadow: 1px 1px 3px 2px #487612; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(72,118,18, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #487612">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #487612; -webkit-box-shadow: 1px 1px 3px 2px #487612; box-shadow: 1px 1px 3px 2px #487612;">
Div content here</div>
This div box has shadow with color #487612
Comments
No comments written yet.
Please login to write comment.