Shades of Dark Green Copper #49756C
Tints of Dark Green Copper #49756C
RGB
CMYK
RGB Variations
Color information
#49756C (or 0x49756C) is known color: Dark Green Copper. HEX triplet: 49, 75 and 6C. RGB value is (73,117,108). Sum of RGB (Red+Green+Blue) = 73+117+108=298 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.50% from 298); Green value is 117 (46.09% from 255 or 39.26% from 298); Blue value is 108 (42.58% from 255 or 36.24% from 298); Max value from RGB is 117 - color contains mainly: green. Hex color #49756C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49756C is #B68A93. Grayscale: #666666. Windows color (decimal): -11963028 or 7107913. OLE color: 7107913.
HSL color Cylindrical-coordinate representation of color #49756C: hue angle of 167.73º 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 #49756C is Cyan = 0.38, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 73 | 117 | 108 | - |
| CMYK | 0.38 | 0 | 0.08 | 0.54 |
| HSL | 167.73º | 0.23% | 0.37% | - |
| HSV(B) | 167.73º | 0.38% | 0.46% | - |
| XYZ | 11.82 | 15.22 | 16.5 | - |
| YUV | 102.82 | 130.92 | 106.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 117 | 108 | 0.38 | 0 | 0.08 | 0.54 | 167.73 | 0.23 | 0.37 |
| Hex | 49 | 75 | 6C | 26 | 0 | 8 | 36 | A8 | 17 | 25 |
| Octal | 111 | 165 | 154 | 46 | 0 | 10 | 66 | 250 | 27 | 45 |
| Binary | 1001001 | 1110101 | 1101100 | 100110 | 0 | 1000 | 110110 | 10101000 | 10111 | 100101 |
Color Harmonies of #49756C
Complementary color
Monochromatic Colors of #49756C
Black with #49756C
Text Example
Text Example
White with #49756C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49756C; }
p { color: rgb(73,117,108); }
H1.HeaderClassName
{
color: #49756C;
}
.AnyTagClassName
{
color: #49756C;
}
</style>
background-color css
<style>
a { background-color: #49756C; }
a { background-color: rgb(73,117,108); }
div.DivClassName
{
background-color: #49756C;
}
.BgClassName
{
background-color: #49756C;
}
</style>
border-color css
<style>
span { border-color: #49756C; }
span { border-color: rgb(73,117,108); }
td.TdClassName
{
border-color: #49756C;
}
.TagClassName
{
border-color: #49756C;
}
</style>