Shades of Dark Green Copper #47756E
Tints of Dark Green Copper #47756E
RGB
CMYK
RGB Variations
Color information
#47756E (or 0x47756E) is known color: Dark Green Copper. HEX triplet: 47, 75 and 6E. RGB value is (71,117,110). Sum of RGB (Red+Green+Blue) = 71+117+110=298 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.83% from 298); Green value is 117 (46.09% from 255 or 39.26% from 298); Blue value is 110 (43.36% from 255 or 36.91% from 298); Max value from RGB is 117 - color contains mainly: green. Hex color #47756E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47756E is #B88A91. Grayscale: #666666. Windows color (decimal): -12094098 or 7238983. OLE color: 7238983.
HSL color Cylindrical-coordinate representation of color #47756E: hue angle of 170.87º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #47756E is Cyan = 0.39, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 71 | 117 | 110 | - |
| CMYK | 0.39 | 0 | 0.06 | 0.54 |
| HSL | 170.87º | 0.24% | 0.37% | - |
| HSV(B) | 170.87º | 0.39% | 0.46% | - |
| XYZ | 11.77 | 15.19 | 17.06 | - |
| YUV | 102.45 | 132.26 | 105.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 117 | 110 | 0.39 | 0 | 0.06 | 0.54 | 170.87 | 0.24 | 0.37 |
| Hex | 47 | 75 | 6E | 27 | 0 | 6 | 36 | AB | 18 | 25 |
| Octal | 107 | 165 | 156 | 47 | 0 | 6 | 66 | 253 | 30 | 45 |
| Binary | 1000111 | 1110101 | 1101110 | 100111 | 0 | 110 | 110110 | 10101011 | 11000 | 100101 |
Color Harmonies of #47756E
Complementary color
Monochromatic Colors of #47756E
Black with #47756E
Text Example
Text Example
White with #47756E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47756E; }
p { color: rgb(71,117,110); }
H1.HeaderClassName
{
color: #47756E;
}
.AnyTagClassName
{
color: #47756E;
}
</style>
background-color css
<style>
a { background-color: #47756E; }
a { background-color: rgb(71,117,110); }
div.DivClassName
{
background-color: #47756E;
}
.BgClassName
{
background-color: #47756E;
}
</style>
border-color css
<style>
span { border-color: #47756E; }
span { border-color: rgb(71,117,110); }
td.TdClassName
{
border-color: #47756E;
}
.TagClassName
{
border-color: #47756E;
}
</style>