Shades of Verdun Green #596202
Tints of Verdun Green #596202
RGB
CMYK
RGB Variations
Color information
#596202 (or 0x596202) is known color: Verdun Green. HEX triplet: 59, 62 and 02. RGB value is (89,98,2). Sum of RGB (Red+Green+Blue) = 89+98+2=189 (25% of max value = 765). Red value is 89 (35.16% from 255 or 47.09% from 189); Green value is 98 (38.67% from 255 or 51.85% from 189); Blue value is 2 (1.17% from 255 or 1.06% from 189); Max value from RGB is 98 - color contains mainly: green. Hex color #596202 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #596202 is #A69DFD. Grayscale: #545454. Windows color (decimal): -10919422 or 156249. OLE color: 156249.
HSL color Cylindrical-coordinate representation of color #596202: hue angle of 65.62º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #596202 is Cyan = 0.09, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 89 | 98 | 2 | - |
| CMYK | 0.09 | 0 | 0.98 | 0.62 |
| HSL | 65.63º | 0.96% | 0.2% | - |
| HSV(B) | 65.63º | 0.98% | 0.38% | - |
| XYZ | 8.5 | 10.86 | 1.71 | - |
| YUV | 84.37 | 81.52 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 98 | 2 | 0.09 | 0 | 0.98 | 0.62 | 65.63 | 0.96 | 0.2 |
| Hex | 59 | 62 | 2 | 9 | 0 | 62 | 3E | 42 | 60 | 14 |
| Octal | 131 | 142 | 2 | 11 | 0 | 142 | 76 | 102 | 140 | 24 |
| Binary | 1011001 | 1100010 | 10 | 1001 | 0 | 1100010 | 111110 | 1000010 | 1100000 | 10100 |
Color Harmonies of #596202
Complementary color
Monochromatic Colors of #596202
Black with #596202
Text Example
Text Example
White with #596202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #596202; }
p { color: rgb(89,98,2); }
H1.HeaderClassName
{
color: #596202;
}
.AnyTagClassName
{
color: #596202;
}
</style>
background-color css
<style>
a { background-color: #596202; }
a { background-color: rgb(89,98,2); }
div.DivClassName
{
background-color: #596202;
}
.BgClassName
{
background-color: #596202;
}
</style>
border-color css
<style>
span { border-color: #596202; }
span { border-color: rgb(89,98,2); }
td.TdClassName
{
border-color: #596202;
}
.TagClassName
{
border-color: #596202;
}
</style>