Shades of Verdun Green #405B0A
Tints of Verdun Green #405B0A
RGB
CMYK
RGB Variations
Color information
#405B0A (or 0x405B0A) is known color: Verdun Green. HEX triplet: 40, 5B and 0A. RGB value is (64,91,10). Sum of RGB (Red+Green+Blue) = 64+91+10=165 (21% of max value = 765). Red value is 64 (25.39% from 255 or 38.79% from 165); Green value is 91 (35.94% from 255 or 55.15% from 165); Blue value is 10 (4.30% from 255 or 6.06% from 165); Max value from RGB is 91 - color contains mainly: green. Hex color #405B0A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405B0A is #BFA4F5. Grayscale: #494949. Windows color (decimal): -12559606 or 678720. OLE color: 678720.
HSL color Cylindrical-coordinate representation of color #405B0A: hue angle of 80º degrees, saturation: 0.8, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #405B0A is Cyan = 0.30, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 64 | 91 | 10 | - |
| CMYK | 0.30 | 0 | 0.89 | 0.64 |
| HSL | 80º | 0.8% | 0.2% | - |
| HSV(B) | 80º | 0.89% | 0.36% | - |
| XYZ | 5.91 | 8.59 | 1.63 | - |
| YUV | 73.69 | 92.05 | 121.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 91 | 10 | 0.30 | 0 | 0.89 | 0.64 | 80 | 0.8 | 0.2 |
| Hex | 40 | 5B | A | 1E | 0 | 59 | 40 | 50 | 50 | 14 |
| Octal | 100 | 133 | 12 | 36 | 0 | 131 | 100 | 120 | 120 | 24 |
| Binary | 1000000 | 1011011 | 1010 | 11110 | 0 | 1011001 | 1000000 | 1010000 | 1010000 | 10100 |
Color Harmonies of #405B0A
Complementary color
Monochromatic Colors of #405B0A
Black with #405B0A
Text Example
Text Example
White with #405B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405B0A; }
p { color: rgb(64,91,10); }
H1.HeaderClassName
{
color: #405B0A;
}
.AnyTagClassName
{
color: #405B0A;
}
</style>
background-color css
<style>
a { background-color: #405B0A; }
a { background-color: rgb(64,91,10); }
div.DivClassName
{
background-color: #405B0A;
}
.BgClassName
{
background-color: #405B0A;
}
</style>
border-color css
<style>
span { border-color: #405B0A; }
span { border-color: rgb(64,91,10); }
td.TdClassName
{
border-color: #405B0A;
}
.TagClassName
{
border-color: #405B0A;
}
</style>