Shades of Verdun Green #575F12
Tints of Verdun Green #575F12
RGB
CMYK
RGB Variations
Color information
#575F12 (or 0x575F12) is known color: Verdun Green. HEX triplet: 57, 5F and 12. RGB value is (87,95,18). Sum of RGB (Red+Green+Blue) = 87+95+18=200 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.5% from 200); Green value is 95 (37.5% from 255 or 47.5% from 200); Blue value is 18 (7.42% from 255 or 9% from 200); Max value from RGB is 95 - color contains mainly: green. Hex color #575F12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575F12 is #A8A0ED. Grayscale: #545454. Windows color (decimal): -11051246 or 1204055. OLE color: 1204055.
HSL color Cylindrical-coordinate representation of color #575F12: hue angle of 66.23º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #575F12 is Cyan = 0.08, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 87 | 95 | 18 | - |
| CMYK | 0.08 | 0 | 0.81 | 0.63 |
| HSL | 66.23º | 0.68% | 0.22% | - |
| HSV(B) | 66.23º | 0.81% | 0.37% | - |
| XYZ | 8.13 | 10.25 | 2.12 | - |
| YUV | 83.83 | 90.85 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 95 | 18 | 0.08 | 0 | 0.81 | 0.63 | 66.23 | 0.68 | 0.22 |
| Hex | 57 | 5F | 12 | 8 | 0 | 51 | 3F | 42 | 44 | 16 |
| Octal | 127 | 137 | 22 | 10 | 0 | 121 | 77 | 102 | 104 | 26 |
| Binary | 1010111 | 1011111 | 10010 | 1000 | 0 | 1010001 | 111111 | 1000010 | 1000100 | 10110 |
Color Harmonies of #575F12
Complementary color
Monochromatic Colors of #575F12
Black with #575F12
Text Example
Text Example
White with #575F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575F12; }
p { color: rgb(87,95,18); }
H1.HeaderClassName
{
color: #575F12;
}
.AnyTagClassName
{
color: #575F12;
}
</style>
background-color css
<style>
a { background-color: #575F12; }
a { background-color: rgb(87,95,18); }
div.DivClassName
{
background-color: #575F12;
}
.BgClassName
{
background-color: #575F12;
}
</style>
border-color css
<style>
span { border-color: #575F12; }
span { border-color: rgb(87,95,18); }
td.TdClassName
{
border-color: #575F12;
}
.TagClassName
{
border-color: #575F12;
}
</style>