Shades of Dark Green Copper #49756E
Tints of Dark Green Copper #49756E
RGB
CMYK
RGB Variations
Color information
#49756E (or 0x49756E) is known color: Dark Green Copper. HEX triplet: 49, 75 and 6E. RGB value is (73,117,110). Sum of RGB (Red+Green+Blue) = 73+117+110=300 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.33% from 300); Green value is 117 (46.09% from 255 or 39% from 300); Blue value is 110 (43.36% from 255 or 36.67% from 300); Max value from RGB is 117 - color contains mainly: green. Hex color #49756E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49756E is #B68A91. Grayscale: #676767. Windows color (decimal): -11963026 or 7238985. OLE color: 7238985.
HSL color Cylindrical-coordinate representation of color #49756E: hue angle of 170.45º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #49756E is Cyan = 0.38, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 73 | 117 | 110 | - |
| CMYK | 0.38 | 0 | 0.06 | 0.54 |
| HSL | 170.45º | 0.23% | 0.37% | - |
| HSV(B) | 170.45º | 0.38% | 0.46% | - |
| XYZ | 11.92 | 15.26 | 17.07 | - |
| YUV | 103.05 | 131.92 | 106.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 117 | 110 | 0.38 | 0 | 0.06 | 0.54 | 170.45 | 0.23 | 0.37 |
| Hex | 49 | 75 | 6E | 26 | 0 | 6 | 36 | AA | 17 | 25 |
| Octal | 111 | 165 | 156 | 46 | 0 | 6 | 66 | 252 | 27 | 45 |
| Binary | 1001001 | 1110101 | 1101110 | 100110 | 0 | 110 | 110110 | 10101010 | 10111 | 100101 |
Color Harmonies of #49756E
Complementary color
Monochromatic Colors of #49756E
Black with #49756E
Text Example
Text Example
White with #49756E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49756E; }
p { color: rgb(73,117,110); }
H1.HeaderClassName
{
color: #49756E;
}
.AnyTagClassName
{
color: #49756E;
}
</style>
background-color css
<style>
a { background-color: #49756E; }
a { background-color: rgb(73,117,110); }
div.DivClassName
{
background-color: #49756E;
}
.BgClassName
{
background-color: #49756E;
}
</style>
border-color css
<style>
span { border-color: #49756E; }
span { border-color: rgb(73,117,110); }
td.TdClassName
{
border-color: #49756E;
}
.TagClassName
{
border-color: #49756E;
}
</style>