Shades of Dark Green Copper #477C72
Tints of Dark Green Copper #477C72
RGB
CMYK
RGB Variations
Color information
#477C72 (or 0x477C72) is known color: Dark Green Copper. HEX triplet: 47, 7C and 72. RGB value is (71,124,114). Sum of RGB (Red+Green+Blue) = 71+124+114=309 (40% of max value = 765). Red value is 71 (28.12% from 255 or 22.98% from 309); Green value is 124 (48.83% from 255 or 40.13% from 309); Blue value is 114 (44.92% from 255 or 36.89% from 309); Max value from RGB is 124 - color contains mainly: green. Hex color #477C72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477C72 is #B8838D. Grayscale: #6B6B6B. Windows color (decimal): -12092302 or 7502919. OLE color: 7502919.
HSL color Cylindrical-coordinate representation of color #477C72: hue angle of 168.68º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #477C72 is Cyan = 0.43, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 71 | 124 | 114 | - |
| CMYK | 0.43 | 0 | 0.08 | 0.51 |
| HSL | 168.68º | 0.27% | 0.38% | - |
| HSV(B) | 168.68º | 0.43% | 0.49% | - |
| XYZ | 12.84 | 16.97 | 18.52 | - |
| YUV | 107.01 | 131.94 | 102.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 124 | 114 | 0.43 | 0 | 0.08 | 0.51 | 168.68 | 0.27 | 0.38 |
| Hex | 47 | 7C | 72 | 2B | 0 | 8 | 33 | A9 | 1B | 26 |
| Octal | 107 | 174 | 162 | 53 | 0 | 10 | 63 | 251 | 33 | 46 |
| Binary | 1000111 | 1111100 | 1110010 | 101011 | 0 | 1000 | 110011 | 10101001 | 11011 | 100110 |
Color Harmonies of #477C72
Complementary color
Monochromatic Colors of #477C72
Black with #477C72
Text Example
Text Example
White with #477C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477C72; }
p { color: rgb(71,124,114); }
H1.HeaderClassName
{
color: #477C72;
}
.AnyTagClassName
{
color: #477C72;
}
</style>
background-color css
<style>
a { background-color: #477C72; }
a { background-color: rgb(71,124,114); }
div.DivClassName
{
background-color: #477C72;
}
.BgClassName
{
background-color: #477C72;
}
</style>
border-color css
<style>
span { border-color: #477C72; }
span { border-color: rgb(71,124,114); }
td.TdClassName
{
border-color: #477C72;
}
.TagClassName
{
border-color: #477C72;
}
</style>