Shades of Verdun Green #404714
Tints of Verdun Green #404714
RGB
CMYK
RGB Variations
Color information
#404714 (or 0x404714) is known color: Verdun Green. HEX triplet: 40, 47 and 14. RGB value is (64,71,20). Sum of RGB (Red+Green+Blue) = 64+71+20=155 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.29% from 155); Green value is 71 (28.12% from 255 or 45.81% from 155); Blue value is 20 (8.20% from 255 or 12.90% from 155); Max value from RGB is 71 - color contains mainly: green. Hex color #404714 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404714 is #BFB8EB. Grayscale: #3F3F3F. Windows color (decimal): -12564716 or 1328960. OLE color: 1328960.
HSL color Cylindrical-coordinate representation of color #404714: hue angle of 68.24º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #404714 is Cyan = 0.10, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 64 | 71 | 20 | - |
| CMYK | 0.10 | 0 | 0.72 | 0.72 |
| HSL | 68.24º | 0.56% | 0.18% | - |
| HSV(B) | 68.24º | 0.72% | 0.28% | - |
| XYZ | 4.49 | 5.65 | 1.51 | - |
| YUV | 63.09 | 103.68 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 71 | 20 | 0.10 | 0 | 0.72 | 0.72 | 68.24 | 0.56 | 0.18 |
| Hex | 40 | 47 | 14 | A | 0 | 48 | 48 | 44 | 38 | 12 |
| Octal | 100 | 107 | 24 | 12 | 0 | 110 | 110 | 104 | 70 | 22 |
| Binary | 1000000 | 1000111 | 10100 | 1010 | 0 | 1001000 | 1001000 | 1000100 | 111000 | 10010 |
Color Harmonies of #404714
Complementary color
Monochromatic Colors of #404714
Black with #404714
Text Example
Text Example
White with #404714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404714; }
p { color: rgb(64,71,20); }
H1.HeaderClassName
{
color: #404714;
}
.AnyTagClassName
{
color: #404714;
}
</style>
background-color css
<style>
a { background-color: #404714; }
a { background-color: rgb(64,71,20); }
div.DivClassName
{
background-color: #404714;
}
.BgClassName
{
background-color: #404714;
}
</style>
border-color css
<style>
span { border-color: #404714; }
span { border-color: rgb(64,71,20); }
td.TdClassName
{
border-color: #404714;
}
.TagClassName
{
border-color: #404714;
}
</style>