Shades of Verdun Green #405F0A
Tints of Verdun Green #405F0A
RGB
CMYK
RGB Variations
Color information
#405F0A (or 0x405F0A) is known color: Verdun Green. HEX triplet: 40, 5F and 0A. RGB value is (64,95,10). Sum of RGB (Red+Green+Blue) = 64+95+10=169 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.87% from 169); Green value is 95 (37.5% from 255 or 56.21% from 169); Blue value is 10 (4.30% from 255 or 5.92% from 169); Max value from RGB is 95 - color contains mainly: green. Hex color #405F0A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405F0A is #BFA0F5. Grayscale: #4C4C4C. Windows color (decimal): -12558582 or 679744. OLE color: 679744.
HSL color Cylindrical-coordinate representation of color #405F0A: hue angle of 81.88º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #405F0A is Cyan = 0.33, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 64 | 95 | 10 | - |
| CMYK | 0.33 | 0 | 0.89 | 0.63 |
| HSL | 81.88º | 0.81% | 0.21% | - |
| HSV(B) | 81.88º | 0.89% | 0.37% | - |
| XYZ | 6.26 | 9.3 | 1.75 | - |
| YUV | 76.04 | 90.73 | 119.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 95 | 10 | 0.33 | 0 | 0.89 | 0.63 | 81.88 | 0.81 | 0.21 |
| Hex | 40 | 5F | A | 21 | 0 | 59 | 3F | 52 | 51 | 15 |
| Octal | 100 | 137 | 12 | 41 | 0 | 131 | 77 | 122 | 121 | 25 |
| Binary | 1000000 | 1011111 | 1010 | 100001 | 0 | 1011001 | 111111 | 1010010 | 1010001 | 10101 |
Color Harmonies of #405F0A
Complementary color
Monochromatic Colors of #405F0A
Black with #405F0A
Text Example
Text Example
White with #405F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405F0A; }
p { color: rgb(64,95,10); }
H1.HeaderClassName
{
color: #405F0A;
}
.AnyTagClassName
{
color: #405F0A;
}
</style>
background-color css
<style>
a { background-color: #405F0A; }
a { background-color: rgb(64,95,10); }
div.DivClassName
{
background-color: #405F0A;
}
.BgClassName
{
background-color: #405F0A;
}
</style>
border-color css
<style>
span { border-color: #405F0A; }
span { border-color: rgb(64,95,10); }
td.TdClassName
{
border-color: #405F0A;
}
.TagClassName
{
border-color: #405F0A;
}
</style>