Shades of Verdun Green #40520D
Tints of Verdun Green #40520D
RGB
CMYK
RGB Variations
Color information
#40520D (or 0x40520D) is known color: Verdun Green. HEX triplet: 40, 52 and 0D. RGB value is (64,82,13). Sum of RGB (Red+Green+Blue) = 64+82+13=159 (21% of max value = 765). Red value is 64 (25.39% from 255 or 40.25% from 159); Green value is 82 (32.42% from 255 or 51.57% from 159); Blue value is 13 (5.47% from 255 or 8.18% from 159); Max value from RGB is 82 - color contains mainly: green. Hex color #40520D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #40520D is #BFADF2. Grayscale: #454545. Windows color (decimal): -12561907 or 873024. OLE color: 873024.
HSL color Cylindrical-coordinate representation of color #40520D: hue angle of 75.65º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #40520D is Cyan = 0.22, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 64 | 82 | 13 | - |
| CMYK | 0.22 | 0 | 0.84 | 0.68 |
| HSL | 75.65º | 0.73% | 0.19% | - |
| HSV(B) | 75.65º | 0.84% | 0.32% | - |
| XYZ | 5.2 | 7.15 | 1.49 | - |
| YUV | 68.75 | 96.54 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 82 | 13 | 0.22 | 0 | 0.84 | 0.68 | 75.65 | 0.73 | 0.19 |
| Hex | 40 | 52 | D | 16 | 0 | 54 | 44 | 4C | 49 | 13 |
| Octal | 100 | 122 | 15 | 26 | 0 | 124 | 104 | 114 | 111 | 23 |
| Binary | 1000000 | 1010010 | 1101 | 10110 | 0 | 1010100 | 1000100 | 1001100 | 1001001 | 10011 |
Color Harmonies of #40520D
Complementary color
Monochromatic Colors of #40520D
Black with #40520D
Text Example
Text Example
White with #40520D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40520D; }
p { color: rgb(64,82,13); }
H1.HeaderClassName
{
color: #40520D;
}
.AnyTagClassName
{
color: #40520D;
}
</style>
background-color css
<style>
a { background-color: #40520D; }
a { background-color: rgb(64,82,13); }
div.DivClassName
{
background-color: #40520D;
}
.BgClassName
{
background-color: #40520D;
}
</style>
border-color css
<style>
span { border-color: #40520D; }
span { border-color: rgb(64,82,13); }
td.TdClassName
{
border-color: #40520D;
}
.TagClassName
{
border-color: #40520D;
}
</style>