Shades of Verdun Green #404D14
Tints of Verdun Green #404D14
RGB
CMYK
RGB Variations
Color information
#404D14 (or 0x404D14) is known color: Verdun Green. HEX triplet: 40, 4D and 14. RGB value is (64,77,20). Sum of RGB (Red+Green+Blue) = 64+77+20=161 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.75% from 161); Green value is 77 (30.47% from 255 or 47.83% from 161); Blue value is 20 (8.20% from 255 or 12.42% from 161); Max value from RGB is 77 - color contains mainly: green. Hex color #404D14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #404D14 is #BFB2EB. Grayscale: #424242. Windows color (decimal): -12563180 or 1330496. OLE color: 1330496.
HSL color Cylindrical-coordinate representation of color #404D14: hue angle of 73.68º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #404D14 is Cyan = 0.17, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 64 | 77 | 20 | - |
| CMYK | 0.17 | 0 | 0.74 | 0.70 |
| HSL | 73.68º | 0.59% | 0.19% | - |
| HSV(B) | 73.68º | 0.74% | 0.3% | - |
| XYZ | 4.89 | 6.45 | 1.65 | - |
| YUV | 66.62 | 101.69 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 77 | 20 | 0.17 | 0 | 0.74 | 0.70 | 73.68 | 0.59 | 0.19 |
| Hex | 40 | 4D | 14 | 11 | 0 | 4A | 46 | 4A | 3B | 13 |
| Octal | 100 | 115 | 24 | 21 | 0 | 112 | 106 | 112 | 73 | 23 |
| Binary | 1000000 | 1001101 | 10100 | 10001 | 0 | 1001010 | 1000110 | 1001010 | 111011 | 10011 |
Color Harmonies of #404D14
Complementary color
Monochromatic Colors of #404D14
Black with #404D14
Text Example
Text Example
White with #404D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404D14; }
p { color: rgb(64,77,20); }
H1.HeaderClassName
{
color: #404D14;
}
.AnyTagClassName
{
color: #404D14;
}
</style>
background-color css
<style>
a { background-color: #404D14; }
a { background-color: rgb(64,77,20); }
div.DivClassName
{
background-color: #404D14;
}
.BgClassName
{
background-color: #404D14;
}
</style>
border-color css
<style>
span { border-color: #404D14; }
span { border-color: rgb(64,77,20); }
td.TdClassName
{
border-color: #404D14;
}
.TagClassName
{
border-color: #404D14;
}
</style>