Shades of Dark Green Copper #477B73
Tints of Dark Green Copper #477B73
RGB
CMYK
RGB Variations
Color information
#477B73 (or 0x477B73) is known color: Dark Green Copper. HEX triplet: 47, 7B and 73. RGB value is (71,123,115). Sum of RGB (Red+Green+Blue) = 71+123+115=309 (40% of max value = 765). Red value is 71 (28.12% from 255 or 22.98% from 309); Green value is 123 (48.44% from 255 or 39.81% from 309); Blue value is 115 (45.31% from 255 or 37.22% from 309); Max value from RGB is 123 - color contains mainly: green. Hex color #477B73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477B73 is #B8848C. Grayscale: #6A6A6A. Windows color (decimal): -12092557 or 7568199. OLE color: 7568199.
HSL color Cylindrical-coordinate representation of color #477B73: hue angle of 170.77º 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 #477B73 is Cyan = 0.42, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 71 | 123 | 115 | - |
| CMYK | 0.42 | 0 | 0.07 | 0.52 |
| HSL | 170.77º | 0.27% | 0.38% | - |
| HSV(B) | 170.77º | 0.42% | 0.48% | - |
| XYZ | 12.78 | 16.74 | 18.78 | - |
| YUV | 106.54 | 132.77 | 102.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 123 | 115 | 0.42 | 0 | 0.07 | 0.52 | 170.77 | 0.27 | 0.38 |
| Hex | 47 | 7B | 73 | 2A | 0 | 7 | 34 | AB | 1B | 26 |
| Octal | 107 | 173 | 163 | 52 | 0 | 7 | 64 | 253 | 33 | 46 |
| Binary | 1000111 | 1111011 | 1110011 | 101010 | 0 | 111 | 110100 | 10101011 | 11011 | 100110 |
Color Harmonies of #477B73
Complementary color
Monochromatic Colors of #477B73
Black with #477B73
Text Example
Text Example
White with #477B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477B73; }
p { color: rgb(71,123,115); }
H1.HeaderClassName
{
color: #477B73;
}
.AnyTagClassName
{
color: #477B73;
}
</style>
background-color css
<style>
a { background-color: #477B73; }
a { background-color: rgb(71,123,115); }
div.DivClassName
{
background-color: #477B73;
}
.BgClassName
{
background-color: #477B73;
}
</style>
border-color css
<style>
span { border-color: #477B73; }
span { border-color: rgb(71,123,115); }
td.TdClassName
{
border-color: #477B73;
}
.TagClassName
{
border-color: #477B73;
}
</style>