Shades of Dark Green Copper #49776A
Tints of Dark Green Copper #49776A
RGB
CMYK
RGB Variations
Color information
#49776A (or 0x49776A) is known color: Dark Green Copper. HEX triplet: 49, 77 and 6A. RGB value is (73,119,106). Sum of RGB (Red+Green+Blue) = 73+119+106=298 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.50% from 298); Green value is 119 (46.88% from 255 or 39.93% from 298); Blue value is 106 (41.80% from 255 or 35.57% from 298); Max value from RGB is 119 - color contains mainly: green. Hex color #49776A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49776A is #B68895. Grayscale: #676767. Windows color (decimal): -11962518 or 6977353. OLE color: 6977353.
HSL color Cylindrical-coordinate representation of color #49776A: hue angle of 163.04º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #49776A is Cyan = 0.39, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 73 | 119 | 106 | - |
| CMYK | 0.39 | 0 | 0.11 | 0.53 |
| HSL | 163.04º | 0.24% | 0.38% | - |
| HSV(B) | 163.04º | 0.39% | 0.47% | - |
| XYZ | 11.95 | 15.65 | 16.03 | - |
| YUV | 103.76 | 129.26 | 106.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 119 | 106 | 0.39 | 0 | 0.11 | 0.53 | 163.04 | 0.24 | 0.38 |
| Hex | 49 | 77 | 6A | 27 | 0 | B | 35 | A3 | 18 | 26 |
| Octal | 111 | 167 | 152 | 47 | 0 | 13 | 65 | 243 | 30 | 46 |
| Binary | 1001001 | 1110111 | 1101010 | 100111 | 0 | 1011 | 110101 | 10100011 | 11000 | 100110 |
Color Harmonies of #49776A
Complementary color
Monochromatic Colors of #49776A
Black with #49776A
Text Example
Text Example
White with #49776A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49776A; }
p { color: rgb(73,119,106); }
H1.HeaderClassName
{
color: #49776A;
}
.AnyTagClassName
{
color: #49776A;
}
</style>
background-color css
<style>
a { background-color: #49776A; }
a { background-color: rgb(73,119,106); }
div.DivClassName
{
background-color: #49776A;
}
.BgClassName
{
background-color: #49776A;
}
</style>
border-color css
<style>
span { border-color: #49776A; }
span { border-color: rgb(73,119,106); }
td.TdClassName
{
border-color: #49776A;
}
.TagClassName
{
border-color: #49776A;
}
</style>