Shades of Verdun Green #404606
Tints of Verdun Green #404606
RGB
CMYK
RGB Variations
Color information
#404606 (or 0x404606) is known color: Verdun Green. HEX triplet: 40, 46 and 06. RGB value is (64,70,6). Sum of RGB (Red+Green+Blue) = 64+70+6=140 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.71% from 140); Green value is 70 (27.73% from 255 or 50% from 140); Blue value is 6 (2.73% from 255 or 4.29% from 140); Max value from RGB is 70 - color contains mainly: green. Hex color #404606 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404606 is #BFB9F9. Grayscale: #3D3D3D. Windows color (decimal): -12564986 or 411200. OLE color: 411200.
HSL color Cylindrical-coordinate representation of color #404606: hue angle of 65.62º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #404606 is Cyan = 0.09, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 64 | 70 | 6 | - |
| CMYK | 0.09 | 0 | 0.91 | 0.73 |
| HSL | 65.63º | 0.84% | 0.15% | - |
| HSV(B) | 65.63º | 0.91% | 0.27% | - |
| XYZ | 4.34 | 5.48 | 1 | - |
| YUV | 60.91 | 97.01 | 130.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 70 | 6 | 0.09 | 0 | 0.91 | 0.73 | 65.63 | 0.84 | 0.15 |
| Hex | 40 | 46 | 6 | 9 | 0 | 5B | 49 | 42 | 54 | F |
| Octal | 100 | 106 | 6 | 11 | 0 | 133 | 111 | 102 | 124 | 17 |
| Binary | 1000000 | 1000110 | 110 | 1001 | 0 | 1011011 | 1001001 | 1000010 | 1010100 | 1111 |
Color Harmonies of #404606
Complementary color
Monochromatic Colors of #404606
Black with #404606
Text Example
Text Example
White with #404606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404606; }
p { color: rgb(64,70,6); }
H1.HeaderClassName
{
color: #404606;
}
.AnyTagClassName
{
color: #404606;
}
</style>
background-color css
<style>
a { background-color: #404606; }
a { background-color: rgb(64,70,6); }
div.DivClassName
{
background-color: #404606;
}
.BgClassName
{
background-color: #404606;
}
</style>
border-color css
<style>
span { border-color: #404606; }
span { border-color: rgb(64,70,6); }
td.TdClassName
{
border-color: #404606;
}
.TagClassName
{
border-color: #404606;
}
</style>