Shades of Verdun Green #575F00
Tints of Verdun Green #575F00
RGB
CMYK
RGB Variations
Color information
#575F00 (or 0x575F00) is known color: Verdun Green. HEX triplet: 57, 5F and 00. RGB value is (87,95,0). Sum of RGB (Red+Green+Blue) = 87+95+0=182 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.80% from 182); Green value is 95 (37.5% from 255 or 52.20% from 182); Blue value is 0 (0.39% from 255 or 0% from 182); Max value from RGB is 95 - color contains mainly: green. Hex color #575F00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575F00 is #A8A0FF. Grayscale: #525252. Windows color (decimal): -11051264 or 24407. OLE color: 24407.
HSL color Cylindrical-coordinate representation of color #575F00: hue angle of 65.05º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #575F00 is Cyan = 0.08, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 87 | 95 | 0 | - |
| CMYK | 0.08 | 0 | 1 | 0.63 |
| HSL | 65.05º | 1% | 0.19% | - |
| HSV(B) | 65.05º | 1% | 0.37% | - |
| XYZ | 8.02 | 10.21 | 1.55 | - |
| YUV | 81.78 | 81.85 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 95 | 0 | 0.08 | 0 | 1 | 0.63 | 65.05 | 1 | 0.19 |
| Hex | 57 | 5F | 0 | 8 | 0 | 64 | 3F | 41 | 64 | 13 |
| Octal | 127 | 137 | 0 | 10 | 0 | 144 | 77 | 101 | 144 | 23 |
| Binary | 1010111 | 1011111 | 0 | 1000 | 0 | 1100100 | 111111 | 1000001 | 1100100 | 10011 |
Color Harmonies of #575F00
Complementary color
Monochromatic Colors of #575F00
Black with #575F00
Text Example
Text Example
White with #575F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575F00; }
p { color: rgb(87,95,0); }
H1.HeaderClassName
{
color: #575F00;
}
.AnyTagClassName
{
color: #575F00;
}
</style>
background-color css
<style>
a { background-color: #575F00; }
a { background-color: rgb(87,95,0); }
div.DivClassName
{
background-color: #575F00;
}
.BgClassName
{
background-color: #575F00;
}
</style>
border-color css
<style>
span { border-color: #575F00; }
span { border-color: rgb(87,95,0); }
td.TdClassName
{
border-color: #575F00;
}
.TagClassName
{
border-color: #575F00;
}
</style>