Shades of Dark Green Copper #49756F
Tints of Dark Green Copper #49756F
RGB
CMYK
RGB Variations
Color information
#49756F (or 0x49756F) is known color: Dark Green Copper. HEX triplet: 49, 75 and 6F. RGB value is (73,117,111). Sum of RGB (Red+Green+Blue) = 73+117+111=301 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.25% from 301); Green value is 117 (46.09% from 255 or 38.87% from 301); Blue value is 111 (43.75% from 255 or 36.88% from 301); Max value from RGB is 117 - color contains mainly: green. Hex color #49756F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49756F is #B68A90. Grayscale: #676767. Windows color (decimal): -11963025 or 7304521. OLE color: 7304521.
HSL color Cylindrical-coordinate representation of color #49756F: hue angle of 171.82º 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 #49756F is Cyan = 0.38, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 73 | 117 | 111 | - |
| CMYK | 0.38 | 0 | 0.05 | 0.54 |
| HSL | 171.82º | 0.23% | 0.37% | - |
| HSV(B) | 171.82º | 0.38% | 0.46% | - |
| XYZ | 11.98 | 15.29 | 17.36 | - |
| YUV | 103.16 | 132.42 | 106.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 117 | 111 | 0.38 | 0 | 0.05 | 0.54 | 171.82 | 0.23 | 0.37 |
| Hex | 49 | 75 | 6F | 26 | 0 | 5 | 36 | AC | 17 | 25 |
| Octal | 111 | 165 | 157 | 46 | 0 | 5 | 66 | 254 | 27 | 45 |
| Binary | 1001001 | 1110101 | 1101111 | 100110 | 0 | 101 | 110110 | 10101100 | 10111 | 100101 |
Color Harmonies of #49756F
Complementary color
Monochromatic Colors of #49756F
Black with #49756F
Text Example
Text Example
White with #49756F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49756F; }
p { color: rgb(73,117,111); }
H1.HeaderClassName
{
color: #49756F;
}
.AnyTagClassName
{
color: #49756F;
}
</style>
background-color css
<style>
a { background-color: #49756F; }
a { background-color: rgb(73,117,111); }
div.DivClassName
{
background-color: #49756F;
}
.BgClassName
{
background-color: #49756F;
}
</style>
border-color css
<style>
span { border-color: #49756F; }
span { border-color: rgb(73,117,111); }
td.TdClassName
{
border-color: #49756F;
}
.TagClassName
{
border-color: #49756F;
}
</style>