Shades of Verdun Green #595200
Tints of Verdun Green #595200
RGB
CMYK
RGB Variations
Color information
#595200 (or 0x595200) is known color: Verdun Green. HEX triplet: 59, 52 and 00. RGB value is (89,82,0). Sum of RGB (Red+Green+Blue) = 89+82+0=171 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.05% from 171); Green value is 82 (32.42% from 255 or 47.95% from 171); Blue value is 0 (0.39% from 255 or 0% from 171); Max value from RGB is 89 - color contains mainly: red. Hex color #595200 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #595200 is #A6ADFF. Grayscale: #4B4B4B. Windows color (decimal): -10923520 or 21081. OLE color: 21081.
HSL color Cylindrical-coordinate representation of color #595200: hue angle of 55.28º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #595200 is Cyan = 0, Magento = 0.08, Yellow = 1 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 82 | 0 | - |
| CMYK | 0 | 0.08 | 1 | 0.65 |
| HSL | 55.28º | 1% | 0.17% | - |
| HSV(B) | 55.28º | 1% | 0.35% | - |
| XYZ | 7.14 | 8.16 | 1.2 | - |
| YUV | 74.75 | 85.82 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 82 | 0 | 0 | 0.08 | 1 | 0.65 | 55.28 | 1 | 0.17 |
| Hex | 59 | 52 | 0 | 0 | 8 | 64 | 41 | 37 | 64 | 11 |
| Octal | 131 | 122 | 0 | 0 | 10 | 144 | 101 | 67 | 144 | 21 |
| Binary | 1011001 | 1010010 | 0 | 0 | 1000 | 1100100 | 1000001 | 110111 | 1100100 | 10001 |
Color Harmonies of #595200
Complementary color
Monochromatic Colors of #595200
Black with #595200
Text Example
Text Example
White with #595200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595200; }
p { color: rgb(89,82,0); }
H1.HeaderClassName
{
color: #595200;
}
.AnyTagClassName
{
color: #595200;
}
</style>
background-color css
<style>
a { background-color: #595200; }
a { background-color: rgb(89,82,0); }
div.DivClassName
{
background-color: #595200;
}
.BgClassName
{
background-color: #595200;
}
</style>
border-color css
<style>
span { border-color: #595200; }
span { border-color: rgb(89,82,0); }
td.TdClassName
{
border-color: #595200;
}
.TagClassName
{
border-color: #595200;
}
</style>