Shades of Verdun Green #49640E
Tints of Verdun Green #49640E
RGB
CMYK
RGB Variations
Color information
#49640E (or 0x49640E) is known color: Verdun Green. HEX triplet: 49, 64 and 0E. RGB value is (73,100,14). Sum of RGB (Red+Green+Blue) = 73+100+14=187 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.04% from 187); Green value is 100 (39.45% from 255 or 53.48% from 187); Blue value is 14 (5.86% from 255 or 7.49% from 187); Max value from RGB is 100 - color contains mainly: green. Hex color #49640E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #49640E is #B69BF1. Grayscale: #525252. Windows color (decimal): -11967474 or 943177. OLE color: 943177.
HSL color Cylindrical-coordinate representation of color #49640E: hue angle of 78.84º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #49640E is Cyan = 0.27, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 73 | 100 | 14 | - |
| CMYK | 0.27 | 0 | 0.86 | 0.61 |
| HSL | 78.84º | 0.75% | 0.22% | - |
| HSV(B) | 78.84º | 0.86% | 0.39% | - |
| XYZ | 7.38 | 10.56 | 2.07 | - |
| YUV | 82.12 | 89.55 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 100 | 14 | 0.27 | 0 | 0.86 | 0.61 | 78.84 | 0.75 | 0.22 |
| Hex | 49 | 64 | E | 1B | 0 | 56 | 3D | 4F | 4B | 16 |
| Octal | 111 | 144 | 16 | 33 | 0 | 126 | 75 | 117 | 113 | 26 |
| Binary | 1001001 | 1100100 | 1110 | 11011 | 0 | 1010110 | 111101 | 1001111 | 1001011 | 10110 |
Color Harmonies of #49640E
Complementary color
Monochromatic Colors of #49640E
Black with #49640E
Text Example
Text Example
White with #49640E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49640E; }
p { color: rgb(73,100,14); }
H1.HeaderClassName
{
color: #49640E;
}
.AnyTagClassName
{
color: #49640E;
}
</style>
background-color css
<style>
a { background-color: #49640E; }
a { background-color: rgb(73,100,14); }
div.DivClassName
{
background-color: #49640E;
}
.BgClassName
{
background-color: #49640E;
}
</style>
border-color css
<style>
span { border-color: #49640E; }
span { border-color: rgb(73,100,14); }
td.TdClassName
{
border-color: #49640E;
}
.TagClassName
{
border-color: #49640E;
}
</style>