Shades of Verdun Green #404205
Tints of Verdun Green #404205
RGB
CMYK
RGB Variations
Color information
#404205 (or 0x404205) is known color: Verdun Green. HEX triplet: 40, 42 and 05. RGB value is (64,66,5). Sum of RGB (Red+Green+Blue) = 64+66+5=135 (17% of max value = 765). Red value is 64 (25.39% from 255 or 47.41% from 135); Green value is 66 (26.17% from 255 or 48.89% from 135); Blue value is 5 (2.34% from 255 or 3.70% from 135); Max value from RGB is 66 - color contains mainly: green. Hex color #404205 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404205 is #BFBDFA. Grayscale: #3A3A3A. Windows color (decimal): -12566011 or 344640. OLE color: 344640.
HSL color Cylindrical-coordinate representation of color #404205: hue angle of 61.97º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #404205 is Cyan = 0.03, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 64 | 66 | 5 | - |
| CMYK | 0.03 | 0 | 0.92 | 0.74 |
| HSL | 61.97º | 0.86% | 0.14% | - |
| HSV(B) | 61.97º | 0.92% | 0.26% | - |
| XYZ | 4.09 | 5 | 0.89 | - |
| YUV | 58.45 | 97.84 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 66 | 5 | 0.03 | 0 | 0.92 | 0.74 | 61.97 | 0.86 | 0.14 |
| Hex | 40 | 42 | 5 | 3 | 0 | 5C | 4A | 3E | 56 | E |
| Octal | 100 | 102 | 5 | 3 | 0 | 134 | 112 | 76 | 126 | 16 |
| Binary | 1000000 | 1000010 | 101 | 11 | 0 | 1011100 | 1001010 | 111110 | 1010110 | 1110 |
Color Harmonies of #404205
Complementary color
Monochromatic Colors of #404205
Black with #404205
Text Example
Text Example
White with #404205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404205; }
p { color: rgb(64,66,5); }
H1.HeaderClassName
{
color: #404205;
}
.AnyTagClassName
{
color: #404205;
}
</style>
background-color css
<style>
a { background-color: #404205; }
a { background-color: rgb(64,66,5); }
div.DivClassName
{
background-color: #404205;
}
.BgClassName
{
background-color: #404205;
}
</style>
border-color css
<style>
span { border-color: #404205; }
span { border-color: rgb(64,66,5); }
td.TdClassName
{
border-color: #404205;
}
.TagClassName
{
border-color: #404205;
}
</style>