Shades of Verdun Green #405915
Tints of Verdun Green #405915
RGB
CMYK
RGB Variations
Color information
#405915 (or 0x405915) is known color: Verdun Green. HEX triplet: 40, 59 and 15. RGB value is (64,89,21). Sum of RGB (Red+Green+Blue) = 64+89+21=174 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.78% from 174); Green value is 89 (35.16% from 255 or 51.15% from 174); Blue value is 21 (8.59% from 255 or 12.07% from 174); Max value from RGB is 89 - color contains mainly: green. Hex color #405915 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405915 is #BFA6EA. Grayscale: #4A4A4A. Windows color (decimal): -12560107 or 1399104. OLE color: 1399104.
HSL color Cylindrical-coordinate representation of color #405915: hue angle of 82.06º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #405915 is Cyan = 0.28, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 64 | 89 | 21 | - |
| CMYK | 0.28 | 0 | 0.76 | 0.65 |
| HSL | 82.06º | 0.62% | 0.22% | - |
| HSV(B) | 82.06º | 0.76% | 0.35% | - |
| XYZ | 5.82 | 8.29 | 2 | - |
| YUV | 73.77 | 98.22 | 121.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 89 | 21 | 0.28 | 0 | 0.76 | 0.65 | 82.06 | 0.62 | 0.22 |
| Hex | 40 | 59 | 15 | 1C | 0 | 4C | 41 | 52 | 3E | 16 |
| Octal | 100 | 131 | 25 | 34 | 0 | 114 | 101 | 122 | 76 | 26 |
| Binary | 1000000 | 1011001 | 10101 | 11100 | 0 | 1001100 | 1000001 | 1010010 | 111110 | 10110 |
Color Harmonies of #405915
Complementary color
Monochromatic Colors of #405915
Black with #405915
Text Example
Text Example
White with #405915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405915; }
p { color: rgb(64,89,21); }
H1.HeaderClassName
{
color: #405915;
}
.AnyTagClassName
{
color: #405915;
}
</style>
background-color css
<style>
a { background-color: #405915; }
a { background-color: rgb(64,89,21); }
div.DivClassName
{
background-color: #405915;
}
.BgClassName
{
background-color: #405915;
}
</style>
border-color css
<style>
span { border-color: #405915; }
span { border-color: rgb(64,89,21); }
td.TdClassName
{
border-color: #405915;
}
.TagClassName
{
border-color: #405915;
}
</style>