Shades of Dark Green Copper #49746F
Tints of Dark Green Copper #49746F
RGB
CMYK
RGB Variations
Color information
#49746F (or 0x49746F) is known color: Dark Green Copper. HEX triplet: 49, 74 and 6F. RGB value is (73,116,111). Sum of RGB (Red+Green+Blue) = 73+116+111=300 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.33% from 300); Green value is 116 (45.70% from 255 or 38.67% from 300); Blue value is 111 (43.75% from 255 or 37% from 300); Max value from RGB is 116 - color contains mainly: green. Hex color #49746F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49746F is #B68B90. Grayscale: #666666. Windows color (decimal): -11963281 or 7304265. OLE color: 7304265.
HSL color Cylindrical-coordinate representation of color #49746F: hue angle of 173.02º 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 #49746F is Cyan = 0.37, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 73 | 116 | 111 | - |
| CMYK | 0.37 | 0 | 0.04 | 0.55 |
| HSL | 173.02º | 0.23% | 0.37% | - |
| HSV(B) | 173.02º | 0.37% | 0.45% | - |
| XYZ | 11.86 | 15.05 | 17.32 | - |
| YUV | 102.57 | 132.75 | 106.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 116 | 111 | 0.37 | 0 | 0.04 | 0.55 | 173.02 | 0.23 | 0.37 |
| Hex | 49 | 74 | 6F | 25 | 0 | 4 | 37 | AD | 17 | 25 |
| Octal | 111 | 164 | 157 | 45 | 0 | 4 | 67 | 255 | 27 | 45 |
| Binary | 1001001 | 1110100 | 1101111 | 100101 | 0 | 100 | 110111 | 10101101 | 10111 | 100101 |
Color Harmonies of #49746F
Complementary color
Monochromatic Colors of #49746F
Black with #49746F
Text Example
Text Example
White with #49746F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49746F; }
p { color: rgb(73,116,111); }
H1.HeaderClassName
{
color: #49746F;
}
.AnyTagClassName
{
color: #49746F;
}
</style>
background-color css
<style>
a { background-color: #49746F; }
a { background-color: rgb(73,116,111); }
div.DivClassName
{
background-color: #49746F;
}
.BgClassName
{
background-color: #49746F;
}
</style>
border-color css
<style>
span { border-color: #49746F; }
span { border-color: rgb(73,116,111); }
td.TdClassName
{
border-color: #49746F;
}
.TagClassName
{
border-color: #49746F;
}
</style>