Shades of Verdun Green #405912
Tints of Verdun Green #405912
RGB
CMYK
RGB Variations
Color information
#405912 (or 0x405912) is known color: Verdun Green. HEX triplet: 40, 59 and 12. RGB value is (64,89,18). Sum of RGB (Red+Green+Blue) = 64+89+18=171 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.43% from 171); Green value is 89 (35.16% from 255 or 52.05% from 171); Blue value is 18 (7.42% from 255 or 10.53% from 171); Max value from RGB is 89 - color contains mainly: green. Hex color #405912 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405912 is #BFA6ED. Grayscale: #494949. Windows color (decimal): -12560110 or 1202496. OLE color: 1202496.
HSL color Cylindrical-coordinate representation of color #405912: hue angle of 81.13º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #405912 is Cyan = 0.28, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 64 | 89 | 18 | - |
| CMYK | 0.28 | 0 | 0.80 | 0.65 |
| HSL | 81.13º | 0.66% | 0.21% | - |
| HSV(B) | 81.13º | 0.8% | 0.35% | - |
| XYZ | 5.8 | 8.28 | 1.86 | - |
| YUV | 73.43 | 96.72 | 121.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 89 | 18 | 0.28 | 0 | 0.80 | 0.65 | 81.13 | 0.66 | 0.21 |
| Hex | 40 | 59 | 12 | 1C | 0 | 50 | 41 | 51 | 42 | 15 |
| Octal | 100 | 131 | 22 | 34 | 0 | 120 | 101 | 121 | 102 | 25 |
| Binary | 1000000 | 1011001 | 10010 | 11100 | 0 | 1010000 | 1000001 | 1010001 | 1000010 | 10101 |
Color Harmonies of #405912
Complementary color
Monochromatic Colors of #405912
Black with #405912
Text Example
Text Example
White with #405912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405912; }
p { color: rgb(64,89,18); }
H1.HeaderClassName
{
color: #405912;
}
.AnyTagClassName
{
color: #405912;
}
</style>
background-color css
<style>
a { background-color: #405912; }
a { background-color: rgb(64,89,18); }
div.DivClassName
{
background-color: #405912;
}
.BgClassName
{
background-color: #405912;
}
</style>
border-color css
<style>
span { border-color: #405912; }
span { border-color: rgb(64,89,18); }
td.TdClassName
{
border-color: #405912;
}
.TagClassName
{
border-color: #405912;
}
</style>