Shades of Verdun Green #404514
Tints of Verdun Green #404514
RGB
CMYK
RGB Variations
Color information
#404514 (or 0x404514) is known color: Verdun Green. HEX triplet: 40, 45 and 14. RGB value is (64,69,20). Sum of RGB (Red+Green+Blue) = 64+69+20=153 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.83% from 153); Green value is 69 (27.34% from 255 or 45.10% from 153); Blue value is 20 (8.20% from 255 or 13.07% from 153); Max value from RGB is 69 - color contains mainly: green. Hex color #404514 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404514 is #BFBAEB. Grayscale: #3E3E3E. Windows color (decimal): -12565228 or 1328448. OLE color: 1328448.
HSL color Cylindrical-coordinate representation of color #404514: hue angle of 66.12º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #404514 is Cyan = 0.07, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 64 | 69 | 20 | - |
| CMYK | 0.07 | 0 | 0.71 | 0.73 |
| HSL | 66.12º | 0.55% | 0.17% | - |
| HSV(B) | 66.12º | 0.71% | 0.27% | - |
| XYZ | 4.37 | 5.4 | 1.47 | - |
| YUV | 61.92 | 104.34 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 69 | 20 | 0.07 | 0 | 0.71 | 0.73 | 66.12 | 0.55 | 0.17 |
| Hex | 40 | 45 | 14 | 7 | 0 | 47 | 49 | 42 | 37 | 11 |
| Octal | 100 | 105 | 24 | 7 | 0 | 107 | 111 | 102 | 67 | 21 |
| Binary | 1000000 | 1000101 | 10100 | 111 | 0 | 1000111 | 1001001 | 1000010 | 110111 | 10001 |
Color Harmonies of #404514
Complementary color
Monochromatic Colors of #404514
Black with #404514
Text Example
Text Example
White with #404514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404514; }
p { color: rgb(64,69,20); }
H1.HeaderClassName
{
color: #404514;
}
.AnyTagClassName
{
color: #404514;
}
</style>
background-color css
<style>
a { background-color: #404514; }
a { background-color: rgb(64,69,20); }
div.DivClassName
{
background-color: #404514;
}
.BgClassName
{
background-color: #404514;
}
</style>
border-color css
<style>
span { border-color: #404514; }
span { border-color: rgb(64,69,20); }
td.TdClassName
{
border-color: #404514;
}
.TagClassName
{
border-color: #404514;
}
</style>