Shades of Verdun Green #404E16
Tints of Verdun Green #404E16
RGB
CMYK
RGB Variations
Color information
#404E16 (or 0x404E16) is known color: Verdun Green. HEX triplet: 40, 4E and 16. RGB value is (64,78,22). Sum of RGB (Red+Green+Blue) = 64+78+22=164 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.02% from 164); Green value is 78 (30.86% from 255 or 47.56% from 164); Blue value is 22 (8.98% from 255 or 13.41% from 164); Max value from RGB is 78 - color contains mainly: green. Hex color #404E16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #404E16 is #BFB1E9. Grayscale: #434343. Windows color (decimal): -12562922 or 1461824. OLE color: 1461824.
HSL color Cylindrical-coordinate representation of color #404E16: hue angle of 75º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #404E16 is Cyan = 0.18, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 64 | 78 | 22 | - |
| CMYK | 0.18 | 0 | 0.72 | 0.69 |
| HSL | 75º | 0.56% | 0.2% | - |
| HSV(B) | 75º | 0.72% | 0.31% | - |
| XYZ | 4.98 | 6.6 | 1.77 | - |
| YUV | 67.43 | 102.36 | 125.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 78 | 22 | 0.18 | 0 | 0.72 | 0.69 | 75 | 0.56 | 0.2 |
| Hex | 40 | 4E | 16 | 12 | 0 | 48 | 45 | 4B | 38 | 14 |
| Octal | 100 | 116 | 26 | 22 | 0 | 110 | 105 | 113 | 70 | 24 |
| Binary | 1000000 | 1001110 | 10110 | 10010 | 0 | 1001000 | 1000101 | 1001011 | 111000 | 10100 |
Color Harmonies of #404E16
Complementary color
Monochromatic Colors of #404E16
Black with #404E16
Text Example
Text Example
White with #404E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404E16; }
p { color: rgb(64,78,22); }
H1.HeaderClassName
{
color: #404E16;
}
.AnyTagClassName
{
color: #404E16;
}
</style>
background-color css
<style>
a { background-color: #404E16; }
a { background-color: rgb(64,78,22); }
div.DivClassName
{
background-color: #404E16;
}
.BgClassName
{
background-color: #404E16;
}
</style>
border-color css
<style>
span { border-color: #404E16; }
span { border-color: rgb(64,78,22); }
td.TdClassName
{
border-color: #404E16;
}
.TagClassName
{
border-color: #404E16;
}
</style>