Shades of Verdun Green #595D02
Tints of Verdun Green #595D02
RGB
CMYK
RGB Variations
Color information
#595D02 (or 0x595D02) is known color: Verdun Green. HEX triplet: 59, 5D and 02. RGB value is (89,93,2). Sum of RGB (Red+Green+Blue) = 89+93+2=184 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.37% from 184); Green value is 93 (36.72% from 255 or 50.54% from 184); Blue value is 2 (1.17% from 255 or 1.09% from 184); Max value from RGB is 93 - color contains mainly: green. Hex color #595D02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #595D02 is #A6A2FD. Grayscale: #515151. Windows color (decimal): -10920702 or 154969. OLE color: 154969.
HSL color Cylindrical-coordinate representation of color #595D02: hue angle of 62.64º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #595D02 is Cyan = 0.04, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 89 | 93 | 2 | - |
| CMYK | 0.04 | 0 | 0.98 | 0.64 |
| HSL | 62.64º | 0.96% | 0.19% | - |
| HSV(B) | 62.64º | 0.98% | 0.36% | - |
| XYZ | 8.05 | 9.96 | 1.56 | - |
| YUV | 81.43 | 83.17 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 93 | 2 | 0.04 | 0 | 0.98 | 0.64 | 62.64 | 0.96 | 0.19 |
| Hex | 59 | 5D | 2 | 4 | 0 | 62 | 40 | 3F | 60 | 13 |
| Octal | 131 | 135 | 2 | 4 | 0 | 142 | 100 | 77 | 140 | 23 |
| Binary | 1011001 | 1011101 | 10 | 100 | 0 | 1100010 | 1000000 | 111111 | 1100000 | 10011 |
Color Harmonies of #595D02
Complementary color
Monochromatic Colors of #595D02
Black with #595D02
Text Example
Text Example
White with #595D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595D02; }
p { color: rgb(89,93,2); }
H1.HeaderClassName
{
color: #595D02;
}
.AnyTagClassName
{
color: #595D02;
}
</style>
background-color css
<style>
a { background-color: #595D02; }
a { background-color: rgb(89,93,2); }
div.DivClassName
{
background-color: #595D02;
}
.BgClassName
{
background-color: #595D02;
}
</style>
border-color css
<style>
span { border-color: #595D02; }
span { border-color: rgb(89,93,2); }
td.TdClassName
{
border-color: #595D02;
}
.TagClassName
{
border-color: #595D02;
}
</style>