Shades of Verdun Green #40480E
Tints of Verdun Green #40480E
RGB
CMYK
RGB Variations
Color information
#40480E (or 0x40480E) is known color: Verdun Green. HEX triplet: 40, 48 and 0E. RGB value is (64,72,14). Sum of RGB (Red+Green+Blue) = 64+72+14=150 (19% of max value = 765). Red value is 64 (25.39% from 255 or 42.67% from 150); Green value is 72 (28.52% from 255 or 48% from 150); Blue value is 14 (5.86% from 255 or 9.33% from 150); Max value from RGB is 72 - color contains mainly: green. Hex color #40480E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #40480E is #BFB7F1. Grayscale: #3F3F3F. Windows color (decimal): -12564466 or 936000. OLE color: 936000.
HSL color Cylindrical-coordinate representation of color #40480E: hue angle of 68.28º degrees, saturation: 0.67, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #40480E is Cyan = 0.11, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 64 | 72 | 14 | - |
| CMYK | 0.11 | 0 | 0.81 | 0.72 |
| HSL | 68.28º | 0.67% | 0.17% | - |
| HSV(B) | 68.28º | 0.81% | 0.28% | - |
| XYZ | 4.51 | 5.76 | 1.29 | - |
| YUV | 63 | 100.35 | 128.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 72 | 14 | 0.11 | 0 | 0.81 | 0.72 | 68.28 | 0.67 | 0.17 |
| Hex | 40 | 48 | E | B | 0 | 51 | 48 | 44 | 43 | 11 |
| Octal | 100 | 110 | 16 | 13 | 0 | 121 | 110 | 104 | 103 | 21 |
| Binary | 1000000 | 1001000 | 1110 | 1011 | 0 | 1010001 | 1001000 | 1000100 | 1000011 | 10001 |
Color Harmonies of #40480E
Complementary color
Monochromatic Colors of #40480E
Black with #40480E
Text Example
Text Example
White with #40480E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40480E; }
p { color: rgb(64,72,14); }
H1.HeaderClassName
{
color: #40480E;
}
.AnyTagClassName
{
color: #40480E;
}
</style>
background-color css
<style>
a { background-color: #40480E; }
a { background-color: rgb(64,72,14); }
div.DivClassName
{
background-color: #40480E;
}
.BgClassName
{
background-color: #40480E;
}
</style>
border-color css
<style>
span { border-color: #40480E; }
span { border-color: rgb(64,72,14); }
td.TdClassName
{
border-color: #40480E;
}
.TagClassName
{
border-color: #40480E;
}
</style>