Shades of Dark Green Copper #47756D
Tints of Dark Green Copper #47756D
RGB
CMYK
RGB Variations
Color information
#47756D (or 0x47756D) is known color: Dark Green Copper. HEX triplet: 47, 75 and 6D. RGB value is (71,117,109). Sum of RGB (Red+Green+Blue) = 71+117+109=297 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.91% from 297); Green value is 117 (46.09% from 255 or 39.39% from 297); Blue value is 109 (42.97% from 255 or 36.70% from 297); Max value from RGB is 117 - color contains mainly: green. Hex color #47756D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47756D is #B88A92. Grayscale: #666666. Windows color (decimal): -12094099 or 7173447. OLE color: 7173447.
HSL color Cylindrical-coordinate representation of color #47756D: hue angle of 169.57º 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 #47756D is Cyan = 0.39, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 71 | 117 | 109 | - |
| CMYK | 0.39 | 0 | 0.07 | 0.54 |
| HSL | 169.57º | 0.24% | 0.37% | - |
| HSV(B) | 169.57º | 0.39% | 0.46% | - |
| XYZ | 11.72 | 15.17 | 16.78 | - |
| YUV | 102.33 | 131.76 | 105.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 117 | 109 | 0.39 | 0 | 0.07 | 0.54 | 169.57 | 0.24 | 0.37 |
| Hex | 47 | 75 | 6D | 27 | 0 | 7 | 36 | AA | 18 | 25 |
| Octal | 107 | 165 | 155 | 47 | 0 | 7 | 66 | 252 | 30 | 45 |
| Binary | 1000111 | 1110101 | 1101101 | 100111 | 0 | 111 | 110110 | 10101010 | 11000 | 100101 |
Color Harmonies of #47756D
Complementary color
Monochromatic Colors of #47756D
Black with #47756D
Text Example
Text Example
White with #47756D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47756D; }
p { color: rgb(71,117,109); }
H1.HeaderClassName
{
color: #47756D;
}
.AnyTagClassName
{
color: #47756D;
}
</style>
background-color css
<style>
a { background-color: #47756D; }
a { background-color: rgb(71,117,109); }
div.DivClassName
{
background-color: #47756D;
}
.BgClassName
{
background-color: #47756D;
}
</style>
border-color css
<style>
span { border-color: #47756D; }
span { border-color: rgb(71,117,109); }
td.TdClassName
{
border-color: #47756D;
}
.TagClassName
{
border-color: #47756D;
}
</style>