Shades of Dark Green Copper #49746C
Tints of Dark Green Copper #49746C
RGB
CMYK
RGB Variations
Color information
#49746C (or 0x49746C) is known color: Dark Green Copper. HEX triplet: 49, 74 and 6C. RGB value is (73,116,108). Sum of RGB (Red+Green+Blue) = 73+116+108=297 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.58% from 297); Green value is 116 (45.70% from 255 or 39.06% from 297); Blue value is 108 (42.58% from 255 or 36.36% from 297); Max value from RGB is 116 - color contains mainly: green. Hex color #49746C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49746C is #B68B93. Grayscale: #666666. Windows color (decimal): -11963284 or 7107657. OLE color: 7107657.
HSL color Cylindrical-coordinate representation of color #49746C: hue angle of 168.84º degrees, saturation: 0.23, 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 #49746C is Cyan = 0.37, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 73 | 116 | 108 | - |
| CMYK | 0.37 | 0 | 0.07 | 0.55 |
| HSL | 168.84º | 0.23% | 0.37% | - |
| HSV(B) | 168.84º | 0.37% | 0.45% | - |
| XYZ | 11.7 | 14.99 | 16.46 | - |
| YUV | 102.23 | 131.25 | 107.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 116 | 108 | 0.37 | 0 | 0.07 | 0.55 | 168.84 | 0.23 | 0.37 |
| Hex | 49 | 74 | 6C | 25 | 0 | 7 | 37 | A9 | 17 | 25 |
| Octal | 111 | 164 | 154 | 45 | 0 | 7 | 67 | 251 | 27 | 45 |
| Binary | 1001001 | 1110100 | 1101100 | 100101 | 0 | 111 | 110111 | 10101001 | 10111 | 100101 |
Color Harmonies of #49746C
Complementary color
Monochromatic Colors of #49746C
Black with #49746C
Text Example
Text Example
White with #49746C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49746C; }
p { color: rgb(73,116,108); }
H1.HeaderClassName
{
color: #49746C;
}
.AnyTagClassName
{
color: #49746C;
}
</style>
background-color css
<style>
a { background-color: #49746C; }
a { background-color: rgb(73,116,108); }
div.DivClassName
{
background-color: #49746C;
}
.BgClassName
{
background-color: #49746C;
}
</style>
border-color css
<style>
span { border-color: #49746C; }
span { border-color: rgb(73,116,108); }
td.TdClassName
{
border-color: #49746C;
}
.TagClassName
{
border-color: #49746C;
}
</style>