Shades of Verdun Green #595F0D
Tints of Verdun Green #595F0D
RGB
CMYK
RGB Variations
Color information
#595F0D (or 0x595F0D) is known color: Verdun Green. HEX triplet: 59, 5F and 0D. RGB value is (89,95,13). Sum of RGB (Red+Green+Blue) = 89+95+13=197 (26% of max value = 765). Red value is 89 (35.16% from 255 or 45.18% from 197); Green value is 95 (37.5% from 255 or 48.22% from 197); Blue value is 13 (5.47% from 255 or 6.60% from 197); Max value from RGB is 95 - color contains mainly: green. Hex color #595F0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #595F0D is #A6A0F2. Grayscale: #545454. Windows color (decimal): -10920179 or 876377. OLE color: 876377.
HSL color Cylindrical-coordinate representation of color #595F0D: hue angle of 64.39º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #595F0D is Cyan = 0.06, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 89 | 95 | 13 | - |
| CMYK | 0.06 | 0 | 0.86 | 0.63 |
| HSL | 64.39º | 0.76% | 0.21% | - |
| HSV(B) | 64.39º | 0.86% | 0.37% | - |
| XYZ | 8.28 | 10.34 | 1.94 | - |
| YUV | 83.86 | 88.01 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 95 | 13 | 0.06 | 0 | 0.86 | 0.63 | 64.39 | 0.76 | 0.21 |
| Hex | 59 | 5F | D | 6 | 0 | 56 | 3F | 40 | 4C | 15 |
| Octal | 131 | 137 | 15 | 6 | 0 | 126 | 77 | 100 | 114 | 25 |
| Binary | 1011001 | 1011111 | 1101 | 110 | 0 | 1010110 | 111111 | 1000000 | 1001100 | 10101 |
Color Harmonies of #595F0D
Complementary color
Monochromatic Colors of #595F0D
Black with #595F0D
Text Example
Text Example
White with #595F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595F0D; }
p { color: rgb(89,95,13); }
H1.HeaderClassName
{
color: #595F0D;
}
.AnyTagClassName
{
color: #595F0D;
}
</style>
background-color css
<style>
a { background-color: #595F0D; }
a { background-color: rgb(89,95,13); }
div.DivClassName
{
background-color: #595F0D;
}
.BgClassName
{
background-color: #595F0D;
}
</style>
border-color css
<style>
span { border-color: #595F0D; }
span { border-color: rgb(89,95,13); }
td.TdClassName
{
border-color: #595F0D;
}
.TagClassName
{
border-color: #595F0D;
}
</style>