Shades of Verdun Green #405615
Tints of Verdun Green #405615
RGB
CMYK
RGB Variations
Color information
#405615 (or 0x405615) is known color: Verdun Green. HEX triplet: 40, 56 and 15. RGB value is (64,86,21). Sum of RGB (Red+Green+Blue) = 64+86+21=171 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.43% from 171); Green value is 86 (33.98% from 255 or 50.29% from 171); Blue value is 21 (8.59% from 255 or 12.28% from 171); Max value from RGB is 86 - color contains mainly: green. Hex color #405615 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405615 is #BFA9EA. Grayscale: #484848. Windows color (decimal): -12560875 or 1398336. OLE color: 1398336.
HSL color Cylindrical-coordinate representation of color #405615: hue angle of 80.31º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #405615 is Cyan = 0.26, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 64 | 86 | 21 | - |
| CMYK | 0.26 | 0 | 0.76 | 0.66 |
| HSL | 80.31º | 0.61% | 0.21% | - |
| HSV(B) | 80.31º | 0.76% | 0.34% | - |
| XYZ | 5.58 | 7.8 | 1.92 | - |
| YUV | 72.01 | 99.21 | 122.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 86 | 21 | 0.26 | 0 | 0.76 | 0.66 | 80.31 | 0.61 | 0.21 |
| Hex | 40 | 56 | 15 | 1A | 0 | 4C | 42 | 50 | 3D | 15 |
| Octal | 100 | 126 | 25 | 32 | 0 | 114 | 102 | 120 | 75 | 25 |
| Binary | 1000000 | 1010110 | 10101 | 11010 | 0 | 1001100 | 1000010 | 1010000 | 111101 | 10101 |
Color Harmonies of #405615
Complementary color
Monochromatic Colors of #405615
Black with #405615
Text Example
Text Example
White with #405615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405615; }
p { color: rgb(64,86,21); }
H1.HeaderClassName
{
color: #405615;
}
.AnyTagClassName
{
color: #405615;
}
</style>
background-color css
<style>
a { background-color: #405615; }
a { background-color: rgb(64,86,21); }
div.DivClassName
{
background-color: #405615;
}
.BgClassName
{
background-color: #405615;
}
</style>
border-color css
<style>
span { border-color: #405615; }
span { border-color: rgb(64,86,21); }
td.TdClassName
{
border-color: #405615;
}
.TagClassName
{
border-color: #405615;
}
</style>