Shades of Verdun Green #405116
Tints of Verdun Green #405116
RGB
CMYK
RGB Variations
Color information
#405116 (or 0x405116) is known color: Verdun Green. HEX triplet: 40, 51 and 16. RGB value is (64,81,22). Sum of RGB (Red+Green+Blue) = 64+81+22=167 (22% of max value = 765). Red value is 64 (25.39% from 255 or 38.32% from 167); Green value is 81 (32.03% from 255 or 48.50% from 167); Blue value is 22 (8.98% from 255 or 13.17% from 167); Max value from RGB is 81 - color contains mainly: green. Hex color #405116 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405116 is #BFAEE9. Grayscale: #454545. Windows color (decimal): -12562154 or 1462592. OLE color: 1462592.
HSL color Cylindrical-coordinate representation of color #405116: hue angle of 77.29º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #405116 is Cyan = 0.21, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 64 | 81 | 22 | - |
| CMYK | 0.21 | 0 | 0.73 | 0.68 |
| HSL | 77.29º | 0.57% | 0.2% | - |
| HSV(B) | 77.29º | 0.73% | 0.32% | - |
| XYZ | 5.2 | 7.03 | 1.84 | - |
| YUV | 69.19 | 101.37 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 81 | 22 | 0.21 | 0 | 0.73 | 0.68 | 77.29 | 0.57 | 0.2 |
| Hex | 40 | 51 | 16 | 15 | 0 | 49 | 44 | 4D | 39 | 14 |
| Octal | 100 | 121 | 26 | 25 | 0 | 111 | 104 | 115 | 71 | 24 |
| Binary | 1000000 | 1010001 | 10110 | 10101 | 0 | 1001001 | 1000100 | 1001101 | 111001 | 10100 |
Color Harmonies of #405116
Complementary color
Monochromatic Colors of #405116
Black with #405116
Text Example
Text Example
White with #405116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405116; }
p { color: rgb(64,81,22); }
H1.HeaderClassName
{
color: #405116;
}
.AnyTagClassName
{
color: #405116;
}
</style>
background-color css
<style>
a { background-color: #405116; }
a { background-color: rgb(64,81,22); }
div.DivClassName
{
background-color: #405116;
}
.BgClassName
{
background-color: #405116;
}
</style>
border-color css
<style>
span { border-color: #405116; }
span { border-color: rgb(64,81,22); }
td.TdClassName
{
border-color: #405116;
}
.TagClassName
{
border-color: #405116;
}
</style>