Shades of Verdun Green #40490C
Tints of Verdun Green #40490C
RGB
CMYK
RGB Variations
Color information
#40490C (or 0x40490C) is known color: Verdun Green. HEX triplet: 40, 49 and 0C. RGB value is (64,73,12). Sum of RGB (Red+Green+Blue) = 64+73+12=149 (19% of max value = 765). Red value is 64 (25.39% from 255 or 42.95% from 149); Green value is 73 (28.91% from 255 or 48.99% from 149); Blue value is 12 (5.08% from 255 or 8.05% from 149); Max value from RGB is 73 - color contains mainly: green. Hex color #40490C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #40490C is #BFB6F3. Grayscale: #3F3F3F. Windows color (decimal): -12564212 or 805184. OLE color: 805184.
HSL color Cylindrical-coordinate representation of color #40490C: hue angle of 68.85º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #40490C is Cyan = 0.12, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 64 | 73 | 12 | - |
| CMYK | 0.12 | 0 | 0.84 | 0.71 |
| HSL | 68.85º | 0.72% | 0.17% | - |
| HSV(B) | 68.85º | 0.84% | 0.29% | - |
| XYZ | 4.56 | 5.88 | 1.24 | - |
| YUV | 63.36 | 99.02 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 73 | 12 | 0.12 | 0 | 0.84 | 0.71 | 68.85 | 0.72 | 0.17 |
| Hex | 40 | 49 | C | C | 0 | 54 | 47 | 45 | 48 | 11 |
| Octal | 100 | 111 | 14 | 14 | 0 | 124 | 107 | 105 | 110 | 21 |
| Binary | 1000000 | 1001001 | 1100 | 1100 | 0 | 1010100 | 1000111 | 1000101 | 1001000 | 10001 |
Color Harmonies of #40490C
Complementary color
Monochromatic Colors of #40490C
Black with #40490C
Text Example
Text Example
White with #40490C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40490C; }
p { color: rgb(64,73,12); }
H1.HeaderClassName
{
color: #40490C;
}
.AnyTagClassName
{
color: #40490C;
}
</style>
background-color css
<style>
a { background-color: #40490C; }
a { background-color: rgb(64,73,12); }
div.DivClassName
{
background-color: #40490C;
}
.BgClassName
{
background-color: #40490C;
}
</style>
border-color css
<style>
span { border-color: #40490C; }
span { border-color: rgb(64,73,12); }
td.TdClassName
{
border-color: #40490C;
}
.TagClassName
{
border-color: #40490C;
}
</style>