Shades of Verdun Green #405F15
Tints of Verdun Green #405F15
RGB
CMYK
RGB Variations
Color information
#405F15 (or 0x405F15) is known color: Verdun Green. HEX triplet: 40, 5F and 15. RGB value is (64,95,21). Sum of RGB (Red+Green+Blue) = 64+95+21=180 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.56% from 180); Green value is 95 (37.5% from 255 or 52.78% from 180); Blue value is 21 (8.59% from 255 or 11.67% from 180); Max value from RGB is 95 - color contains mainly: green. Hex color #405F15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405F15 is #BFA0EA. Grayscale: #4D4D4D. Windows color (decimal): -12558571 or 1400640. OLE color: 1400640.
HSL color Cylindrical-coordinate representation of color #405F15: hue angle of 85.14º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #405F15 is Cyan = 0.33, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 64 | 95 | 21 | - |
| CMYK | 0.33 | 0 | 0.78 | 0.63 |
| HSL | 85.14º | 0.64% | 0.23% | - |
| HSV(B) | 85.14º | 0.78% | 0.37% | - |
| XYZ | 6.34 | 9.33 | 2.18 | - |
| YUV | 77.3 | 96.23 | 118.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 95 | 21 | 0.33 | 0 | 0.78 | 0.63 | 85.14 | 0.64 | 0.23 |
| Hex | 40 | 5F | 15 | 21 | 0 | 4E | 3F | 55 | 40 | 17 |
| Octal | 100 | 137 | 25 | 41 | 0 | 116 | 77 | 125 | 100 | 27 |
| Binary | 1000000 | 1011111 | 10101 | 100001 | 0 | 1001110 | 111111 | 1010101 | 1000000 | 10111 |
Color Harmonies of #405F15
Complementary color
Monochromatic Colors of #405F15
Black with #405F15
Text Example
Text Example
White with #405F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405F15; }
p { color: rgb(64,95,21); }
H1.HeaderClassName
{
color: #405F15;
}
.AnyTagClassName
{
color: #405F15;
}
</style>
background-color css
<style>
a { background-color: #405F15; }
a { background-color: rgb(64,95,21); }
div.DivClassName
{
background-color: #405F15;
}
.BgClassName
{
background-color: #405F15;
}
</style>
border-color css
<style>
span { border-color: #405F15; }
span { border-color: rgb(64,95,21); }
td.TdClassName
{
border-color: #405F15;
}
.TagClassName
{
border-color: #405F15;
}
</style>