Shades of Verdun Green #404612
Tints of Verdun Green #404612
RGB
CMYK
RGB Variations
Color information
#404612 (or 0x404612) is known color: Verdun Green. HEX triplet: 40, 46 and 12. RGB value is (64,70,18). Sum of RGB (Red+Green+Blue) = 64+70+18=152 (20% of max value = 765). Red value is 64 (25.39% from 255 or 42.11% from 152); Green value is 70 (27.73% from 255 or 46.05% from 152); Blue value is 18 (7.42% from 255 or 11.84% from 152); Max value from RGB is 70 - color contains mainly: green. Hex color #404612 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404612 is #BFB9ED. Grayscale: #3E3E3E. Windows color (decimal): -12564974 or 1197632. OLE color: 1197632.
HSL color Cylindrical-coordinate representation of color #404612: hue angle of 66.92º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #404612 is Cyan = 0.09, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 64 | 70 | 18 | - |
| CMYK | 0.09 | 0 | 0.74 | 0.73 |
| HSL | 66.92º | 0.59% | 0.17% | - |
| HSV(B) | 66.92º | 0.74% | 0.27% | - |
| XYZ | 4.41 | 5.51 | 1.4 | - |
| YUV | 62.28 | 103.01 | 129.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 70 | 18 | 0.09 | 0 | 0.74 | 0.73 | 66.92 | 0.59 | 0.17 |
| Hex | 40 | 46 | 12 | 9 | 0 | 4A | 49 | 43 | 3B | 11 |
| Octal | 100 | 106 | 22 | 11 | 0 | 112 | 111 | 103 | 73 | 21 |
| Binary | 1000000 | 1000110 | 10010 | 1001 | 0 | 1001010 | 1001001 | 1000011 | 111011 | 10001 |
Color Harmonies of #404612
Complementary color
Monochromatic Colors of #404612
Black with #404612
Text Example
Text Example
White with #404612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404612; }
p { color: rgb(64,70,18); }
H1.HeaderClassName
{
color: #404612;
}
.AnyTagClassName
{
color: #404612;
}
</style>
background-color css
<style>
a { background-color: #404612; }
a { background-color: rgb(64,70,18); }
div.DivClassName
{
background-color: #404612;
}
.BgClassName
{
background-color: #404612;
}
</style>
border-color css
<style>
span { border-color: #404612; }
span { border-color: rgb(64,70,18); }
td.TdClassName
{
border-color: #404612;
}
.TagClassName
{
border-color: #404612;
}
</style>