Shades of Verdun Green #404204
Tints of Verdun Green #404204
RGB
CMYK
RGB Variations
Color information
#404204 (or 0x404204) is known color: Verdun Green. HEX triplet: 40, 42 and 04. RGB value is (64,66,4). Sum of RGB (Red+Green+Blue) = 64+66+4=134 (17% of max value = 765). Red value is 64 (25.39% from 255 or 47.76% from 134); Green value is 66 (26.17% from 255 or 49.25% from 134); Blue value is 4 (1.95% from 255 or 2.99% from 134); Max value from RGB is 66 - color contains mainly: green. Hex color #404204 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404204 is #BFBDFB. Grayscale: #3A3A3A. Windows color (decimal): -12566012 or 279104. OLE color: 279104.
HSL color Cylindrical-coordinate representation of color #404204: hue angle of 61.94º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #404204 is Cyan = 0.03, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 64 | 66 | 4 | - |
| CMYK | 0.03 | 0 | 0.94 | 0.74 |
| HSL | 61.94º | 0.89% | 0.14% | - |
| HSV(B) | 61.94º | 0.94% | 0.26% | - |
| XYZ | 4.08 | 5 | 0.86 | - |
| YUV | 58.33 | 97.34 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 66 | 4 | 0.03 | 0 | 0.94 | 0.74 | 61.94 | 0.89 | 0.14 |
| Hex | 40 | 42 | 4 | 3 | 0 | 5E | 4A | 3E | 59 | E |
| Octal | 100 | 102 | 4 | 3 | 0 | 136 | 112 | 76 | 131 | 16 |
| Binary | 1000000 | 1000010 | 100 | 11 | 0 | 1011110 | 1001010 | 111110 | 1011001 | 1110 |
Color Harmonies of #404204
Complementary color
Monochromatic Colors of #404204
Black with #404204
Text Example
Text Example
White with #404204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404204; }
p { color: rgb(64,66,4); }
H1.HeaderClassName
{
color: #404204;
}
.AnyTagClassName
{
color: #404204;
}
</style>
background-color css
<style>
a { background-color: #404204; }
a { background-color: rgb(64,66,4); }
div.DivClassName
{
background-color: #404204;
}
.BgClassName
{
background-color: #404204;
}
</style>
border-color css
<style>
span { border-color: #404204; }
span { border-color: rgb(64,66,4); }
td.TdClassName
{
border-color: #404204;
}
.TagClassName
{
border-color: #404204;
}
</style>