Shades of Verdun Green #406A0D
Tints of Verdun Green #406A0D
RGB
CMYK
RGB Variations
Color information
#406A0D (or 0x406A0D) is known color: Verdun Green. HEX triplet: 40, 6A and 0D. RGB value is (64,106,13). Sum of RGB (Red+Green+Blue) = 64+106+13=183 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.97% from 183); Green value is 106 (41.80% from 255 or 57.92% from 183); Blue value is 13 (5.47% from 255 or 7.10% from 183); Max value from RGB is 106 - color contains mainly: green. Hex color #406A0D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #406A0D is #BF95F2. Grayscale: #535353. Windows color (decimal): -12555763 or 879168. OLE color: 879168.
HSL color Cylindrical-coordinate representation of color #406A0D: hue angle of 87.1º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #406A0D is Cyan = 0.40, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 64 | 106 | 13 | - |
| CMYK | 0.40 | 0 | 0.88 | 0.58 |
| HSL | 87.1º | 0.78% | 0.23% | - |
| HSV(B) | 87.1º | 0.88% | 0.42% | - |
| XYZ | 7.34 | 11.43 | 2.2 | - |
| YUV | 82.84 | 88.59 | 114.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 106 | 13 | 0.40 | 0 | 0.88 | 0.58 | 87.1 | 0.78 | 0.23 |
| Hex | 40 | 6A | D | 28 | 0 | 58 | 3A | 57 | 4E | 17 |
| Octal | 100 | 152 | 15 | 50 | 0 | 130 | 72 | 127 | 116 | 27 |
| Binary | 1000000 | 1101010 | 1101 | 101000 | 0 | 1011000 | 111010 | 1010111 | 1001110 | 10111 |
Color Harmonies of #406A0D
Complementary color
Monochromatic Colors of #406A0D
Black with #406A0D
Text Example
Text Example
White with #406A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406A0D; }
p { color: rgb(64,106,13); }
H1.HeaderClassName
{
color: #406A0D;
}
.AnyTagClassName
{
color: #406A0D;
}
</style>
background-color css
<style>
a { background-color: #406A0D; }
a { background-color: rgb(64,106,13); }
div.DivClassName
{
background-color: #406A0D;
}
.BgClassName
{
background-color: #406A0D;
}
</style>
border-color css
<style>
span { border-color: #406A0D; }
span { border-color: rgb(64,106,13); }
td.TdClassName
{
border-color: #406A0D;
}
.TagClassName
{
border-color: #406A0D;
}
</style>