Shades of Dark Green Copper #49716E
Tints of Dark Green Copper #49716E
RGB
CMYK
RGB Variations
Color information
#49716E (or 0x49716E) is known color: Dark Green Copper. HEX triplet: 49, 71 and 6E. RGB value is (73,113,110). Sum of RGB (Red+Green+Blue) = 73+113+110=296 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.66% from 296); Green value is 113 (44.53% from 255 or 38.18% from 296); Blue value is 110 (43.36% from 255 or 37.16% from 296); Max value from RGB is 113 - color contains mainly: green. Hex color #49716E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49716E is #B68E91. Grayscale: #646464. Windows color (decimal): -11964050 or 7237961. OLE color: 7237961.
HSL color Cylindrical-coordinate representation of color #49716E: hue angle of 175.5º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #49716E is Cyan = 0.35, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 73 | 113 | 110 | - |
| CMYK | 0.35 | 0 | 0.03 | 0.56 |
| HSL | 175.5º | 0.22% | 0.36% | - |
| HSV(B) | 175.5º | 0.35% | 0.44% | - |
| XYZ | 11.47 | 14.35 | 16.92 | - |
| YUV | 100.7 | 133.25 | 108.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 113 | 110 | 0.35 | 0 | 0.03 | 0.56 | 175.5 | 0.22 | 0.36 |
| Hex | 49 | 71 | 6E | 23 | 0 | 3 | 38 | B0 | 16 | 24 |
| Octal | 111 | 161 | 156 | 43 | 0 | 3 | 70 | 260 | 26 | 44 |
| Binary | 1001001 | 1110001 | 1101110 | 100011 | 0 | 11 | 111000 | 10110000 | 10110 | 100100 |
Color Harmonies of #49716E
Complementary color
Monochromatic Colors of #49716E
Black with #49716E
Text Example
Text Example
White with #49716E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49716E; }
p { color: rgb(73,113,110); }
H1.HeaderClassName
{
color: #49716E;
}
.AnyTagClassName
{
color: #49716E;
}
</style>
background-color css
<style>
a { background-color: #49716E; }
a { background-color: rgb(73,113,110); }
div.DivClassName
{
background-color: #49716E;
}
.BgClassName
{
background-color: #49716E;
}
</style>
border-color css
<style>
span { border-color: #49716E; }
span { border-color: rgb(73,113,110); }
td.TdClassName
{
border-color: #49716E;
}
.TagClassName
{
border-color: #49716E;
}
</style>