Shades of Verdun Green #595100
Tints of Verdun Green #595100
RGB
CMYK
RGB Variations
Color information
#595100 (or 0x595100) is known color: Verdun Green. HEX triplet: 59, 51 and 00. RGB value is (89,81,0). Sum of RGB (Red+Green+Blue) = 89+81+0=170 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.35% from 170); Green value is 81 (32.03% from 255 or 47.65% from 170); Blue value is 0 (0.39% from 255 or 0% from 170); Max value from RGB is 89 - color contains mainly: red. Hex color #595100 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #595100 is #A6AEFF. Grayscale: #4A4A4A. Windows color (decimal): -10923776 or 20825. OLE color: 20825.
HSL color Cylindrical-coordinate representation of color #595100: hue angle of 54.61º 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 #595100 is Cyan = 0, Magento = 0.09, Yellow = 1 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 81 | 0 | - |
| CMYK | 0 | 0.09 | 1 | 0.65 |
| HSL | 54.61º | 1% | 0.17% | - |
| HSV(B) | 54.61º | 1% | 0.35% | - |
| XYZ | 7.06 | 8.01 | 1.17 | - |
| YUV | 74.16 | 86.15 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 81 | 0 | 0 | 0.09 | 1 | 0.65 | 54.61 | 1 | 0.17 |
| Hex | 59 | 51 | 0 | 0 | 9 | 64 | 41 | 37 | 64 | 11 |
| Octal | 131 | 121 | 0 | 0 | 11 | 144 | 101 | 67 | 144 | 21 |
| Binary | 1011001 | 1010001 | 0 | 0 | 1001 | 1100100 | 1000001 | 110111 | 1100100 | 10001 |
Color Harmonies of #595100
Complementary color
Monochromatic Colors of #595100
Black with #595100
Text Example
Text Example
White with #595100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595100; }
p { color: rgb(89,81,0); }
H1.HeaderClassName
{
color: #595100;
}
.AnyTagClassName
{
color: #595100;
}
</style>
background-color css
<style>
a { background-color: #595100; }
a { background-color: rgb(89,81,0); }
div.DivClassName
{
background-color: #595100;
}
.BgClassName
{
background-color: #595100;
}
</style>
border-color css
<style>
span { border-color: #595100; }
span { border-color: rgb(89,81,0); }
td.TdClassName
{
border-color: #595100;
}
.TagClassName
{
border-color: #595100;
}
</style>