Shades of Verdun Green #596401
Tints of Verdun Green #596401
RGB
CMYK
RGB Variations
Color information
#596401 (or 0x596401) is known color: Verdun Green. HEX triplet: 59, 64 and 01. RGB value is (89,100,1). Sum of RGB (Red+Green+Blue) = 89+100+1=190 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.84% from 190); Green value is 100 (39.45% from 255 or 52.63% from 190); Blue value is 1 (0.78% from 255 or 0.53% from 190); Max value from RGB is 100 - color contains mainly: green. Hex color #596401 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #596401 is #A69BFE. Grayscale: #555555. Windows color (decimal): -10918911 or 91225. OLE color: 91225.
HSL color Cylindrical-coordinate representation of color #596401: hue angle of 66.67º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #596401 is Cyan = 0.11, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 89 | 100 | 1 | - |
| CMYK | 0.11 | 0 | 0.99 | 0.61 |
| HSL | 66.67º | 0.98% | 0.2% | - |
| HSV(B) | 66.67º | 0.99% | 0.39% | - |
| XYZ | 8.68 | 11.24 | 1.74 | - |
| YUV | 85.43 | 80.36 | 130.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 100 | 1 | 0.11 | 0 | 0.99 | 0.61 | 66.67 | 0.98 | 0.2 |
| Hex | 59 | 64 | 1 | B | 0 | 63 | 3D | 43 | 62 | 14 |
| Octal | 131 | 144 | 1 | 13 | 0 | 143 | 75 | 103 | 142 | 24 |
| Binary | 1011001 | 1100100 | 1 | 1011 | 0 | 1100011 | 111101 | 1000011 | 1100010 | 10100 |
Color Harmonies of #596401
Complementary color
Monochromatic Colors of #596401
Black with #596401
Text Example
Text Example
White with #596401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #596401; }
p { color: rgb(89,100,1); }
H1.HeaderClassName
{
color: #596401;
}
.AnyTagClassName
{
color: #596401;
}
</style>
background-color css
<style>
a { background-color: #596401; }
a { background-color: rgb(89,100,1); }
div.DivClassName
{
background-color: #596401;
}
.BgClassName
{
background-color: #596401;
}
</style>
border-color css
<style>
span { border-color: #596401; }
span { border-color: rgb(89,100,1); }
td.TdClassName
{
border-color: #596401;
}
.TagClassName
{
border-color: #596401;
}
</style>