Shades of Verdun Green #404D04
Tints of Verdun Green #404D04
RGB
CMYK
RGB Variations
Color information
#404D04 (or 0x404D04) is known color: Verdun Green. HEX triplet: 40, 4D and 04. RGB value is (64,77,4). Sum of RGB (Red+Green+Blue) = 64+77+4=145 (19% of max value = 765). Red value is 64 (25.39% from 255 or 44.14% from 145); Green value is 77 (30.47% from 255 or 53.10% from 145); Blue value is 4 (1.95% from 255 or 2.76% from 145); Max value from RGB is 77 - color contains mainly: green. Hex color #404D04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #404D04 is #BFB2FB. Grayscale: #414141. Windows color (decimal): -12563196 or 281920. OLE color: 281920.
HSL color Cylindrical-coordinate representation of color #404D04: hue angle of 70.68º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #404D04 is Cyan = 0.17, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 64 | 77 | 4 | - |
| CMYK | 0.17 | 0 | 0.95 | 0.70 |
| HSL | 70.68º | 0.9% | 0.16% | - |
| HSV(B) | 70.68º | 0.95% | 0.3% | - |
| XYZ | 4.79 | 6.41 | 1.1 | - |
| YUV | 64.79 | 93.69 | 127.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 77 | 4 | 0.17 | 0 | 0.95 | 0.70 | 70.68 | 0.9 | 0.16 |
| Hex | 40 | 4D | 4 | 11 | 0 | 5F | 46 | 47 | 5A | 10 |
| Octal | 100 | 115 | 4 | 21 | 0 | 137 | 106 | 107 | 132 | 20 |
| Binary | 1000000 | 1001101 | 100 | 10001 | 0 | 1011111 | 1000110 | 1000111 | 1011010 | 10000 |
Color Harmonies of #404D04
Complementary color
Monochromatic Colors of #404D04
Black with #404D04
Text Example
Text Example
White with #404D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404D04; }
p { color: rgb(64,77,4); }
H1.HeaderClassName
{
color: #404D04;
}
.AnyTagClassName
{
color: #404D04;
}
</style>
background-color css
<style>
a { background-color: #404D04; }
a { background-color: rgb(64,77,4); }
div.DivClassName
{
background-color: #404D04;
}
.BgClassName
{
background-color: #404D04;
}
</style>
border-color css
<style>
span { border-color: #404D04; }
span { border-color: rgb(64,77,4); }
td.TdClassName
{
border-color: #404D04;
}
.TagClassName
{
border-color: #404D04;
}
</style>