Shades of Verdun Green #404E14
Tints of Verdun Green #404E14
RGB
CMYK
RGB Variations
Color information
#404E14 (or 0x404E14) is known color: Verdun Green. HEX triplet: 40, 4E and 14. RGB value is (64,78,20). Sum of RGB (Red+Green+Blue) = 64+78+20=162 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.51% from 162); Green value is 78 (30.86% from 255 or 48.15% from 162); Blue value is 20 (8.20% from 255 or 12.35% from 162); Max value from RGB is 78 - color contains mainly: green. Hex color #404E14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #404E14 is #BFB1EB. Grayscale: #434343. Windows color (decimal): -12562924 or 1330752. OLE color: 1330752.
HSL color Cylindrical-coordinate representation of color #404E14: hue angle of 74.48º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #404E14 is Cyan = 0.18, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 64 | 78 | 20 | - |
| CMYK | 0.18 | 0 | 0.74 | 0.69 |
| HSL | 74.48º | 0.59% | 0.19% | - |
| HSV(B) | 74.48º | 0.74% | 0.31% | - |
| XYZ | 4.97 | 6.59 | 1.67 | - |
| YUV | 67.2 | 101.36 | 125.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 78 | 20 | 0.18 | 0 | 0.74 | 0.69 | 74.48 | 0.59 | 0.19 |
| Hex | 40 | 4E | 14 | 12 | 0 | 4A | 45 | 4A | 3B | 13 |
| Octal | 100 | 116 | 24 | 22 | 0 | 112 | 105 | 112 | 73 | 23 |
| Binary | 1000000 | 1001110 | 10100 | 10010 | 0 | 1001010 | 1000101 | 1001010 | 111011 | 10011 |
Color Harmonies of #404E14
Complementary color
Monochromatic Colors of #404E14
Black with #404E14
Text Example
Text Example
White with #404E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404E14; }
p { color: rgb(64,78,20); }
H1.HeaderClassName
{
color: #404E14;
}
.AnyTagClassName
{
color: #404E14;
}
</style>
background-color css
<style>
a { background-color: #404E14; }
a { background-color: rgb(64,78,20); }
div.DivClassName
{
background-color: #404E14;
}
.BgClassName
{
background-color: #404E14;
}
</style>
border-color css
<style>
span { border-color: #404E14; }
span { border-color: rgb(64,78,20); }
td.TdClassName
{
border-color: #404E14;
}
.TagClassName
{
border-color: #404E14;
}
</style>