Shades of Verdun Green #595705
Tints of Verdun Green #595705
RGB
CMYK
RGB Variations
Color information
#595705 (or 0x595705) is known color: Verdun Green. HEX triplet: 59, 57 and 05. RGB value is (89,87,5). Sum of RGB (Red+Green+Blue) = 89+87+5=181 (23% of max value = 765). Red value is 89 (35.16% from 255 or 49.17% from 181); Green value is 87 (34.38% from 255 or 48.07% from 181); Blue value is 5 (2.34% from 255 or 2.76% from 181); Max value from RGB is 89 - color contains mainly: red. Hex color #595705 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #595705 is #A6A8FA. Grayscale: #4E4E4E. Windows color (decimal): -10922235 or 350041. OLE color: 350041.
HSL color Cylindrical-coordinate representation of color #595705: hue angle of 58.57º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #595705 is Cyan = 0, Magento = 0.02, Yellow = 0.94 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 87 | 5 | - |
| CMYK | 0 | 0.02 | 0.94 | 0.65 |
| HSL | 58.57º | 0.89% | 0.18% | - |
| HSV(B) | 58.57º | 0.94% | 0.35% | - |
| XYZ | 7.56 | 8.95 | 1.47 | - |
| YUV | 78.25 | 86.66 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 87 | 5 | 0 | 0.02 | 0.94 | 0.65 | 58.57 | 0.89 | 0.18 |
| Hex | 59 | 57 | 5 | 0 | 2 | 5E | 41 | 3B | 59 | 12 |
| Octal | 131 | 127 | 5 | 0 | 2 | 136 | 101 | 73 | 131 | 22 |
| Binary | 1011001 | 1010111 | 101 | 0 | 10 | 1011110 | 1000001 | 111011 | 1011001 | 10010 |
Color Harmonies of #595705
Complementary color
Monochromatic Colors of #595705
Black with #595705
Text Example
Text Example
White with #595705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595705; }
p { color: rgb(89,87,5); }
H1.HeaderClassName
{
color: #595705;
}
.AnyTagClassName
{
color: #595705;
}
</style>
background-color css
<style>
a { background-color: #595705; }
a { background-color: rgb(89,87,5); }
div.DivClassName
{
background-color: #595705;
}
.BgClassName
{
background-color: #595705;
}
</style>
border-color css
<style>
span { border-color: #595705; }
span { border-color: rgb(89,87,5); }
td.TdClassName
{
border-color: #595705;
}
.TagClassName
{
border-color: #595705;
}
</style>