Shades of Verdun Green #404511
Tints of Verdun Green #404511
RGB
CMYK
RGB Variations
Color information
#404511 (or 0x404511) is known color: Verdun Green. HEX triplet: 40, 45 and 11. RGB value is (64,69,17). Sum of RGB (Red+Green+Blue) = 64+69+17=150 (19% of max value = 765). Red value is 64 (25.39% from 255 or 42.67% from 150); Green value is 69 (27.34% from 255 or 46% from 150); Blue value is 17 (7.03% from 255 or 11.33% from 150); Max value from RGB is 69 - color contains mainly: green. Hex color #404511 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404511 is #BFBAEE. Grayscale: #3D3D3D. Windows color (decimal): -12565231 or 1131840. OLE color: 1131840.
HSL color Cylindrical-coordinate representation of color #404511: hue angle of 65.77º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #404511 is Cyan = 0.07, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 64 | 69 | 17 | - |
| CMYK | 0.07 | 0 | 0.75 | 0.73 |
| HSL | 65.77º | 0.6% | 0.17% | - |
| HSV(B) | 65.77º | 0.75% | 0.27% | - |
| XYZ | 4.34 | 5.39 | 1.34 | - |
| YUV | 61.58 | 102.84 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 69 | 17 | 0.07 | 0 | 0.75 | 0.73 | 65.77 | 0.6 | 0.17 |
| Hex | 40 | 45 | 11 | 7 | 0 | 4B | 49 | 42 | 3C | 11 |
| Octal | 100 | 105 | 21 | 7 | 0 | 113 | 111 | 102 | 74 | 21 |
| Binary | 1000000 | 1000101 | 10001 | 111 | 0 | 1001011 | 1001001 | 1000010 | 111100 | 10001 |
Color Harmonies of #404511
Complementary color
Monochromatic Colors of #404511
Black with #404511
Text Example
Text Example
White with #404511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404511; }
p { color: rgb(64,69,17); }
H1.HeaderClassName
{
color: #404511;
}
.AnyTagClassName
{
color: #404511;
}
</style>
background-color css
<style>
a { background-color: #404511; }
a { background-color: rgb(64,69,17); }
div.DivClassName
{
background-color: #404511;
}
.BgClassName
{
background-color: #404511;
}
</style>
border-color css
<style>
span { border-color: #404511; }
span { border-color: rgb(64,69,17); }
td.TdClassName
{
border-color: #404511;
}
.TagClassName
{
border-color: #404511;
}
</style>