Shades of Dark Green Copper #477E76
Tints of Dark Green Copper #477E76
RGB
CMYK
RGB Variations
Color information
#477E76 (or 0x477E76) is known color: Dark Green Copper. HEX triplet: 47, 7E and 76. RGB value is (71,126,118). Sum of RGB (Red+Green+Blue) = 71+126+118=315 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.54% from 315); Green value is 126 (49.61% from 255 or 40% from 315); Blue value is 118 (46.48% from 255 or 37.46% from 315); Max value from RGB is 126 - color contains mainly: green. Hex color #477E76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477E76 is #B88189. Grayscale: #6C6C6C. Windows color (decimal): -12091786 or 7765575. OLE color: 7765575.
HSL color Cylindrical-coordinate representation of color #477E76: hue angle of 171.27º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #477E76 is Cyan = 0.44, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 71 | 126 | 118 | - |
| CMYK | 0.44 | 0 | 0.06 | 0.51 |
| HSL | 171.27º | 0.28% | 0.39% | - |
| HSV(B) | 171.27º | 0.44% | 0.49% | - |
| XYZ | 13.33 | 17.57 | 19.83 | - |
| YUV | 108.64 | 133.28 | 101.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 126 | 118 | 0.44 | 0 | 0.06 | 0.51 | 171.27 | 0.28 | 0.39 |
| Hex | 47 | 7E | 76 | 2C | 0 | 6 | 33 | AB | 1C | 27 |
| Octal | 107 | 176 | 166 | 54 | 0 | 6 | 63 | 253 | 34 | 47 |
| Binary | 1000111 | 1111110 | 1110110 | 101100 | 0 | 110 | 110011 | 10101011 | 11100 | 100111 |
Color Harmonies of #477E76
Complementary color
Monochromatic Colors of #477E76
Black with #477E76
Text Example
Text Example
White with #477E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477E76; }
p { color: rgb(71,126,118); }
H1.HeaderClassName
{
color: #477E76;
}
.AnyTagClassName
{
color: #477E76;
}
</style>
background-color css
<style>
a { background-color: #477E76; }
a { background-color: rgb(71,126,118); }
div.DivClassName
{
background-color: #477E76;
}
.BgClassName
{
background-color: #477E76;
}
</style>
border-color css
<style>
span { border-color: #477E76; }
span { border-color: rgb(71,126,118); }
td.TdClassName
{
border-color: #477E76;
}
.TagClassName
{
border-color: #477E76;
}
</style>