Shades of Dark Green Copper #47746D
Tints of Dark Green Copper #47746D
RGB
CMYK
RGB Variations
Color information
#47746D (or 0x47746D) is known color: Dark Green Copper. HEX triplet: 47, 74 and 6D. RGB value is (71,116,109). Sum of RGB (Red+Green+Blue) = 71+116+109=296 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.99% from 296); Green value is 116 (45.70% from 255 or 39.19% from 296); Blue value is 109 (42.97% from 255 or 36.82% from 296); Max value from RGB is 116 - color contains mainly: green. Hex color #47746D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47746D is #B88B92. Grayscale: #656565. Windows color (decimal): -12094355 or 7173191. OLE color: 7173191.
HSL color Cylindrical-coordinate representation of color #47746D: hue angle of 170.67º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #47746D is Cyan = 0.39, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 71 | 116 | 109 | - |
| CMYK | 0.39 | 0 | 0.06 | 0.55 |
| HSL | 170.67º | 0.24% | 0.37% | - |
| HSV(B) | 170.67º | 0.39% | 0.45% | - |
| XYZ | 11.6 | 14.93 | 16.74 | - |
| YUV | 101.75 | 132.09 | 106.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 116 | 109 | 0.39 | 0 | 0.06 | 0.55 | 170.67 | 0.24 | 0.37 |
| Hex | 47 | 74 | 6D | 27 | 0 | 6 | 37 | AB | 18 | 25 |
| Octal | 107 | 164 | 155 | 47 | 0 | 6 | 67 | 253 | 30 | 45 |
| Binary | 1000111 | 1110100 | 1101101 | 100111 | 0 | 110 | 110111 | 10101011 | 11000 | 100101 |
Color Harmonies of #47746D
Complementary color
Monochromatic Colors of #47746D
Black with #47746D
Text Example
Text Example
White with #47746D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47746D; }
p { color: rgb(71,116,109); }
H1.HeaderClassName
{
color: #47746D;
}
.AnyTagClassName
{
color: #47746D;
}
</style>
background-color css
<style>
a { background-color: #47746D; }
a { background-color: rgb(71,116,109); }
div.DivClassName
{
background-color: #47746D;
}
.BgClassName
{
background-color: #47746D;
}
</style>
border-color css
<style>
span { border-color: #47746D; }
span { border-color: rgb(71,116,109); }
td.TdClassName
{
border-color: #47746D;
}
.TagClassName
{
border-color: #47746D;
}
</style>