Shades of Verdun Green #49610E
Tints of Verdun Green #49610E
RGB
CMYK
RGB Variations
Color information
#49610E (or 0x49610E) is known color: Verdun Green. HEX triplet: 49, 61 and 0E. RGB value is (73,97,14). Sum of RGB (Red+Green+Blue) = 73+97+14=184 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.67% from 184); Green value is 97 (38.28% from 255 or 52.72% from 184); Blue value is 14 (5.86% from 255 or 7.61% from 184); Max value from RGB is 97 - color contains mainly: green. Hex color #49610E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #49610E is #B69EF1. Grayscale: #505050. Windows color (decimal): -11968242 or 942409. OLE color: 942409.
HSL color Cylindrical-coordinate representation of color #49610E: hue angle of 77.35º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #49610E is Cyan = 0.25, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 73 | 97 | 14 | - |
| CMYK | 0.25 | 0 | 0.86 | 0.62 |
| HSL | 77.35º | 0.75% | 0.22% | - |
| HSV(B) | 77.35º | 0.86% | 0.38% | - |
| XYZ | 7.1 | 10 | 1.97 | - |
| YUV | 80.36 | 90.55 | 122.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 97 | 14 | 0.25 | 0 | 0.86 | 0.62 | 77.35 | 0.75 | 0.22 |
| Hex | 49 | 61 | E | 19 | 0 | 56 | 3E | 4D | 4B | 16 |
| Octal | 111 | 141 | 16 | 31 | 0 | 126 | 76 | 115 | 113 | 26 |
| Binary | 1001001 | 1100001 | 1110 | 11001 | 0 | 1010110 | 111110 | 1001101 | 1001011 | 10110 |
Color Harmonies of #49610E
Complementary color
Monochromatic Colors of #49610E
Black with #49610E
Text Example
Text Example
White with #49610E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49610E; }
p { color: rgb(73,97,14); }
H1.HeaderClassName
{
color: #49610E;
}
.AnyTagClassName
{
color: #49610E;
}
</style>
background-color css
<style>
a { background-color: #49610E; }
a { background-color: rgb(73,97,14); }
div.DivClassName
{
background-color: #49610E;
}
.BgClassName
{
background-color: #49610E;
}
</style>
border-color css
<style>
span { border-color: #49610E; }
span { border-color: rgb(73,97,14); }
td.TdClassName
{
border-color: #49610E;
}
.TagClassName
{
border-color: #49610E;
}
</style>