Shades of Verdun Green #405215
Tints of Verdun Green #405215
RGB
CMYK
RGB Variations
Color information
#405215 (or 0x405215) is known color: Verdun Green. HEX triplet: 40, 52 and 15. RGB value is (64,82,21). Sum of RGB (Red+Green+Blue) = 64+82+21=167 (22% of max value = 765). Red value is 64 (25.39% from 255 or 38.32% from 167); Green value is 82 (32.42% from 255 or 49.10% from 167); Blue value is 21 (8.59% from 255 or 12.57% from 167); Max value from RGB is 82 - color contains mainly: green. Hex color #405215 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405215 is #BFADEA. Grayscale: #454545. Windows color (decimal): -12561899 or 1397312. OLE color: 1397312.
HSL color Cylindrical-coordinate representation of color #405215: hue angle of 77.7º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #405215 is Cyan = 0.22, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 64 | 82 | 21 | - |
| CMYK | 0.22 | 0 | 0.74 | 0.68 |
| HSL | 77.7º | 0.59% | 0.2% | - |
| HSV(B) | 77.7º | 0.74% | 0.32% | - |
| XYZ | 5.27 | 7.18 | 1.82 | - |
| YUV | 69.66 | 100.54 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 82 | 21 | 0.22 | 0 | 0.74 | 0.68 | 77.7 | 0.59 | 0.2 |
| Hex | 40 | 52 | 15 | 16 | 0 | 4A | 44 | 4E | 3B | 14 |
| Octal | 100 | 122 | 25 | 26 | 0 | 112 | 104 | 116 | 73 | 24 |
| Binary | 1000000 | 1010010 | 10101 | 10110 | 0 | 1001010 | 1000100 | 1001110 | 111011 | 10100 |
Color Harmonies of #405215
Complementary color
Monochromatic Colors of #405215
Black with #405215
Text Example
Text Example
White with #405215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405215; }
p { color: rgb(64,82,21); }
H1.HeaderClassName
{
color: #405215;
}
.AnyTagClassName
{
color: #405215;
}
</style>
background-color css
<style>
a { background-color: #405215; }
a { background-color: rgb(64,82,21); }
div.DivClassName
{
background-color: #405215;
}
.BgClassName
{
background-color: #405215;
}
</style>
border-color css
<style>
span { border-color: #405215; }
span { border-color: rgb(64,82,21); }
td.TdClassName
{
border-color: #405215;
}
.TagClassName
{
border-color: #405215;
}
</style>