Shades of Verdun Green #595D0D
Tints of Verdun Green #595D0D
RGB
CMYK
RGB Variations
Color information
#595D0D (or 0x595D0D) is known color: Verdun Green. HEX triplet: 59, 5D and 0D. RGB value is (89,93,13). Sum of RGB (Red+Green+Blue) = 89+93+13=195 (25% of max value = 765). Red value is 89 (35.16% from 255 or 45.64% from 195); Green value is 93 (36.72% from 255 or 47.69% from 195); Blue value is 13 (5.47% from 255 or 6.67% from 195); Max value from RGB is 93 - color contains mainly: green. Hex color #595D0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #595D0D is #A6A2F2. Grayscale: #535353. Windows color (decimal): -10920691 or 875865. OLE color: 875865.
HSL color Cylindrical-coordinate representation of color #595D0D: hue angle of 63º degrees, saturation: 0.75, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #595D0D is Cyan = 0.04, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 89 | 93 | 13 | - |
| CMYK | 0.04 | 0 | 0.86 | 0.64 |
| HSL | 63º | 0.75% | 0.21% | - |
| HSV(B) | 63º | 0.86% | 0.36% | - |
| XYZ | 8.11 | 9.98 | 1.88 | - |
| YUV | 82.68 | 88.67 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 93 | 13 | 0.04 | 0 | 0.86 | 0.64 | 63 | 0.75 | 0.21 |
| Hex | 59 | 5D | D | 4 | 0 | 56 | 40 | 3F | 4B | 15 |
| Octal | 131 | 135 | 15 | 4 | 0 | 126 | 100 | 77 | 113 | 25 |
| Binary | 1011001 | 1011101 | 1101 | 100 | 0 | 1010110 | 1000000 | 111111 | 1001011 | 10101 |
Color Harmonies of #595D0D
Complementary color
Monochromatic Colors of #595D0D
Black with #595D0D
Text Example
Text Example
White with #595D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595D0D; }
p { color: rgb(89,93,13); }
H1.HeaderClassName
{
color: #595D0D;
}
.AnyTagClassName
{
color: #595D0D;
}
</style>
background-color css
<style>
a { background-color: #595D0D; }
a { background-color: rgb(89,93,13); }
div.DivClassName
{
background-color: #595D0D;
}
.BgClassName
{
background-color: #595D0D;
}
</style>
border-color css
<style>
span { border-color: #595D0D; }
span { border-color: rgb(89,93,13); }
td.TdClassName
{
border-color: #595D0D;
}
.TagClassName
{
border-color: #595D0D;
}
</style>