Shades of Verdun Green #596002
Tints of Verdun Green #596002
RGB
CMYK
RGB Variations
Color information
#596002 (or 0x596002) is known color: Verdun Green. HEX triplet: 59, 60 and 02. RGB value is (89,96,2). Sum of RGB (Red+Green+Blue) = 89+96+2=187 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.59% from 187); Green value is 96 (37.89% from 255 or 51.34% from 187); Blue value is 2 (1.17% from 255 or 1.07% from 187); Max value from RGB is 96 - color contains mainly: green. Hex color #596002 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #596002 is #A69FFD. Grayscale: #535353. Windows color (decimal): -10919934 or 155737. OLE color: 155737.
HSL color Cylindrical-coordinate representation of color #596002: hue angle of 64.47º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #596002 is Cyan = 0.07, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 89 | 96 | 2 | - |
| CMYK | 0.07 | 0 | 0.98 | 0.62 |
| HSL | 64.47º | 0.96% | 0.19% | - |
| HSV(B) | 64.47º | 0.98% | 0.38% | - |
| XYZ | 8.31 | 10.49 | 1.64 | - |
| YUV | 83.19 | 82.18 | 132.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 96 | 2 | 0.07 | 0 | 0.98 | 0.62 | 64.47 | 0.96 | 0.19 |
| Hex | 59 | 60 | 2 | 7 | 0 | 62 | 3E | 40 | 60 | 13 |
| Octal | 131 | 140 | 2 | 7 | 0 | 142 | 76 | 100 | 140 | 23 |
| Binary | 1011001 | 1100000 | 10 | 111 | 0 | 1100010 | 111110 | 1000000 | 1100000 | 10011 |
Color Harmonies of #596002
Complementary color
Monochromatic Colors of #596002
Black with #596002
Text Example
Text Example
White with #596002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #596002; }
p { color: rgb(89,96,2); }
H1.HeaderClassName
{
color: #596002;
}
.AnyTagClassName
{
color: #596002;
}
</style>
background-color css
<style>
a { background-color: #596002; }
a { background-color: rgb(89,96,2); }
div.DivClassName
{
background-color: #596002;
}
.BgClassName
{
background-color: #596002;
}
</style>
border-color css
<style>
span { border-color: #596002; }
span { border-color: rgb(89,96,2); }
td.TdClassName
{
border-color: #596002;
}
.TagClassName
{
border-color: #596002;
}
</style>