Shades of Dark Green Copper #47746F
Tints of Dark Green Copper #47746F
RGB
CMYK
RGB Variations
Color information
#47746F (or 0x47746F) is known color: Dark Green Copper. HEX triplet: 47, 74 and 6F. RGB value is (71,116,111). Sum of RGB (Red+Green+Blue) = 71+116+111=298 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.83% from 298); Green value is 116 (45.70% from 255 or 38.93% from 298); Blue value is 111 (43.75% from 255 or 37.25% from 298); Max value from RGB is 116 - color contains mainly: green. Hex color #47746F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47746F is #B88B90. Grayscale: #656565. Windows color (decimal): -12094353 or 7304263. OLE color: 7304263.
HSL color Cylindrical-coordinate representation of color #47746F: hue angle of 173.33º 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 #47746F is Cyan = 0.39, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 71 | 116 | 111 | - |
| CMYK | 0.39 | 0 | 0.04 | 0.55 |
| HSL | 173.33º | 0.24% | 0.37% | - |
| HSV(B) | 173.33º | 0.39% | 0.45% | - |
| XYZ | 11.71 | 14.98 | 17.31 | - |
| YUV | 101.98 | 133.09 | 105.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 116 | 111 | 0.39 | 0 | 0.04 | 0.55 | 173.33 | 0.24 | 0.37 |
| Hex | 47 | 74 | 6F | 27 | 0 | 4 | 37 | AD | 18 | 25 |
| Octal | 107 | 164 | 157 | 47 | 0 | 4 | 67 | 255 | 30 | 45 |
| Binary | 1000111 | 1110100 | 1101111 | 100111 | 0 | 100 | 110111 | 10101101 | 11000 | 100101 |
Color Harmonies of #47746F
Complementary color
Monochromatic Colors of #47746F
Black with #47746F
Text Example
Text Example
White with #47746F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47746F; }
p { color: rgb(71,116,111); }
H1.HeaderClassName
{
color: #47746F;
}
.AnyTagClassName
{
color: #47746F;
}
</style>
background-color css
<style>
a { background-color: #47746F; }
a { background-color: rgb(71,116,111); }
div.DivClassName
{
background-color: #47746F;
}
.BgClassName
{
background-color: #47746F;
}
</style>
border-color css
<style>
span { border-color: #47746F; }
span { border-color: rgb(71,116,111); }
td.TdClassName
{
border-color: #47746F;
}
.TagClassName
{
border-color: #47746F;
}
</style>