Shades of Verdun Green #595C06
Tints of Verdun Green #595C06
RGB
CMYK
RGB Variations
Color information
#595C06 (or 0x595C06) is known color: Verdun Green. HEX triplet: 59, 5C and 06. RGB value is (89,92,6). Sum of RGB (Red+Green+Blue) = 89+92+6=187 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.59% from 187); Green value is 92 (36.33% from 255 or 49.20% from 187); Blue value is 6 (2.73% from 255 or 3.21% from 187); Max value from RGB is 92 - color contains mainly: green. Hex color #595C06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #595C06 is #A6A3F9. Grayscale: #515151. Windows color (decimal): -10920954 or 416857. OLE color: 416857.
HSL color Cylindrical-coordinate representation of color #595C06: hue angle of 62.09º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #595C06 is Cyan = 0.03, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 89 | 92 | 6 | - |
| CMYK | 0.03 | 0 | 0.93 | 0.64 |
| HSL | 62.09º | 0.88% | 0.19% | - |
| HSV(B) | 62.09º | 0.93% | 0.36% | - |
| XYZ | 7.98 | 9.79 | 1.64 | - |
| YUV | 81.3 | 85.51 | 133.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 92 | 6 | 0.03 | 0 | 0.93 | 0.64 | 62.09 | 0.88 | 0.19 |
| Hex | 59 | 5C | 6 | 3 | 0 | 5D | 40 | 3E | 58 | 13 |
| Octal | 131 | 134 | 6 | 3 | 0 | 135 | 100 | 76 | 130 | 23 |
| Binary | 1011001 | 1011100 | 110 | 11 | 0 | 1011101 | 1000000 | 111110 | 1011000 | 10011 |
Color Harmonies of #595C06
Complementary color
Monochromatic Colors of #595C06
Black with #595C06
Text Example
Text Example
White with #595C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595C06; }
p { color: rgb(89,92,6); }
H1.HeaderClassName
{
color: #595C06;
}
.AnyTagClassName
{
color: #595C06;
}
</style>
background-color css
<style>
a { background-color: #595C06; }
a { background-color: rgb(89,92,6); }
div.DivClassName
{
background-color: #595C06;
}
.BgClassName
{
background-color: #595C06;
}
</style>
border-color css
<style>
span { border-color: #595C06; }
span { border-color: rgb(89,92,6); }
td.TdClassName
{
border-color: #595C06;
}
.TagClassName
{
border-color: #595C06;
}
</style>