Shades of Dark Green Copper #49786C
Tints of Dark Green Copper #49786C
RGB
CMYK
RGB Variations
Color information
#49786C (or 0x49786C) is known color: Dark Green Copper. HEX triplet: 49, 78 and 6C. RGB value is (73,120,108). Sum of RGB (Red+Green+Blue) = 73+120+108=301 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.25% from 301); Green value is 120 (47.27% from 255 or 39.87% from 301); Blue value is 108 (42.58% from 255 or 35.88% from 301); Max value from RGB is 120 - color contains mainly: green. Hex color #49786C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49786C is #B68793. Grayscale: #686868. Windows color (decimal): -11962260 or 7108681. OLE color: 7108681.
HSL color Cylindrical-coordinate representation of color #49786C: hue angle of 164.68º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #49786C is Cyan = 0.39, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 73 | 120 | 108 | - |
| CMYK | 0.39 | 0 | 0.10 | 0.53 |
| HSL | 164.68º | 0.24% | 0.38% | - |
| HSV(B) | 164.68º | 0.39% | 0.47% | - |
| XYZ | 12.17 | 15.93 | 16.62 | - |
| YUV | 104.58 | 129.93 | 105.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 120 | 108 | 0.39 | 0 | 0.10 | 0.53 | 164.68 | 0.24 | 0.38 |
| Hex | 49 | 78 | 6C | 27 | 0 | A | 35 | A5 | 18 | 26 |
| Octal | 111 | 170 | 154 | 47 | 0 | 12 | 65 | 245 | 30 | 46 |
| Binary | 1001001 | 1111000 | 1101100 | 100111 | 0 | 1010 | 110101 | 10100101 | 11000 | 100110 |
Color Harmonies of #49786C
Complementary color
Monochromatic Colors of #49786C
Black with #49786C
Text Example
Text Example
White with #49786C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49786C; }
p { color: rgb(73,120,108); }
H1.HeaderClassName
{
color: #49786C;
}
.AnyTagClassName
{
color: #49786C;
}
</style>
background-color css
<style>
a { background-color: #49786C; }
a { background-color: rgb(73,120,108); }
div.DivClassName
{
background-color: #49786C;
}
.BgClassName
{
background-color: #49786C;
}
</style>
border-color css
<style>
span { border-color: #49786C; }
span { border-color: rgb(73,120,108); }
td.TdClassName
{
border-color: #49786C;
}
.TagClassName
{
border-color: #49786C;
}
</style>