Shades of Verdun Green #595701
Tints of Verdun Green #595701
RGB
CMYK
RGB Variations
Color information
#595701 (or 0x595701) is known color: Verdun Green. HEX triplet: 59, 57 and 01. RGB value is (89,87,1). Sum of RGB (Red+Green+Blue) = 89+87+1=177 (23% of max value = 765). Red value is 89 (35.16% from 255 or 50.28% from 177); Green value is 87 (34.38% from 255 or 49.15% from 177); Blue value is 1 (0.78% from 255 or 0.56% from 177); Max value from RGB is 89 - color contains mainly: red. Hex color #595701 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #595701 is #A6A8FE. Grayscale: #4E4E4E. Windows color (decimal): -10922239 or 87897. OLE color: 87897.
HSL color Cylindrical-coordinate representation of color #595701: hue angle of 58.64º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #595701 is Cyan = 0, Magento = 0.02, Yellow = 0.99 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 87 | 1 | - |
| CMYK | 0 | 0.02 | 0.99 | 0.65 |
| HSL | 58.64º | 0.98% | 0.18% | - |
| HSV(B) | 58.64º | 0.99% | 0.35% | - |
| XYZ | 7.53 | 8.94 | 1.36 | - |
| YUV | 77.79 | 84.66 | 135.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 87 | 1 | 0 | 0.02 | 0.99 | 0.65 | 58.64 | 0.98 | 0.18 |
| Hex | 59 | 57 | 1 | 0 | 2 | 63 | 41 | 3B | 62 | 12 |
| Octal | 131 | 127 | 1 | 0 | 2 | 143 | 101 | 73 | 142 | 22 |
| Binary | 1011001 | 1010111 | 1 | 0 | 10 | 1100011 | 1000001 | 111011 | 1100010 | 10010 |
Color Harmonies of #595701
Complementary color
Monochromatic Colors of #595701
Black with #595701
Text Example
Text Example
White with #595701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595701; }
p { color: rgb(89,87,1); }
H1.HeaderClassName
{
color: #595701;
}
.AnyTagClassName
{
color: #595701;
}
</style>
background-color css
<style>
a { background-color: #595701; }
a { background-color: rgb(89,87,1); }
div.DivClassName
{
background-color: #595701;
}
.BgClassName
{
background-color: #595701;
}
</style>
border-color css
<style>
span { border-color: #595701; }
span { border-color: rgb(89,87,1); }
td.TdClassName
{
border-color: #595701;
}
.TagClassName
{
border-color: #595701;
}
</style>