Shades of Dark Green Copper #47716C
Tints of Dark Green Copper #47716C
RGB
CMYK
RGB Variations
Color information
#47716C (or 0x47716C) is known color: Dark Green Copper. HEX triplet: 47, 71 and 6C. RGB value is (71,113,108). Sum of RGB (Red+Green+Blue) = 71+113+108=292 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.32% from 292); Green value is 113 (44.53% from 255 or 38.70% from 292); Blue value is 108 (42.58% from 255 or 36.99% from 292); Max value from RGB is 113 - color contains mainly: green. Hex color #47716C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47716C is #B88E93. Grayscale: #636363. Windows color (decimal): -12095124 or 7106887. OLE color: 7106887.
HSL color Cylindrical-coordinate representation of color #47716C: hue angle of 172.86º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #47716C is Cyan = 0.37, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 71 | 113 | 108 | - |
| CMYK | 0.37 | 0 | 0.04 | 0.56 |
| HSL | 172.86º | 0.23% | 0.36% | - |
| HSV(B) | 172.86º | 0.37% | 0.44% | - |
| XYZ | 11.21 | 14.23 | 16.34 | - |
| YUV | 99.87 | 132.59 | 107.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 113 | 108 | 0.37 | 0 | 0.04 | 0.56 | 172.86 | 0.23 | 0.36 |
| Hex | 47 | 71 | 6C | 25 | 0 | 4 | 38 | AD | 17 | 24 |
| Octal | 107 | 161 | 154 | 45 | 0 | 4 | 70 | 255 | 27 | 44 |
| Binary | 1000111 | 1110001 | 1101100 | 100101 | 0 | 100 | 111000 | 10101101 | 10111 | 100100 |
Color Harmonies of #47716C
Complementary color
Monochromatic Colors of #47716C
Black with #47716C
Text Example
Text Example
White with #47716C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47716C; }
p { color: rgb(71,113,108); }
H1.HeaderClassName
{
color: #47716C;
}
.AnyTagClassName
{
color: #47716C;
}
</style>
background-color css
<style>
a { background-color: #47716C; }
a { background-color: rgb(71,113,108); }
div.DivClassName
{
background-color: #47716C;
}
.BgClassName
{
background-color: #47716C;
}
</style>
border-color css
<style>
span { border-color: #47716C; }
span { border-color: rgb(71,113,108); }
td.TdClassName
{
border-color: #47716C;
}
.TagClassName
{
border-color: #47716C;
}
</style>