Shades of Verdun Green #405B0D
Tints of Verdun Green #405B0D
RGB
CMYK
RGB Variations
Color information
#405B0D (or 0x405B0D) is known color: Verdun Green. HEX triplet: 40, 5B and 0D. RGB value is (64,91,13). Sum of RGB (Red+Green+Blue) = 64+91+13=168 (22% of max value = 765). Red value is 64 (25.39% from 255 or 38.10% from 168); Green value is 91 (35.94% from 255 or 54.17% from 168); Blue value is 13 (5.47% from 255 or 7.74% from 168); Max value from RGB is 91 - color contains mainly: green. Hex color #405B0D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405B0D is #BFA4F2. Grayscale: #4A4A4A. Windows color (decimal): -12559603 or 875328. OLE color: 875328.
HSL color Cylindrical-coordinate representation of color #405B0D: hue angle of 80.77º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #405B0D is Cyan = 0.30, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 64 | 91 | 13 | - |
| CMYK | 0.30 | 0 | 0.86 | 0.64 |
| HSL | 80.77º | 0.75% | 0.2% | - |
| HSV(B) | 80.77º | 0.86% | 0.36% | - |
| XYZ | 5.93 | 8.6 | 1.73 | - |
| YUV | 74.04 | 93.55 | 120.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 91 | 13 | 0.30 | 0 | 0.86 | 0.64 | 80.77 | 0.75 | 0.2 |
| Hex | 40 | 5B | D | 1E | 0 | 56 | 40 | 51 | 4B | 14 |
| Octal | 100 | 133 | 15 | 36 | 0 | 126 | 100 | 121 | 113 | 24 |
| Binary | 1000000 | 1011011 | 1101 | 11110 | 0 | 1010110 | 1000000 | 1010001 | 1001011 | 10100 |
Color Harmonies of #405B0D
Complementary color
Monochromatic Colors of #405B0D
Black with #405B0D
Text Example
Text Example
White with #405B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405B0D; }
p { color: rgb(64,91,13); }
H1.HeaderClassName
{
color: #405B0D;
}
.AnyTagClassName
{
color: #405B0D;
}
</style>
background-color css
<style>
a { background-color: #405B0D; }
a { background-color: rgb(64,91,13); }
div.DivClassName
{
background-color: #405B0D;
}
.BgClassName
{
background-color: #405B0D;
}
</style>
border-color css
<style>
span { border-color: #405B0D; }
span { border-color: rgb(64,91,13); }
td.TdClassName
{
border-color: #405B0D;
}
.TagClassName
{
border-color: #405B0D;
}
</style>