Shades of Verdun Green #49650D
Tints of Verdun Green #49650D
RGB
CMYK
RGB Variations
Color information
#49650D (or 0x49650D) is known color: Verdun Green. HEX triplet: 49, 65 and 0D. RGB value is (73,101,13). Sum of RGB (Red+Green+Blue) = 73+101+13=187 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.04% from 187); Green value is 101 (39.84% from 255 or 54.01% from 187); Blue value is 13 (5.47% from 255 or 6.95% from 187); Max value from RGB is 101 - color contains mainly: green. Hex color #49650D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #49650D is #B69AF2. Grayscale: #525252. Windows color (decimal): -11967219 or 877897. OLE color: 877897.
HSL color Cylindrical-coordinate representation of color #49650D: hue angle of 79.09º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #49650D is Cyan = 0.28, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 73 | 101 | 13 | - |
| CMYK | 0.28 | 0 | 0.87 | 0.60 |
| HSL | 79.09º | 0.77% | 0.22% | - |
| HSV(B) | 79.09º | 0.87% | 0.4% | - |
| XYZ | 7.47 | 10.75 | 2.06 | - |
| YUV | 82.6 | 88.72 | 121.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 101 | 13 | 0.28 | 0 | 0.87 | 0.60 | 79.09 | 0.77 | 0.22 |
| Hex | 49 | 65 | D | 1C | 0 | 57 | 3C | 4F | 4D | 16 |
| Octal | 111 | 145 | 15 | 34 | 0 | 127 | 74 | 117 | 115 | 26 |
| Binary | 1001001 | 1100101 | 1101 | 11100 | 0 | 1010111 | 111100 | 1001111 | 1001101 | 10110 |
Color Harmonies of #49650D
Complementary color
Monochromatic Colors of #49650D
Black with #49650D
Text Example
Text Example
White with #49650D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49650D; }
p { color: rgb(73,101,13); }
H1.HeaderClassName
{
color: #49650D;
}
.AnyTagClassName
{
color: #49650D;
}
</style>
background-color css
<style>
a { background-color: #49650D; }
a { background-color: rgb(73,101,13); }
div.DivClassName
{
background-color: #49650D;
}
.BgClassName
{
background-color: #49650D;
}
</style>
border-color css
<style>
span { border-color: #49650D; }
span { border-color: rgb(73,101,13); }
td.TdClassName
{
border-color: #49650D;
}
.TagClassName
{
border-color: #49650D;
}
</style>