Shades of Verdun Green #404713
Tints of Verdun Green #404713
RGB
CMYK
RGB Variations
Color information
#404713 (or 0x404713) is known color: Verdun Green. HEX triplet: 40, 47 and 13. RGB value is (64,71,19). Sum of RGB (Red+Green+Blue) = 64+71+19=154 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.56% from 154); Green value is 71 (28.12% from 255 or 46.10% from 154); Blue value is 19 (7.81% from 255 or 12.34% from 154); Max value from RGB is 71 - color contains mainly: green. Hex color #404713 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404713 is #BFB8EC. Grayscale: #3F3F3F. Windows color (decimal): -12564717 or 1263424. OLE color: 1263424.
HSL color Cylindrical-coordinate representation of color #404713: hue angle of 68.08º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #404713 is Cyan = 0.10, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 64 | 71 | 19 | - |
| CMYK | 0.10 | 0 | 0.73 | 0.72 |
| HSL | 68.08º | 0.58% | 0.18% | - |
| HSV(B) | 68.08º | 0.73% | 0.28% | - |
| XYZ | 4.49 | 5.64 | 1.47 | - |
| YUV | 62.98 | 103.18 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 71 | 19 | 0.10 | 0 | 0.73 | 0.72 | 68.08 | 0.58 | 0.18 |
| Hex | 40 | 47 | 13 | A | 0 | 49 | 48 | 44 | 3A | 12 |
| Octal | 100 | 107 | 23 | 12 | 0 | 111 | 110 | 104 | 72 | 22 |
| Binary | 1000000 | 1000111 | 10011 | 1010 | 0 | 1001001 | 1001000 | 1000100 | 111010 | 10010 |
Color Harmonies of #404713
Complementary color
Monochromatic Colors of #404713
Black with #404713
Text Example
Text Example
White with #404713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404713; }
p { color: rgb(64,71,19); }
H1.HeaderClassName
{
color: #404713;
}
.AnyTagClassName
{
color: #404713;
}
</style>
background-color css
<style>
a { background-color: #404713; }
a { background-color: rgb(64,71,19); }
div.DivClassName
{
background-color: #404713;
}
.BgClassName
{
background-color: #404713;
}
</style>
border-color css
<style>
span { border-color: #404713; }
span { border-color: rgb(64,71,19); }
td.TdClassName
{
border-color: #404713;
}
.TagClassName
{
border-color: #404713;
}
</style>