Shades of Verdun Green #575F0F
Tints of Verdun Green #575F0F
RGB
CMYK
RGB Variations
Color information
#575F0F (or 0x575F0F) is known color: Verdun Green. HEX triplet: 57, 5F and 0F. RGB value is (87,95,15). Sum of RGB (Red+Green+Blue) = 87+95+15=197 (26% of max value = 765). Red value is 87 (34.38% from 255 or 44.16% from 197); Green value is 95 (37.5% from 255 or 48.22% from 197); Blue value is 15 (6.25% from 255 or 7.61% from 197); Max value from RGB is 95 - color contains mainly: green. Hex color #575F0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575F0F is #A8A0F0. Grayscale: #535353. Windows color (decimal): -11051249 or 1007447. OLE color: 1007447.
HSL color Cylindrical-coordinate representation of color #575F0F: hue angle of 66º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #575F0F is Cyan = 0.08, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 87 | 95 | 15 | - |
| CMYK | 0.08 | 0 | 0.84 | 0.63 |
| HSL | 66º | 0.73% | 0.22% | - |
| HSV(B) | 66º | 0.84% | 0.37% | - |
| XYZ | 8.11 | 10.25 | 2 | - |
| YUV | 83.49 | 89.35 | 130.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 95 | 15 | 0.08 | 0 | 0.84 | 0.63 | 66 | 0.73 | 0.22 |
| Hex | 57 | 5F | F | 8 | 0 | 54 | 3F | 42 | 49 | 16 |
| Octal | 127 | 137 | 17 | 10 | 0 | 124 | 77 | 102 | 111 | 26 |
| Binary | 1010111 | 1011111 | 1111 | 1000 | 0 | 1010100 | 111111 | 1000010 | 1001001 | 10110 |
Color Harmonies of #575F0F
Complementary color
Monochromatic Colors of #575F0F
Black with #575F0F
Text Example
Text Example
White with #575F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575F0F; }
p { color: rgb(87,95,15); }
H1.HeaderClassName
{
color: #575F0F;
}
.AnyTagClassName
{
color: #575F0F;
}
</style>
background-color css
<style>
a { background-color: #575F0F; }
a { background-color: rgb(87,95,15); }
div.DivClassName
{
background-color: #575F0F;
}
.BgClassName
{
background-color: #575F0F;
}
</style>
border-color css
<style>
span { border-color: #575F0F; }
span { border-color: rgb(87,95,15); }
td.TdClassName
{
border-color: #575F0F;
}
.TagClassName
{
border-color: #575F0F;
}
</style>