Shades of Verdun Green #404206
Tints of Verdun Green #404206
RGB
CMYK
RGB Variations
Color information
#404206 (or 0x404206) is known color: Verdun Green. HEX triplet: 40, 42 and 06. RGB value is (64,66,6). Sum of RGB (Red+Green+Blue) = 64+66+6=136 (18% of max value = 765). Red value is 64 (25.39% from 255 or 47.06% from 136); Green value is 66 (26.17% from 255 or 48.53% from 136); Blue value is 6 (2.73% from 255 or 4.41% from 136); Max value from RGB is 66 - color contains mainly: green. Hex color #404206 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404206 is #BFBDF9. Grayscale: #3A3A3A. Windows color (decimal): -12566010 or 410176. OLE color: 410176.
HSL color Cylindrical-coordinate representation of color #404206: hue angle of 62º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #404206 is Cyan = 0.03, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 64 | 66 | 6 | - |
| CMYK | 0.03 | 0 | 0.91 | 0.74 |
| HSL | 62º | 0.83% | 0.14% | - |
| HSV(B) | 62º | 0.91% | 0.26% | - |
| XYZ | 4.1 | 5 | 0.92 | - |
| YUV | 58.56 | 98.34 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 66 | 6 | 0.03 | 0 | 0.91 | 0.74 | 62 | 0.83 | 0.14 |
| Hex | 40 | 42 | 6 | 3 | 0 | 5B | 4A | 3E | 53 | E |
| Octal | 100 | 102 | 6 | 3 | 0 | 133 | 112 | 76 | 123 | 16 |
| Binary | 1000000 | 1000010 | 110 | 11 | 0 | 1011011 | 1001010 | 111110 | 1010011 | 1110 |
Color Harmonies of #404206
Complementary color
Monochromatic Colors of #404206
Black with #404206
Text Example
Text Example
White with #404206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404206; }
p { color: rgb(64,66,6); }
H1.HeaderClassName
{
color: #404206;
}
.AnyTagClassName
{
color: #404206;
}
</style>
background-color css
<style>
a { background-color: #404206; }
a { background-color: rgb(64,66,6); }
div.DivClassName
{
background-color: #404206;
}
.BgClassName
{
background-color: #404206;
}
</style>
border-color css
<style>
span { border-color: #404206; }
span { border-color: rgb(64,66,6); }
td.TdClassName
{
border-color: #404206;
}
.TagClassName
{
border-color: #404206;
}
</style>