Shades of Verdun Green #40590D
Tints of Verdun Green #40590D
RGB
CMYK
RGB Variations
Color information
#40590D (or 0x40590D) is known color: Verdun Green. HEX triplet: 40, 59 and 0D. RGB value is (64,89,13). Sum of RGB (Red+Green+Blue) = 64+89+13=166 (21% of max value = 765). Red value is 64 (25.39% from 255 or 38.55% from 166); Green value is 89 (35.16% from 255 or 53.61% from 166); Blue value is 13 (5.47% from 255 or 7.83% from 166); Max value from RGB is 89 - color contains mainly: green. Hex color #40590D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #40590D is #BFA6F2. Grayscale: #494949. Windows color (decimal): -12560115 or 874816. OLE color: 874816.
HSL color Cylindrical-coordinate representation of color #40590D: hue angle of 79.74º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #40590D is Cyan = 0.28, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 64 | 89 | 13 | - |
| CMYK | 0.28 | 0 | 0.85 | 0.65 |
| HSL | 79.74º | 0.75% | 0.2% | - |
| HSV(B) | 79.74º | 0.85% | 0.35% | - |
| XYZ | 5.76 | 8.26 | 1.67 | - |
| YUV | 72.86 | 94.22 | 121.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 89 | 13 | 0.28 | 0 | 0.85 | 0.65 | 79.74 | 0.75 | 0.2 |
| Hex | 40 | 59 | D | 1C | 0 | 55 | 41 | 50 | 4B | 14 |
| Octal | 100 | 131 | 15 | 34 | 0 | 125 | 101 | 120 | 113 | 24 |
| Binary | 1000000 | 1011001 | 1101 | 11100 | 0 | 1010101 | 1000001 | 1010000 | 1001011 | 10100 |
Color Harmonies of #40590D
Complementary color
Monochromatic Colors of #40590D
Black with #40590D
Text Example
Text Example
White with #40590D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40590D; }
p { color: rgb(64,89,13); }
H1.HeaderClassName
{
color: #40590D;
}
.AnyTagClassName
{
color: #40590D;
}
</style>
background-color css
<style>
a { background-color: #40590D; }
a { background-color: rgb(64,89,13); }
div.DivClassName
{
background-color: #40590D;
}
.BgClassName
{
background-color: #40590D;
}
</style>
border-color css
<style>
span { border-color: #40590D; }
span { border-color: rgb(64,89,13); }
td.TdClassName
{
border-color: #40590D;
}
.TagClassName
{
border-color: #40590D;
}
</style>