Shades of Verdun Green #596000
Tints of Verdun Green #596000
RGB
CMYK
RGB Variations
Color information
#596000 (or 0x596000) is known color: Verdun Green. HEX triplet: 59, 60 and 00. RGB value is (89,96,0). Sum of RGB (Red+Green+Blue) = 89+96+0=185 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.11% from 185); Green value is 96 (37.89% from 255 or 51.89% from 185); Blue value is 0 (0.39% from 255 or 0% from 185); Max value from RGB is 96 - color contains mainly: green. Hex color #596000 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #596000 is #A69FFF. Grayscale: #535353. Windows color (decimal): -10919936 or 24665. OLE color: 24665.
HSL color Cylindrical-coordinate representation of color #596000: hue angle of 64.38º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #596000 is Cyan = 0.07, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 89 | 96 | 0 | - |
| CMYK | 0.07 | 0 | 1 | 0.62 |
| HSL | 64.38º | 1% | 0.19% | - |
| HSV(B) | 64.38º | 1% | 0.38% | - |
| XYZ | 8.3 | 10.49 | 1.59 | - |
| YUV | 82.96 | 81.18 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 96 | 0 | 0.07 | 0 | 1 | 0.62 | 64.38 | 1 | 0.19 |
| Hex | 59 | 60 | 0 | 7 | 0 | 64 | 3E | 40 | 64 | 13 |
| Octal | 131 | 140 | 0 | 7 | 0 | 144 | 76 | 100 | 144 | 23 |
| Binary | 1011001 | 1100000 | 0 | 111 | 0 | 1100100 | 111110 | 1000000 | 1100100 | 10011 |
Color Harmonies of #596000
Complementary color
Monochromatic Colors of #596000
Black with #596000
Text Example
Text Example
White with #596000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #596000; }
p { color: rgb(89,96,0); }
H1.HeaderClassName
{
color: #596000;
}
.AnyTagClassName
{
color: #596000;
}
</style>
background-color css
<style>
a { background-color: #596000; }
a { background-color: rgb(89,96,0); }
div.DivClassName
{
background-color: #596000;
}
.BgClassName
{
background-color: #596000;
}
</style>
border-color css
<style>
span { border-color: #596000; }
span { border-color: rgb(89,96,0); }
td.TdClassName
{
border-color: #596000;
}
.TagClassName
{
border-color: #596000;
}
</style>