Shades of Verdun Green #595502
Tints of Verdun Green #595502
RGB
CMYK
RGB Variations
Color information
#595502 (or 0x595502) is known color: Verdun Green. HEX triplet: 59, 55 and 02. RGB value is (89,85,2). Sum of RGB (Red+Green+Blue) = 89+85+2=176 (23% of max value = 765). Red value is 89 (35.16% from 255 or 50.57% from 176); Green value is 85 (33.59% from 255 or 48.30% from 176); Blue value is 2 (1.17% from 255 or 1.14% from 176); Max value from RGB is 89 - color contains mainly: red. Hex color #595502 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #595502 is #A6AAFD. Grayscale: #4D4D4D. Windows color (decimal): -10922750 or 152921. OLE color: 152921.
HSL color Cylindrical-coordinate representation of color #595502: hue angle of 57.24º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #595502 is Cyan = 0, Magento = 0.04, Yellow = 0.98 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 85 | 2 | - |
| CMYK | 0 | 0.04 | 0.98 | 0.65 |
| HSL | 57.24º | 0.96% | 0.18% | - |
| HSV(B) | 57.24º | 0.98% | 0.35% | - |
| XYZ | 7.38 | 8.63 | 1.33 | - |
| YUV | 76.73 | 85.83 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 85 | 2 | 0 | 0.04 | 0.98 | 0.65 | 57.24 | 0.96 | 0.18 |
| Hex | 59 | 55 | 2 | 0 | 4 | 62 | 41 | 39 | 60 | 12 |
| Octal | 131 | 125 | 2 | 0 | 4 | 142 | 101 | 71 | 140 | 22 |
| Binary | 1011001 | 1010101 | 10 | 0 | 100 | 1100010 | 1000001 | 111001 | 1100000 | 10010 |
Color Harmonies of #595502
Complementary color
Monochromatic Colors of #595502
Black with #595502
Text Example
Text Example
White with #595502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595502; }
p { color: rgb(89,85,2); }
H1.HeaderClassName
{
color: #595502;
}
.AnyTagClassName
{
color: #595502;
}
</style>
background-color css
<style>
a { background-color: #595502; }
a { background-color: rgb(89,85,2); }
div.DivClassName
{
background-color: #595502;
}
.BgClassName
{
background-color: #595502;
}
</style>
border-color css
<style>
span { border-color: #595502; }
span { border-color: rgb(89,85,2); }
td.TdClassName
{
border-color: #595502;
}
.TagClassName
{
border-color: #595502;
}
</style>