Shades of Verdun Green #595F00
Tints of Verdun Green #595F00
RGB
CMYK
RGB Variations
Color information
#595F00 (or 0x595F00) is known color: Verdun Green. HEX triplet: 59, 5F and 00. RGB value is (89,95,0). Sum of RGB (Red+Green+Blue) = 89+95+0=184 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.37% from 184); Green value is 95 (37.5% from 255 or 51.63% from 184); Blue value is 0 (0.39% from 255 or 0% from 184); Max value from RGB is 95 - color contains mainly: green. Hex color #595F00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #595F00 is #A6A0FF. Grayscale: #525252. Windows color (decimal): -10920192 or 24409. OLE color: 24409.
HSL color Cylindrical-coordinate representation of color #595F00: hue angle of 63.79º 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 #595F00 is Cyan = 0.06, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 89 | 95 | 0 | - |
| CMYK | 0.06 | 0 | 1 | 0.63 |
| HSL | 63.79º | 1% | 0.19% | - |
| HSV(B) | 63.79º | 1% | 0.37% | - |
| XYZ | 8.21 | 10.31 | 1.56 | - |
| YUV | 82.38 | 81.51 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 95 | 0 | 0.06 | 0 | 1 | 0.63 | 63.79 | 1 | 0.19 |
| Hex | 59 | 5F | 0 | 6 | 0 | 64 | 3F | 40 | 64 | 13 |
| Octal | 131 | 137 | 0 | 6 | 0 | 144 | 77 | 100 | 144 | 23 |
| Binary | 1011001 | 1011111 | 0 | 110 | 0 | 1100100 | 111111 | 1000000 | 1100100 | 10011 |
Color Harmonies of #595F00
Complementary color
Monochromatic Colors of #595F00
Black with #595F00
Text Example
Text Example
White with #595F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595F00; }
p { color: rgb(89,95,0); }
H1.HeaderClassName
{
color: #595F00;
}
.AnyTagClassName
{
color: #595F00;
}
</style>
background-color css
<style>
a { background-color: #595F00; }
a { background-color: rgb(89,95,0); }
div.DivClassName
{
background-color: #595F00;
}
.BgClassName
{
background-color: #595F00;
}
</style>
border-color css
<style>
span { border-color: #595F00; }
span { border-color: rgb(89,95,0); }
td.TdClassName
{
border-color: #595F00;
}
.TagClassName
{
border-color: #595F00;
}
</style>