Shades of Dark Green Copper #49796D
Tints of Dark Green Copper #49796D
RGB
CMYK
RGB Variations
Color information
#49796D (or 0x49796D) is known color: Dark Green Copper. HEX triplet: 49, 79 and 6D. RGB value is (73,121,109). Sum of RGB (Red+Green+Blue) = 73+121+109=303 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.09% from 303); Green value is 121 (47.66% from 255 or 39.93% from 303); Blue value is 109 (42.97% from 255 or 35.97% from 303); Max value from RGB is 121 - color contains mainly: green. Hex color #49796D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49796D is #B68692. Grayscale: #696969. Windows color (decimal): -11962003 or 7174473. OLE color: 7174473.
HSL color Cylindrical-coordinate representation of color #49796D: hue angle of 165º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #49796D is Cyan = 0.40, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 73 | 121 | 109 | - |
| CMYK | 0.40 | 0 | 0.10 | 0.53 |
| HSL | 165º | 0.25% | 0.38% | - |
| HSV(B) | 165º | 0.4% | 0.47% | - |
| XYZ | 12.35 | 16.2 | 16.94 | - |
| YUV | 105.28 | 130.1 | 104.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 121 | 109 | 0.40 | 0 | 0.10 | 0.53 | 165 | 0.25 | 0.38 |
| Hex | 49 | 79 | 6D | 28 | 0 | A | 35 | A5 | 19 | 26 |
| Octal | 111 | 171 | 155 | 50 | 0 | 12 | 65 | 245 | 31 | 46 |
| Binary | 1001001 | 1111001 | 1101101 | 101000 | 0 | 1010 | 110101 | 10100101 | 11001 | 100110 |
Color Harmonies of #49796D
Complementary color
Monochromatic Colors of #49796D
Black with #49796D
Text Example
Text Example
White with #49796D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49796D; }
p { color: rgb(73,121,109); }
H1.HeaderClassName
{
color: #49796D;
}
.AnyTagClassName
{
color: #49796D;
}
</style>
background-color css
<style>
a { background-color: #49796D; }
a { background-color: rgb(73,121,109); }
div.DivClassName
{
background-color: #49796D;
}
.BgClassName
{
background-color: #49796D;
}
</style>
border-color css
<style>
span { border-color: #49796D; }
span { border-color: rgb(73,121,109); }
td.TdClassName
{
border-color: #49796D;
}
.TagClassName
{
border-color: #49796D;
}
</style>