Shades of Verdun Green #595E02
Tints of Verdun Green #595E02
RGB
CMYK
RGB Variations
Color information
#595E02 (or 0x595E02) is known color: Verdun Green. HEX triplet: 59, 5E and 02. RGB value is (89,94,2). Sum of RGB (Red+Green+Blue) = 89+94+2=185 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.11% from 185); Green value is 94 (37.11% from 255 or 50.81% from 185); Blue value is 2 (1.17% from 255 or 1.08% from 185); Max value from RGB is 94 - color contains mainly: green. Hex color #595E02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #595E02 is #A6A1FD. Grayscale: #525252. Windows color (decimal): -10920446 or 155225. OLE color: 155225.
HSL color Cylindrical-coordinate representation of color #595E02: hue angle of 63.26º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #595E02 is Cyan = 0.05, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 89 | 94 | 2 | - |
| CMYK | 0.05 | 0 | 0.98 | 0.63 |
| HSL | 63.26º | 0.96% | 0.19% | - |
| HSV(B) | 63.26º | 0.98% | 0.37% | - |
| XYZ | 8.13 | 10.13 | 1.58 | - |
| YUV | 82.02 | 82.84 | 132.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 94 | 2 | 0.05 | 0 | 0.98 | 0.63 | 63.26 | 0.96 | 0.19 |
| Hex | 59 | 5E | 2 | 5 | 0 | 62 | 3F | 3F | 60 | 13 |
| Octal | 131 | 136 | 2 | 5 | 0 | 142 | 77 | 77 | 140 | 23 |
| Binary | 1011001 | 1011110 | 10 | 101 | 0 | 1100010 | 111111 | 111111 | 1100000 | 10011 |
Color Harmonies of #595E02
Complementary color
Monochromatic Colors of #595E02
Black with #595E02
Text Example
Text Example
White with #595E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595E02; }
p { color: rgb(89,94,2); }
H1.HeaderClassName
{
color: #595E02;
}
.AnyTagClassName
{
color: #595E02;
}
</style>
background-color css
<style>
a { background-color: #595E02; }
a { background-color: rgb(89,94,2); }
div.DivClassName
{
background-color: #595E02;
}
.BgClassName
{
background-color: #595E02;
}
</style>
border-color css
<style>
span { border-color: #595E02; }
span { border-color: rgb(89,94,2); }
td.TdClassName
{
border-color: #595E02;
}
.TagClassName
{
border-color: #595E02;
}
</style>