Shades of Verdun Green #575B0F
Tints of Verdun Green #575B0F
RGB
CMYK
RGB Variations
Color information
#575B0F (or 0x575B0F) is known color: Verdun Green. HEX triplet: 57, 5B and 0F. RGB value is (87,91,15). Sum of RGB (Red+Green+Blue) = 87+91+15=193 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.08% from 193); Green value is 91 (35.94% from 255 or 47.15% from 193); Blue value is 15 (6.25% from 255 or 7.77% from 193); Max value from RGB is 91 - color contains mainly: green. Hex color #575B0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575B0F is #A8A4F0. Grayscale: #515151. Windows color (decimal): -11052273 or 1006423. OLE color: 1006423.
HSL color Cylindrical-coordinate representation of color #575B0F: hue angle of 63.16º 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 #575B0F is Cyan = 0.04, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 87 | 91 | 15 | - |
| CMYK | 0.04 | 0 | 0.84 | 0.64 |
| HSL | 63.16º | 0.72% | 0.21% | - |
| HSV(B) | 63.16º | 0.84% | 0.36% | - |
| XYZ | 7.76 | 9.54 | 1.89 | - |
| YUV | 81.14 | 90.67 | 132.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 91 | 15 | 0.04 | 0 | 0.84 | 0.64 | 63.16 | 0.72 | 0.21 |
| Hex | 57 | 5B | F | 4 | 0 | 54 | 40 | 3F | 48 | 15 |
| Octal | 127 | 133 | 17 | 4 | 0 | 124 | 100 | 77 | 110 | 25 |
| Binary | 1010111 | 1011011 | 1111 | 100 | 0 | 1010100 | 1000000 | 111111 | 1001000 | 10101 |
Color Harmonies of #575B0F
Complementary color
Monochromatic Colors of #575B0F
Black with #575B0F
Text Example
Text Example
White with #575B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575B0F; }
p { color: rgb(87,91,15); }
H1.HeaderClassName
{
color: #575B0F;
}
.AnyTagClassName
{
color: #575B0F;
}
</style>
background-color css
<style>
a { background-color: #575B0F; }
a { background-color: rgb(87,91,15); }
div.DivClassName
{
background-color: #575B0F;
}
.BgClassName
{
background-color: #575B0F;
}
</style>
border-color css
<style>
span { border-color: #575B0F; }
span { border-color: rgb(87,91,15); }
td.TdClassName
{
border-color: #575B0F;
}
.TagClassName
{
border-color: #575B0F;
}
</style>