Shades of Verdun Green #404E09
Tints of Verdun Green #404E09
RGB
CMYK
RGB Variations
Color information
#404E09 (or 0x404E09) is known color: Verdun Green. HEX triplet: 40, 4E and 09. RGB value is (64,78,9). Sum of RGB (Red+Green+Blue) = 64+78+9=151 (20% of max value = 765). Red value is 64 (25.39% from 255 or 42.38% from 151); Green value is 78 (30.86% from 255 or 51.66% from 151); Blue value is 9 (3.91% from 255 or 5.96% from 151); Max value from RGB is 78 - color contains mainly: green. Hex color #404E09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #404E09 is #BFB1F6. Grayscale: #424242. Windows color (decimal): -12562935 or 609856. OLE color: 609856.
HSL color Cylindrical-coordinate representation of color #404E09: hue angle of 72.17º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #404E09 is Cyan = 0.18, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 64 | 78 | 9 | - |
| CMYK | 0.18 | 0 | 0.88 | 0.69 |
| HSL | 72.17º | 0.79% | 0.17% | - |
| HSV(B) | 72.17º | 0.88% | 0.31% | - |
| XYZ | 4.89 | 6.56 | 1.27 | - |
| YUV | 65.95 | 95.86 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 78 | 9 | 0.18 | 0 | 0.88 | 0.69 | 72.17 | 0.79 | 0.17 |
| Hex | 40 | 4E | 9 | 12 | 0 | 58 | 45 | 48 | 4F | 11 |
| Octal | 100 | 116 | 11 | 22 | 0 | 130 | 105 | 110 | 117 | 21 |
| Binary | 1000000 | 1001110 | 1001 | 10010 | 0 | 1011000 | 1000101 | 1001000 | 1001111 | 10001 |
Color Harmonies of #404E09
Complementary color
Monochromatic Colors of #404E09
Black with #404E09
Text Example
Text Example
White with #404E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404E09; }
p { color: rgb(64,78,9); }
H1.HeaderClassName
{
color: #404E09;
}
.AnyTagClassName
{
color: #404E09;
}
</style>
background-color css
<style>
a { background-color: #404E09; }
a { background-color: rgb(64,78,9); }
div.DivClassName
{
background-color: #404E09;
}
.BgClassName
{
background-color: #404E09;
}
</style>
border-color css
<style>
span { border-color: #404E09; }
span { border-color: rgb(64,78,9); }
td.TdClassName
{
border-color: #404E09;
}
.TagClassName
{
border-color: #404E09;
}
</style>