Shades of Verdun Green #405211
Tints of Verdun Green #405211
RGB
CMYK
RGB Variations
Color information
#405211 (or 0x405211) is known color: Verdun Green. HEX triplet: 40, 52 and 11. RGB value is (64,82,17). Sum of RGB (Red+Green+Blue) = 64+82+17=163 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.26% from 163); Green value is 82 (32.42% from 255 or 50.31% from 163); Blue value is 17 (7.03% from 255 or 10.43% from 163); Max value from RGB is 82 - color contains mainly: green. Hex color #405211 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405211 is #BFADEE. Grayscale: #454545. Windows color (decimal): -12561903 or 1135168. OLE color: 1135168.
HSL color Cylindrical-coordinate representation of color #405211: hue angle of 76.62º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #405211 is Cyan = 0.22, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 64 | 82 | 17 | - |
| CMYK | 0.22 | 0 | 0.79 | 0.68 |
| HSL | 76.62º | 0.66% | 0.19% | - |
| HSV(B) | 76.62º | 0.79% | 0.32% | - |
| XYZ | 5.23 | 7.17 | 1.64 | - |
| YUV | 69.21 | 98.54 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 82 | 17 | 0.22 | 0 | 0.79 | 0.68 | 76.62 | 0.66 | 0.19 |
| Hex | 40 | 52 | 11 | 16 | 0 | 4F | 44 | 4D | 42 | 13 |
| Octal | 100 | 122 | 21 | 26 | 0 | 117 | 104 | 115 | 102 | 23 |
| Binary | 1000000 | 1010010 | 10001 | 10110 | 0 | 1001111 | 1000100 | 1001101 | 1000010 | 10011 |
Color Harmonies of #405211
Complementary color
Monochromatic Colors of #405211
Black with #405211
Text Example
Text Example
White with #405211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405211; }
p { color: rgb(64,82,17); }
H1.HeaderClassName
{
color: #405211;
}
.AnyTagClassName
{
color: #405211;
}
</style>
background-color css
<style>
a { background-color: #405211; }
a { background-color: rgb(64,82,17); }
div.DivClassName
{
background-color: #405211;
}
.BgClassName
{
background-color: #405211;
}
</style>
border-color css
<style>
span { border-color: #405211; }
span { border-color: rgb(64,82,17); }
td.TdClassName
{
border-color: #405211;
}
.TagClassName
{
border-color: #405211;
}
</style>