Shades of Verdun Green #404E07
Tints of Verdun Green #404E07
RGB
CMYK
RGB Variations
Color information
#404E07 (or 0x404E07) is known color: Verdun Green. HEX triplet: 40, 4E and 07. RGB value is (64,78,7). Sum of RGB (Red+Green+Blue) = 64+78+7=149 (19% of max value = 765). Red value is 64 (25.39% from 255 or 42.95% from 149); Green value is 78 (30.86% from 255 or 52.35% from 149); Blue value is 7 (3.12% from 255 or 4.70% from 149); Max value from RGB is 78 - color contains mainly: green. Hex color #404E07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #404E07 is #BFB1F8. Grayscale: #414141. Windows color (decimal): -12562937 or 478784. OLE color: 478784.
HSL color Cylindrical-coordinate representation of color #404E07: hue angle of 71.83º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #404E07 is Cyan = 0.18, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 64 | 78 | 7 | - |
| CMYK | 0.18 | 0 | 0.91 | 0.69 |
| HSL | 71.83º | 0.84% | 0.17% | - |
| HSV(B) | 71.83º | 0.91% | 0.31% | - |
| XYZ | 4.88 | 6.55 | 1.21 | - |
| YUV | 65.72 | 94.86 | 126.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 78 | 7 | 0.18 | 0 | 0.91 | 0.69 | 71.83 | 0.84 | 0.17 |
| Hex | 40 | 4E | 7 | 12 | 0 | 5B | 45 | 48 | 54 | 11 |
| Octal | 100 | 116 | 7 | 22 | 0 | 133 | 105 | 110 | 124 | 21 |
| Binary | 1000000 | 1001110 | 111 | 10010 | 0 | 1011011 | 1000101 | 1001000 | 1010100 | 10001 |
Color Harmonies of #404E07
Complementary color
Monochromatic Colors of #404E07
Black with #404E07
Text Example
Text Example
White with #404E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404E07; }
p { color: rgb(64,78,7); }
H1.HeaderClassName
{
color: #404E07;
}
.AnyTagClassName
{
color: #404E07;
}
</style>
background-color css
<style>
a { background-color: #404E07; }
a { background-color: rgb(64,78,7); }
div.DivClassName
{
background-color: #404E07;
}
.BgClassName
{
background-color: #404E07;
}
</style>
border-color css
<style>
span { border-color: #404E07; }
span { border-color: rgb(64,78,7); }
td.TdClassName
{
border-color: #404E07;
}
.TagClassName
{
border-color: #404E07;
}
</style>