Shades of Dark Green Copper #477B71
Tints of Dark Green Copper #477B71
RGB
CMYK
RGB Variations
Color information
#477B71 (or 0x477B71) is known color: Dark Green Copper. HEX triplet: 47, 7B and 71. RGB value is (71,123,113). Sum of RGB (Red+Green+Blue) = 71+123+113=307 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.13% from 307); Green value is 123 (48.44% from 255 or 40.07% from 307); Blue value is 113 (44.53% from 255 or 36.81% from 307); Max value from RGB is 123 - color contains mainly: green. Hex color #477B71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477B71 is #B8848E. Grayscale: #6A6A6A. Windows color (decimal): -12092559 or 7437127. OLE color: 7437127.
HSL color Cylindrical-coordinate representation of color #477B71: hue angle of 168.46º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #477B71 is Cyan = 0.42, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 71 | 123 | 113 | - |
| CMYK | 0.42 | 0 | 0.08 | 0.52 |
| HSL | 168.46º | 0.27% | 0.38% | - |
| HSV(B) | 168.46º | 0.42% | 0.48% | - |
| XYZ | 12.66 | 16.7 | 18.18 | - |
| YUV | 106.31 | 131.77 | 102.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 123 | 113 | 0.42 | 0 | 0.08 | 0.52 | 168.46 | 0.27 | 0.38 |
| Hex | 47 | 7B | 71 | 2A | 0 | 8 | 34 | A8 | 1B | 26 |
| Octal | 107 | 173 | 161 | 52 | 0 | 10 | 64 | 250 | 33 | 46 |
| Binary | 1000111 | 1111011 | 1110001 | 101010 | 0 | 1000 | 110100 | 10101000 | 11011 | 100110 |
Color Harmonies of #477B71
Complementary color
Monochromatic Colors of #477B71
Black with #477B71
Text Example
Text Example
White with #477B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477B71; }
p { color: rgb(71,123,113); }
H1.HeaderClassName
{
color: #477B71;
}
.AnyTagClassName
{
color: #477B71;
}
</style>
background-color css
<style>
a { background-color: #477B71; }
a { background-color: rgb(71,123,113); }
div.DivClassName
{
background-color: #477B71;
}
.BgClassName
{
background-color: #477B71;
}
</style>
border-color css
<style>
span { border-color: #477B71; }
span { border-color: rgb(71,123,113); }
td.TdClassName
{
border-color: #477B71;
}
.TagClassName
{
border-color: #477B71;
}
</style>