Shades of Verdun Green #404E13
Tints of Verdun Green #404E13
RGB
CMYK
RGB Variations
Color information
#404E13 (or 0x404E13) is known color: Verdun Green. HEX triplet: 40, 4E and 13. RGB value is (64,78,19). Sum of RGB (Red+Green+Blue) = 64+78+19=161 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.75% from 161); Green value is 78 (30.86% from 255 or 48.45% from 161); Blue value is 19 (7.81% from 255 or 11.80% from 161); Max value from RGB is 78 - color contains mainly: green. Hex color #404E13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #404E13 is #BFB1EC. Grayscale: #434343. Windows color (decimal): -12562925 or 1265216. OLE color: 1265216.
HSL color Cylindrical-coordinate representation of color #404E13: hue angle of 74.24º degrees, saturation: 0.61, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #404E13 is Cyan = 0.18, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 64 | 78 | 19 | - |
| CMYK | 0.18 | 0 | 0.76 | 0.69 |
| HSL | 74.24º | 0.61% | 0.19% | - |
| HSV(B) | 74.24º | 0.76% | 0.31% | - |
| XYZ | 4.96 | 6.59 | 1.63 | - |
| YUV | 67.09 | 100.86 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 78 | 19 | 0.18 | 0 | 0.76 | 0.69 | 74.24 | 0.61 | 0.19 |
| Hex | 40 | 4E | 13 | 12 | 0 | 4C | 45 | 4A | 3D | 13 |
| Octal | 100 | 116 | 23 | 22 | 0 | 114 | 105 | 112 | 75 | 23 |
| Binary | 1000000 | 1001110 | 10011 | 10010 | 0 | 1001100 | 1000101 | 1001010 | 111101 | 10011 |
Color Harmonies of #404E13
Complementary color
Monochromatic Colors of #404E13
Black with #404E13
Text Example
Text Example
White with #404E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404E13; }
p { color: rgb(64,78,19); }
H1.HeaderClassName
{
color: #404E13;
}
.AnyTagClassName
{
color: #404E13;
}
</style>
background-color css
<style>
a { background-color: #404E13; }
a { background-color: rgb(64,78,19); }
div.DivClassName
{
background-color: #404E13;
}
.BgClassName
{
background-color: #404E13;
}
</style>
border-color css
<style>
span { border-color: #404E13; }
span { border-color: rgb(64,78,19); }
td.TdClassName
{
border-color: #404E13;
}
.TagClassName
{
border-color: #404E13;
}
</style>