Shades of Verdun Green #404911
Tints of Verdun Green #404911
RGB
CMYK
RGB Variations
Color information
#404911 (or 0x404911) is known color: Verdun Green. HEX triplet: 40, 49 and 11. RGB value is (64,73,17). Sum of RGB (Red+Green+Blue) = 64+73+17=154 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.56% from 154); Green value is 73 (28.91% from 255 or 47.40% from 154); Blue value is 17 (7.03% from 255 or 11.04% from 154); Max value from RGB is 73 - color contains mainly: green. Hex color #404911 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404911 is #BFB6EE. Grayscale: #404040. Windows color (decimal): -12564207 or 1132864. OLE color: 1132864.
HSL color Cylindrical-coordinate representation of color #404911: hue angle of 69.64º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #404911 is Cyan = 0.12, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 64 | 73 | 17 | - |
| CMYK | 0.12 | 0 | 0.77 | 0.71 |
| HSL | 69.64º | 0.62% | 0.18% | - |
| HSV(B) | 69.64º | 0.77% | 0.29% | - |
| XYZ | 4.6 | 5.9 | 1.43 | - |
| YUV | 63.93 | 101.52 | 128.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 73 | 17 | 0.12 | 0 | 0.77 | 0.71 | 69.64 | 0.62 | 0.18 |
| Hex | 40 | 49 | 11 | C | 0 | 4D | 47 | 46 | 3E | 12 |
| Octal | 100 | 111 | 21 | 14 | 0 | 115 | 107 | 106 | 76 | 22 |
| Binary | 1000000 | 1001001 | 10001 | 1100 | 0 | 1001101 | 1000111 | 1000110 | 111110 | 10010 |
Color Harmonies of #404911
Complementary color
Monochromatic Colors of #404911
Black with #404911
Text Example
Text Example
White with #404911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404911; }
p { color: rgb(64,73,17); }
H1.HeaderClassName
{
color: #404911;
}
.AnyTagClassName
{
color: #404911;
}
</style>
background-color css
<style>
a { background-color: #404911; }
a { background-color: rgb(64,73,17); }
div.DivClassName
{
background-color: #404911;
}
.BgClassName
{
background-color: #404911;
}
</style>
border-color css
<style>
span { border-color: #404911; }
span { border-color: rgb(64,73,17); }
td.TdClassName
{
border-color: #404911;
}
.TagClassName
{
border-color: #404911;
}
</style>