Shades of Verdun Green #40490D
Tints of Verdun Green #40490D
RGB
CMYK
RGB Variations
Color information
#40490D (or 0x40490D) is known color: Verdun Green. HEX triplet: 40, 49 and 0D. RGB value is (64,73,13). Sum of RGB (Red+Green+Blue) = 64+73+13=150 (19% of max value = 765). Red value is 64 (25.39% from 255 or 42.67% from 150); Green value is 73 (28.91% from 255 or 48.67% from 150); Blue value is 13 (5.47% from 255 or 8.67% from 150); Max value from RGB is 73 - color contains mainly: green. Hex color #40490D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #40490D is #BFB6F2. Grayscale: #3F3F3F. Windows color (decimal): -12564211 or 870720. OLE color: 870720.
HSL color Cylindrical-coordinate representation of color #40490D: hue angle of 69º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #40490D is Cyan = 0.12, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 64 | 73 | 13 | - |
| CMYK | 0.12 | 0 | 0.82 | 0.71 |
| HSL | 69º | 0.7% | 0.17% | - |
| HSV(B) | 69º | 0.82% | 0.29% | - |
| XYZ | 4.57 | 5.88 | 1.28 | - |
| YUV | 63.47 | 99.52 | 128.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 73 | 13 | 0.12 | 0 | 0.82 | 0.71 | 69 | 0.7 | 0.17 |
| Hex | 40 | 49 | D | C | 0 | 52 | 47 | 45 | 46 | 11 |
| Octal | 100 | 111 | 15 | 14 | 0 | 122 | 107 | 105 | 106 | 21 |
| Binary | 1000000 | 1001001 | 1101 | 1100 | 0 | 1010010 | 1000111 | 1000101 | 1000110 | 10001 |
Color Harmonies of #40490D
Complementary color
Monochromatic Colors of #40490D
Black with #40490D
Text Example
Text Example
White with #40490D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40490D; }
p { color: rgb(64,73,13); }
H1.HeaderClassName
{
color: #40490D;
}
.AnyTagClassName
{
color: #40490D;
}
</style>
background-color css
<style>
a { background-color: #40490D; }
a { background-color: rgb(64,73,13); }
div.DivClassName
{
background-color: #40490D;
}
.BgClassName
{
background-color: #40490D;
}
</style>
border-color css
<style>
span { border-color: #40490D; }
span { border-color: rgb(64,73,13); }
td.TdClassName
{
border-color: #40490D;
}
.TagClassName
{
border-color: #40490D;
}
</style>