Shades of Verdun Green #575F10
Tints of Verdun Green #575F10
RGB
CMYK
RGB Variations
Color information
#575F10 (or 0x575F10) is known color: Verdun Green. HEX triplet: 57, 5F and 10. RGB value is (87,95,16). Sum of RGB (Red+Green+Blue) = 87+95+16=198 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.94% from 198); Green value is 95 (37.5% from 255 or 47.98% from 198); Blue value is 16 (6.64% from 255 or 8.08% from 198); Max value from RGB is 95 - color contains mainly: green. Hex color #575F10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575F10 is #A8A0EF. Grayscale: #535353. Windows color (decimal): -11051248 or 1072983. OLE color: 1072983.
HSL color Cylindrical-coordinate representation of color #575F10: hue angle of 66.08º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #575F10 is Cyan = 0.08, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 87 | 95 | 16 | - |
| CMYK | 0.08 | 0 | 0.83 | 0.63 |
| HSL | 66.08º | 0.71% | 0.22% | - |
| HSV(B) | 66.08º | 0.83% | 0.37% | - |
| XYZ | 8.12 | 10.25 | 2.04 | - |
| YUV | 83.6 | 89.85 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 95 | 16 | 0.08 | 0 | 0.83 | 0.63 | 66.08 | 0.71 | 0.22 |
| Hex | 57 | 5F | 10 | 8 | 0 | 53 | 3F | 42 | 47 | 16 |
| Octal | 127 | 137 | 20 | 10 | 0 | 123 | 77 | 102 | 107 | 26 |
| Binary | 1010111 | 1011111 | 10000 | 1000 | 0 | 1010011 | 111111 | 1000010 | 1000111 | 10110 |
Color Harmonies of #575F10
Complementary color
Monochromatic Colors of #575F10
Black with #575F10
Text Example
Text Example
White with #575F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575F10; }
p { color: rgb(87,95,16); }
H1.HeaderClassName
{
color: #575F10;
}
.AnyTagClassName
{
color: #575F10;
}
</style>
background-color css
<style>
a { background-color: #575F10; }
a { background-color: rgb(87,95,16); }
div.DivClassName
{
background-color: #575F10;
}
.BgClassName
{
background-color: #575F10;
}
</style>
border-color css
<style>
span { border-color: #575F10; }
span { border-color: rgb(87,95,16); }
td.TdClassName
{
border-color: #575F10;
}
.TagClassName
{
border-color: #575F10;
}
</style>