Shades of Dark Green Copper #47716F
Tints of Dark Green Copper #47716F
RGB
CMYK
RGB Variations
Color information
#47716F (or 0x47716F) is known color: Dark Green Copper. HEX triplet: 47, 71 and 6F. RGB value is (71,113,111). Sum of RGB (Red+Green+Blue) = 71+113+111=295 (39% of max value = 765). Red value is 71 (28.12% from 255 or 24.07% from 295); Green value is 113 (44.53% from 255 or 38.31% from 295); Blue value is 111 (43.75% from 255 or 37.63% from 295); Max value from RGB is 113 - color contains mainly: green. Hex color #47716F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47716F is #B88E90. Grayscale: #646464. Windows color (decimal): -12095121 or 7303495. OLE color: 7303495.
HSL color Cylindrical-coordinate representation of color #47716F: hue angle of 177.14º 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 #47716F is Cyan = 0.37, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 71 | 113 | 111 | - |
| CMYK | 0.37 | 0 | 0.02 | 0.56 |
| HSL | 177.14º | 0.23% | 0.36% | - |
| HSV(B) | 177.14º | 0.37% | 0.44% | - |
| XYZ | 11.37 | 14.3 | 17.2 | - |
| YUV | 100.21 | 134.09 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 113 | 111 | 0.37 | 0 | 0.02 | 0.56 | 177.14 | 0.23 | 0.36 |
| Hex | 47 | 71 | 6F | 25 | 0 | 2 | 38 | B1 | 17 | 24 |
| Octal | 107 | 161 | 157 | 45 | 0 | 2 | 70 | 261 | 27 | 44 |
| Binary | 1000111 | 1110001 | 1101111 | 100101 | 0 | 10 | 111000 | 10110001 | 10111 | 100100 |
Color Harmonies of #47716F
Complementary color
Monochromatic Colors of #47716F
Black with #47716F
Text Example
Text Example
White with #47716F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47716F; }
p { color: rgb(71,113,111); }
H1.HeaderClassName
{
color: #47716F;
}
.AnyTagClassName
{
color: #47716F;
}
</style>
background-color css
<style>
a { background-color: #47716F; }
a { background-color: rgb(71,113,111); }
div.DivClassName
{
background-color: #47716F;
}
.BgClassName
{
background-color: #47716F;
}
</style>
border-color css
<style>
span { border-color: #47716F; }
span { border-color: rgb(71,113,111); }
td.TdClassName
{
border-color: #47716F;
}
.TagClassName
{
border-color: #47716F;
}
</style>