Shades of Verdun Green #595702
Tints of Verdun Green #595702
RGB
CMYK
RGB Variations
Color information
#595702 (or 0x595702) is known color: Verdun Green. HEX triplet: 59, 57 and 02. RGB value is (89,87,2). Sum of RGB (Red+Green+Blue) = 89+87+2=178 (23% of max value = 765). Red value is 89 (35.16% from 255 or 50% from 178); Green value is 87 (34.38% from 255 or 48.88% from 178); Blue value is 2 (1.17% from 255 or 1.12% from 178); Max value from RGB is 89 - color contains mainly: red. Hex color #595702 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #595702 is #A6A8FD. Grayscale: #4E4E4E. Windows color (decimal): -10922238 or 153433. OLE color: 153433.
HSL color Cylindrical-coordinate representation of color #595702: hue angle of 58.62º 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 #595702 is Cyan = 0, Magento = 0.02, Yellow = 0.98 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 87 | 2 | - |
| CMYK | 0 | 0.02 | 0.98 | 0.65 |
| HSL | 58.62º | 0.96% | 0.18% | - |
| HSV(B) | 58.62º | 0.98% | 0.35% | - |
| XYZ | 7.54 | 8.94 | 1.39 | - |
| YUV | 77.91 | 85.16 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 87 | 2 | 0 | 0.02 | 0.98 | 0.65 | 58.62 | 0.96 | 0.18 |
| Hex | 59 | 57 | 2 | 0 | 2 | 62 | 41 | 3B | 60 | 12 |
| Octal | 131 | 127 | 2 | 0 | 2 | 142 | 101 | 73 | 140 | 22 |
| Binary | 1011001 | 1010111 | 10 | 0 | 10 | 1100010 | 1000001 | 111011 | 1100000 | 10010 |
Color Harmonies of #595702
Complementary color
Monochromatic Colors of #595702
Black with #595702
Text Example
Text Example
White with #595702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595702; }
p { color: rgb(89,87,2); }
H1.HeaderClassName
{
color: #595702;
}
.AnyTagClassName
{
color: #595702;
}
</style>
background-color css
<style>
a { background-color: #595702; }
a { background-color: rgb(89,87,2); }
div.DivClassName
{
background-color: #595702;
}
.BgClassName
{
background-color: #595702;
}
</style>
border-color css
<style>
span { border-color: #595702; }
span { border-color: rgb(89,87,2); }
td.TdClassName
{
border-color: #595702;
}
.TagClassName
{
border-color: #595702;
}
</style>