Shades of Verdun Green #49610D
Tints of Verdun Green #49610D
RGB
CMYK
RGB Variations
Color information
#49610D (or 0x49610D) is known color: Verdun Green. HEX triplet: 49, 61 and 0D. RGB value is (73,97,13). Sum of RGB (Red+Green+Blue) = 73+97+13=183 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.89% from 183); Green value is 97 (38.28% from 255 or 53.01% from 183); Blue value is 13 (5.47% from 255 or 7.10% from 183); Max value from RGB is 97 - color contains mainly: green. Hex color #49610D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #49610D is #B69EF2. Grayscale: #505050. Windows color (decimal): -11968243 or 876873. OLE color: 876873.
HSL color Cylindrical-coordinate representation of color #49610D: hue angle of 77.14º degrees, saturation: 0.76, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #49610D is Cyan = 0.25, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 73 | 97 | 13 | - |
| CMYK | 0.25 | 0 | 0.87 | 0.62 |
| HSL | 77.14º | 0.76% | 0.22% | - |
| HSV(B) | 77.14º | 0.87% | 0.38% | - |
| XYZ | 7.09 | 9.99 | 1.94 | - |
| YUV | 80.25 | 90.05 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 97 | 13 | 0.25 | 0 | 0.87 | 0.62 | 77.14 | 0.76 | 0.22 |
| Hex | 49 | 61 | D | 19 | 0 | 57 | 3E | 4D | 4C | 16 |
| Octal | 111 | 141 | 15 | 31 | 0 | 127 | 76 | 115 | 114 | 26 |
| Binary | 1001001 | 1100001 | 1101 | 11001 | 0 | 1010111 | 111110 | 1001101 | 1001100 | 10110 |
Color Harmonies of #49610D
Complementary color
Monochromatic Colors of #49610D
Black with #49610D
Text Example
Text Example
White with #49610D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49610D; }
p { color: rgb(73,97,13); }
H1.HeaderClassName
{
color: #49610D;
}
.AnyTagClassName
{
color: #49610D;
}
</style>
background-color css
<style>
a { background-color: #49610D; }
a { background-color: rgb(73,97,13); }
div.DivClassName
{
background-color: #49610D;
}
.BgClassName
{
background-color: #49610D;
}
</style>
border-color css
<style>
span { border-color: #49610D; }
span { border-color: rgb(73,97,13); }
td.TdClassName
{
border-color: #49610D;
}
.TagClassName
{
border-color: #49610D;
}
</style>