Shades of Verdun Green #404718
Tints of Verdun Green #404718
RGB
CMYK
RGB Variations
Color information
#404718 (or 0x404718) is known color: Verdun Green. HEX triplet: 40, 47 and 18. RGB value is (64,71,24). Sum of RGB (Red+Green+Blue) = 64+71+24=159 (21% of max value = 765). Red value is 64 (25.39% from 255 or 40.25% from 159); Green value is 71 (28.12% from 255 or 44.65% from 159); Blue value is 24 (9.77% from 255 or 15.09% from 159); Max value from RGB is 71 - color contains mainly: green. Hex color #404718 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404718 is #BFB8E7. Grayscale: #3F3F3F. Windows color (decimal): -12564712 or 1591104. OLE color: 1591104.
HSL color Cylindrical-coordinate representation of color #404718: hue angle of 68.94º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #404718 is Cyan = 0.10, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 64 | 71 | 24 | - |
| CMYK | 0.10 | 0 | 0.66 | 0.72 |
| HSL | 68.94º | 0.49% | 0.19% | - |
| HSV(B) | 68.94º | 0.66% | 0.28% | - |
| XYZ | 4.53 | 5.66 | 1.72 | - |
| YUV | 63.55 | 105.68 | 128.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 71 | 24 | 0.10 | 0 | 0.66 | 0.72 | 68.94 | 0.49 | 0.19 |
| Hex | 40 | 47 | 18 | A | 0 | 42 | 48 | 45 | 31 | 13 |
| Octal | 100 | 107 | 30 | 12 | 0 | 102 | 110 | 105 | 61 | 23 |
| Binary | 1000000 | 1000111 | 11000 | 1010 | 0 | 1000010 | 1001000 | 1000101 | 110001 | 10011 |
Color Harmonies of #404718
Complementary color
Monochromatic Colors of #404718
Black with #404718
Text Example
Text Example
White with #404718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404718; }
p { color: rgb(64,71,24); }
H1.HeaderClassName
{
color: #404718;
}
.AnyTagClassName
{
color: #404718;
}
</style>
background-color css
<style>
a { background-color: #404718; }
a { background-color: rgb(64,71,24); }
div.DivClassName
{
background-color: #404718;
}
.BgClassName
{
background-color: #404718;
}
</style>
border-color css
<style>
span { border-color: #404718; }
span { border-color: rgb(64,71,24); }
td.TdClassName
{
border-color: #404718;
}
.TagClassName
{
border-color: #404718;
}
</style>