Shades of Verdun Green #405113
Tints of Verdun Green #405113
RGB
CMYK
RGB Variations
Color information
#405113 (or 0x405113) is known color: Verdun Green. HEX triplet: 40, 51 and 13. RGB value is (64,81,19). Sum of RGB (Red+Green+Blue) = 64+81+19=164 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.02% from 164); Green value is 81 (32.03% from 255 or 49.39% from 164); Blue value is 19 (7.81% from 255 or 11.59% from 164); Max value from RGB is 81 - color contains mainly: green. Hex color #405113 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405113 is #BFAEEC. Grayscale: #454545. Windows color (decimal): -12562157 or 1265984. OLE color: 1265984.
HSL color Cylindrical-coordinate representation of color #405113: hue angle of 76.45º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #405113 is Cyan = 0.21, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 64 | 81 | 19 | - |
| CMYK | 0.21 | 0 | 0.77 | 0.68 |
| HSL | 76.45º | 0.62% | 0.2% | - |
| HSV(B) | 76.45º | 0.77% | 0.32% | - |
| XYZ | 5.17 | 7.02 | 1.7 | - |
| YUV | 68.85 | 99.87 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 81 | 19 | 0.21 | 0 | 0.77 | 0.68 | 76.45 | 0.62 | 0.2 |
| Hex | 40 | 51 | 13 | 15 | 0 | 4D | 44 | 4C | 3E | 14 |
| Octal | 100 | 121 | 23 | 25 | 0 | 115 | 104 | 114 | 76 | 24 |
| Binary | 1000000 | 1010001 | 10011 | 10101 | 0 | 1001101 | 1000100 | 1001100 | 111110 | 10100 |
Color Harmonies of #405113
Complementary color
Monochromatic Colors of #405113
Black with #405113
Text Example
Text Example
White with #405113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405113; }
p { color: rgb(64,81,19); }
H1.HeaderClassName
{
color: #405113;
}
.AnyTagClassName
{
color: #405113;
}
</style>
background-color css
<style>
a { background-color: #405113; }
a { background-color: rgb(64,81,19); }
div.DivClassName
{
background-color: #405113;
}
.BgClassName
{
background-color: #405113;
}
</style>
border-color css
<style>
span { border-color: #405113; }
span { border-color: rgb(64,81,19); }
td.TdClassName
{
border-color: #405113;
}
.TagClassName
{
border-color: #405113;
}
</style>