Shades of Verdun Green #595804
Tints of Verdun Green #595804
RGB
CMYK
RGB Variations
Color information
#595804 (or 0x595804) is known color: Verdun Green. HEX triplet: 59, 58 and 04. RGB value is (89,88,4). Sum of RGB (Red+Green+Blue) = 89+88+4=181 (23% of max value = 765). Red value is 89 (35.16% from 255 or 49.17% from 181); Green value is 88 (34.77% from 255 or 48.62% from 181); Blue value is 4 (1.95% from 255 or 2.21% from 181); Max value from RGB is 89 - color contains mainly: red. Hex color #595804 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #595804 is #A6A7FB. Grayscale: #4F4F4F. Windows color (decimal): -10921980 or 284761. OLE color: 284761.
HSL color Cylindrical-coordinate representation of color #595804: hue angle of 59.29º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #595804 is Cyan = 0, Magento = 0.01, Yellow = 0.96 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 88 | 4 | - |
| CMYK | 0 | 0.01 | 0.96 | 0.65 |
| HSL | 59.29º | 0.91% | 0.18% | - |
| HSV(B) | 59.29º | 0.96% | 0.35% | - |
| XYZ | 7.63 | 9.11 | 1.47 | - |
| YUV | 78.72 | 85.83 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 88 | 4 | 0 | 0.01 | 0.96 | 0.65 | 59.29 | 0.91 | 0.18 |
| Hex | 59 | 58 | 4 | 0 | 1 | 60 | 41 | 3B | 5B | 12 |
| Octal | 131 | 130 | 4 | 0 | 1 | 140 | 101 | 73 | 133 | 22 |
| Binary | 1011001 | 1011000 | 100 | 0 | 1 | 1100000 | 1000001 | 111011 | 1011011 | 10010 |
Color Harmonies of #595804
Complementary color
Monochromatic Colors of #595804
Black with #595804
Text Example
Text Example
White with #595804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595804; }
p { color: rgb(89,88,4); }
H1.HeaderClassName
{
color: #595804;
}
.AnyTagClassName
{
color: #595804;
}
</style>
background-color css
<style>
a { background-color: #595804; }
a { background-color: rgb(89,88,4); }
div.DivClassName
{
background-color: #595804;
}
.BgClassName
{
background-color: #595804;
}
</style>
border-color css
<style>
span { border-color: #595804; }
span { border-color: rgb(89,88,4); }
td.TdClassName
{
border-color: #595804;
}
.TagClassName
{
border-color: #595804;
}
</style>