Shades of Verdun Green #49550D
Tints of Verdun Green #49550D
RGB
CMYK
RGB Variations
Color information
#49550D (or 0x49550D) is known color: Verdun Green. HEX triplet: 49, 55 and 0D. RGB value is (73,85,13). Sum of RGB (Red+Green+Blue) = 73+85+13=171 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.69% from 171); Green value is 85 (33.59% from 255 or 49.71% from 171); Blue value is 13 (5.47% from 255 or 7.60% from 171); Max value from RGB is 85 - color contains mainly: green. Hex color #49550D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #49550D is #B6AAF2. Grayscale: #494949. Windows color (decimal): -11971315 or 873801. OLE color: 873801.
HSL color Cylindrical-coordinate representation of color #49550D: hue angle of 70º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #49550D is Cyan = 0.14, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 73 | 85 | 13 | - |
| CMYK | 0.14 | 0 | 0.85 | 0.67 |
| HSL | 70º | 0.73% | 0.19% | - |
| HSV(B) | 70º | 0.85% | 0.33% | - |
| XYZ | 6.07 | 7.94 | 1.59 | - |
| YUV | 73.2 | 94.02 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 85 | 13 | 0.14 | 0 | 0.85 | 0.67 | 70 | 0.73 | 0.19 |
| Hex | 49 | 55 | D | E | 0 | 55 | 43 | 46 | 49 | 13 |
| Octal | 111 | 125 | 15 | 16 | 0 | 125 | 103 | 106 | 111 | 23 |
| Binary | 1001001 | 1010101 | 1101 | 1110 | 0 | 1010101 | 1000011 | 1000110 | 1001001 | 10011 |
Color Harmonies of #49550D
Complementary color
Monochromatic Colors of #49550D
Black with #49550D
Text Example
Text Example
White with #49550D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49550D; }
p { color: rgb(73,85,13); }
H1.HeaderClassName
{
color: #49550D;
}
.AnyTagClassName
{
color: #49550D;
}
</style>
background-color css
<style>
a { background-color: #49550D; }
a { background-color: rgb(73,85,13); }
div.DivClassName
{
background-color: #49550D;
}
.BgClassName
{
background-color: #49550D;
}
</style>
border-color css
<style>
span { border-color: #49550D; }
span { border-color: rgb(73,85,13); }
td.TdClassName
{
border-color: #49550D;
}
.TagClassName
{
border-color: #49550D;
}
</style>