Shades of Verdun Green #404918
Tints of Verdun Green #404918
RGB
CMYK
RGB Variations
Color information
#404918 (or 0x404918) is known color: Verdun Green. HEX triplet: 40, 49 and 18. RGB value is (64,73,24). Sum of RGB (Red+Green+Blue) = 64+73+24=161 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.75% from 161); Green value is 73 (28.91% from 255 or 45.34% from 161); Blue value is 24 (9.77% from 255 or 14.91% from 161); Max value from RGB is 73 - color contains mainly: green. Hex color #404918 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404918 is #BFB6E7. Grayscale: #404040. Windows color (decimal): -12564200 or 1591616. OLE color: 1591616.
HSL color Cylindrical-coordinate representation of color #404918: hue angle of 71.02º degrees, saturation: 0.51, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #404918 is Cyan = 0.12, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 64 | 73 | 24 | - |
| CMYK | 0.12 | 0 | 0.67 | 0.71 |
| HSL | 71.02º | 0.51% | 0.19% | - |
| HSV(B) | 71.02º | 0.67% | 0.29% | - |
| XYZ | 4.66 | 5.92 | 1.76 | - |
| YUV | 64.72 | 105.02 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 73 | 24 | 0.12 | 0 | 0.67 | 0.71 | 71.02 | 0.51 | 0.19 |
| Hex | 40 | 49 | 18 | C | 0 | 43 | 47 | 47 | 33 | 13 |
| Octal | 100 | 111 | 30 | 14 | 0 | 103 | 107 | 107 | 63 | 23 |
| Binary | 1000000 | 1001001 | 11000 | 1100 | 0 | 1000011 | 1000111 | 1000111 | 110011 | 10011 |
Color Harmonies of #404918
Complementary color
Monochromatic Colors of #404918
Black with #404918
Text Example
Text Example
White with #404918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404918; }
p { color: rgb(64,73,24); }
H1.HeaderClassName
{
color: #404918;
}
.AnyTagClassName
{
color: #404918;
}
</style>
background-color css
<style>
a { background-color: #404918; }
a { background-color: rgb(64,73,24); }
div.DivClassName
{
background-color: #404918;
}
.BgClassName
{
background-color: #404918;
}
</style>
border-color css
<style>
span { border-color: #404918; }
span { border-color: rgb(64,73,24); }
td.TdClassName
{
border-color: #404918;
}
.TagClassName
{
border-color: #404918;
}
</style>