Shades of Verdun Green #575D0F
Tints of Verdun Green #575D0F
RGB
CMYK
RGB Variations
Color information
#575D0F (or 0x575D0F) is known color: Verdun Green. HEX triplet: 57, 5D and 0F. RGB value is (87,93,15). Sum of RGB (Red+Green+Blue) = 87+93+15=195 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.62% from 195); Green value is 93 (36.72% from 255 or 47.69% from 195); Blue value is 15 (6.25% from 255 or 7.69% from 195); Max value from RGB is 93 - color contains mainly: green. Hex color #575D0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575D0F is #A8A2F0. Grayscale: #525252. Windows color (decimal): -11051761 or 1006935. OLE color: 1006935.
HSL color Cylindrical-coordinate representation of color #575D0F: hue angle of 64.62º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #575D0F is Cyan = 0.06, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 87 | 93 | 15 | - |
| CMYK | 0.06 | 0 | 0.84 | 0.64 |
| HSL | 64.62º | 0.72% | 0.21% | - |
| HSV(B) | 64.62º | 0.84% | 0.36% | - |
| XYZ | 7.93 | 9.89 | 1.94 | - |
| YUV | 82.31 | 90.01 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 93 | 15 | 0.06 | 0 | 0.84 | 0.64 | 64.62 | 0.72 | 0.21 |
| Hex | 57 | 5D | F | 6 | 0 | 54 | 40 | 41 | 48 | 15 |
| Octal | 127 | 135 | 17 | 6 | 0 | 124 | 100 | 101 | 110 | 25 |
| Binary | 1010111 | 1011101 | 1111 | 110 | 0 | 1010100 | 1000000 | 1000001 | 1001000 | 10101 |
Color Harmonies of #575D0F
Complementary color
Monochromatic Colors of #575D0F
Black with #575D0F
Text Example
Text Example
White with #575D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575D0F; }
p { color: rgb(87,93,15); }
H1.HeaderClassName
{
color: #575D0F;
}
.AnyTagClassName
{
color: #575D0F;
}
</style>
background-color css
<style>
a { background-color: #575D0F; }
a { background-color: rgb(87,93,15); }
div.DivClassName
{
background-color: #575D0F;
}
.BgClassName
{
background-color: #575D0F;
}
</style>
border-color css
<style>
span { border-color: #575D0F; }
span { border-color: rgb(87,93,15); }
td.TdClassName
{
border-color: #575D0F;
}
.TagClassName
{
border-color: #575D0F;
}
</style>