Color spaces of #398112
RGB | 57 | 129 | 18 |
---|---|---|---|
HSL | 0.27 | 0.76 | 0.29 |
HSV | 99° | 86° | 51° |
CMYK | 0.56 | 0.00 | 0.86 0.49 |
XYZ | 9.6468 | 16.6140 | 3.2707 |
Yxy | 16.6140 | 0.3267 | 0.5626 |
Hunter Lab | 40.7603 | -29.0846 | 23.7746 |
CIE-Lab | 47.7699 | -41.6402 | 47.7768 |
#398112 color RGB value is (57,129,18).
#398112 hex color red value is 57, green value is 129 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #398112 hue: 0.27 , saturation: 0.76 and the lightness value of 398112 is 0.29.
The process color (four color CMYK) of #398112 color hex is 0.56, 0.00, 0.86, 0.49. Web safe color of #398112 is #339900. Color #398112 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111001 | 10000001 | 00010010 |
Octal | 71 | 201 | 22 |
Decimal | 57 | 129 | 18 |
Hex | 39 | 81 | 12 |
Shades of #398112
Tints of #398112
RGB Percentages of Color #398112
CMYK Percentages of Color #398112
Complementary Color
#398112 | #5a1281 |
#398112 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#398112 Color Preview on White Background
Lorem ipsum dolor sit amet.
#398112 Color CSS Codes
.mybgcolor {background-color:#398112; } .myforecolor {color:#398112; } .mybordercolor {border:3px solid #398112; }
#398112 Text Font Color
<p style="color:#398112">Text here</p>
This sample text font color is #398112
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.
#398112 Background Color
<div style="background-color:#398112">
Div content here</div>
This div background color is #398112
#398112 Border Color
<div style="border:3px solid #398112">
Div here</div>
This div border color is #398112
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(57,129,18, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #398112; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #398112; -webkit-box-shadow: 1px 1px 3px 2px #398112; box-shadow: 1px 1px 3px 2px #398112; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(57,129,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 #398112">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #398112; -webkit-box-shadow: 1px 1px 3px 2px #398112; box-shadow: 1px 1px 3px 2px #398112;">
Div content here</div>
This div box has shadow with color #398112
Comments
No comments written yet.
Please login to write comment.