Shades of Dark Green Copper #49736E
Tints of Dark Green Copper #49736E
RGB
CMYK
RGB Variations
Color information
#49736E (or 0x49736E) is known color: Dark Green Copper. HEX triplet: 49, 73 and 6E. RGB value is (73,115,110). Sum of RGB (Red+Green+Blue) = 73+115+110=298 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.50% from 298); Green value is 115 (45.31% from 255 or 38.59% from 298); Blue value is 110 (43.36% from 255 or 36.91% from 298); Max value from RGB is 115 - color contains mainly: green. Hex color #49736E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49736E is #B68C91. Grayscale: #656565. Windows color (decimal): -11963538 or 7238473. OLE color: 7238473.
HSL color Cylindrical-coordinate representation of color #49736E: hue angle of 172.86º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #49736E is Cyan = 0.37, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 73 | 115 | 110 | - |
| CMYK | 0.37 | 0 | 0.04 | 0.55 |
| HSL | 172.86º | 0.22% | 0.37% | - |
| HSV(B) | 172.86º | 0.37% | 0.45% | - |
| XYZ | 11.69 | 14.8 | 16.99 | - |
| YUV | 101.87 | 132.59 | 107.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 115 | 110 | 0.37 | 0 | 0.04 | 0.55 | 172.86 | 0.22 | 0.37 |
| Hex | 49 | 73 | 6E | 25 | 0 | 4 | 37 | AD | 16 | 25 |
| Octal | 111 | 163 | 156 | 45 | 0 | 4 | 67 | 255 | 26 | 45 |
| Binary | 1001001 | 1110011 | 1101110 | 100101 | 0 | 100 | 110111 | 10101101 | 10110 | 100101 |
Color Harmonies of #49736E
Complementary color
Monochromatic Colors of #49736E
Black with #49736E
Text Example
Text Example
White with #49736E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49736E; }
p { color: rgb(73,115,110); }
H1.HeaderClassName
{
color: #49736E;
}
.AnyTagClassName
{
color: #49736E;
}
</style>
background-color css
<style>
a { background-color: #49736E; }
a { background-color: rgb(73,115,110); }
div.DivClassName
{
background-color: #49736E;
}
.BgClassName
{
background-color: #49736E;
}
</style>
border-color css
<style>
span { border-color: #49736E; }
span { border-color: rgb(73,115,110); }
td.TdClassName
{
border-color: #49736E;
}
.TagClassName
{
border-color: #49736E;
}
</style>