Shades of Dark Green Copper #49746B
Tints of Dark Green Copper #49746B
RGB
CMYK
RGB Variations
Color information
#49746B (or 0x49746B) is known color: Dark Green Copper. HEX triplet: 49, 74 and 6B. RGB value is (73,116,107). Sum of RGB (Red+Green+Blue) = 73+116+107=296 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.66% from 296); Green value is 116 (45.70% from 255 or 39.19% from 296); Blue value is 107 (42.19% from 255 or 36.15% from 296); Max value from RGB is 116 - color contains mainly: green. Hex color #49746B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49746B is #B68B94. Grayscale: #666666. Windows color (decimal): -11963285 or 7042121. OLE color: 7042121.
HSL color Cylindrical-coordinate representation of color #49746B: hue angle of 167.44º 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 #49746B is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 73 | 116 | 107 | - |
| CMYK | 0.37 | 0 | 0.08 | 0.55 |
| HSL | 167.44º | 0.23% | 0.37% | - |
| HSV(B) | 167.44º | 0.37% | 0.45% | - |
| XYZ | 11.65 | 14.97 | 16.19 | - |
| YUV | 102.12 | 130.75 | 107.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 116 | 107 | 0.37 | 0 | 0.08 | 0.55 | 167.44 | 0.23 | 0.37 |
| Hex | 49 | 74 | 6B | 25 | 0 | 8 | 37 | A7 | 17 | 25 |
| Octal | 111 | 164 | 153 | 45 | 0 | 10 | 67 | 247 | 27 | 45 |
| Binary | 1001001 | 1110100 | 1101011 | 100101 | 0 | 1000 | 110111 | 10100111 | 10111 | 100101 |
Color Harmonies of #49746B
Complementary color
Monochromatic Colors of #49746B
Black with #49746B
Text Example
Text Example
White with #49746B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49746B; }
p { color: rgb(73,116,107); }
H1.HeaderClassName
{
color: #49746B;
}
.AnyTagClassName
{
color: #49746B;
}
</style>
background-color css
<style>
a { background-color: #49746B; }
a { background-color: rgb(73,116,107); }
div.DivClassName
{
background-color: #49746B;
}
.BgClassName
{
background-color: #49746B;
}
</style>
border-color css
<style>
span { border-color: #49746B; }
span { border-color: rgb(73,116,107); }
td.TdClassName
{
border-color: #49746B;
}
.TagClassName
{
border-color: #49746B;
}
</style>