Shades of Dark Green Copper #49706A
Tints of Dark Green Copper #49706A
RGB
CMYK
RGB Variations
Color information
#49706A (or 0x49706A) is known color: Dark Green Copper. HEX triplet: 49, 70 and 6A. RGB value is (73,112,106). Sum of RGB (Red+Green+Blue) = 73+112+106=291 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.09% from 291); Green value is 112 (44.14% from 255 or 38.49% from 291); Blue value is 106 (41.80% from 255 or 36.43% from 291); Max value from RGB is 112 - color contains mainly: green. Hex color #49706A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49706A is #B68F95. Grayscale: #636363. Windows color (decimal): -11964310 or 6975561. OLE color: 6975561.
HSL color Cylindrical-coordinate representation of color #49706A: hue angle of 170.77º degrees, saturation: 0.21, 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 #49706A is Cyan = 0.35, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 73 | 112 | 106 | - |
| CMYK | 0.35 | 0 | 0.05 | 0.56 |
| HSL | 170.77º | 0.21% | 0.36% | - |
| HSV(B) | 170.77º | 0.35% | 0.44% | - |
| XYZ | 11.14 | 14.05 | 15.76 | - |
| YUV | 99.66 | 131.58 | 108.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 112 | 106 | 0.35 | 0 | 0.05 | 0.56 | 170.77 | 0.21 | 0.36 |
| Hex | 49 | 70 | 6A | 23 | 0 | 5 | 38 | AB | 15 | 24 |
| Octal | 111 | 160 | 152 | 43 | 0 | 5 | 70 | 253 | 25 | 44 |
| Binary | 1001001 | 1110000 | 1101010 | 100011 | 0 | 101 | 111000 | 10101011 | 10101 | 100100 |
Color Harmonies of #49706A
Complementary color
Monochromatic Colors of #49706A
Black with #49706A
Text Example
Text Example
White with #49706A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49706A; }
p { color: rgb(73,112,106); }
H1.HeaderClassName
{
color: #49706A;
}
.AnyTagClassName
{
color: #49706A;
}
</style>
background-color css
<style>
a { background-color: #49706A; }
a { background-color: rgb(73,112,106); }
div.DivClassName
{
background-color: #49706A;
}
.BgClassName
{
background-color: #49706A;
}
</style>
border-color css
<style>
span { border-color: #49706A; }
span { border-color: rgb(73,112,106); }
td.TdClassName
{
border-color: #49706A;
}
.TagClassName
{
border-color: #49706A;
}
</style>