Shades of Verdun Green #406411
Tints of Verdun Green #406411
RGB
CMYK
RGB Variations
Color information
#406411 (or 0x406411) is known color: Verdun Green. HEX triplet: 40, 64 and 11. RGB value is (64,100,17). Sum of RGB (Red+Green+Blue) = 64+100+17=181 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.36% from 181); Green value is 100 (39.45% from 255 or 55.25% from 181); Blue value is 17 (7.03% from 255 or 9.39% from 181); Max value from RGB is 100 - color contains mainly: green. Hex color #406411 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #406411 is #BF9BEE. Grayscale: #505050. Windows color (decimal): -12557295 or 1139776. OLE color: 1139776.
HSL color Cylindrical-coordinate representation of color #406411: hue angle of 86.02º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #406411 is Cyan = 0.36, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 64 | 100 | 17 | - |
| CMYK | 0.36 | 0 | 0.83 | 0.61 |
| HSL | 86.02º | 0.71% | 0.23% | - |
| HSV(B) | 86.02º | 0.83% | 0.39% | - |
| XYZ | 6.77 | 10.24 | 2.15 | - |
| YUV | 79.77 | 92.57 | 116.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 100 | 17 | 0.36 | 0 | 0.83 | 0.61 | 86.02 | 0.71 | 0.23 |
| Hex | 40 | 64 | 11 | 24 | 0 | 53 | 3D | 56 | 47 | 17 |
| Octal | 100 | 144 | 21 | 44 | 0 | 123 | 75 | 126 | 107 | 27 |
| Binary | 1000000 | 1100100 | 10001 | 100100 | 0 | 1010011 | 111101 | 1010110 | 1000111 | 10111 |
Color Harmonies of #406411
Complementary color
Monochromatic Colors of #406411
Black with #406411
Text Example
Text Example
White with #406411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406411; }
p { color: rgb(64,100,17); }
H1.HeaderClassName
{
color: #406411;
}
.AnyTagClassName
{
color: #406411;
}
</style>
background-color css
<style>
a { background-color: #406411; }
a { background-color: rgb(64,100,17); }
div.DivClassName
{
background-color: #406411;
}
.BgClassName
{
background-color: #406411;
}
</style>
border-color css
<style>
span { border-color: #406411; }
span { border-color: rgb(64,100,17); }
td.TdClassName
{
border-color: #406411;
}
.TagClassName
{
border-color: #406411;
}
</style>