Shades of Dark Green Copper #477872
Tints of Dark Green Copper #477872
RGB
CMYK
RGB Variations
Color information
#477872 (or 0x477872) is known color: Dark Green Copper. HEX triplet: 47, 78 and 72. RGB value is (71,120,114). Sum of RGB (Red+Green+Blue) = 71+120+114=305 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.28% from 305); Green value is 120 (47.27% from 255 or 39.34% from 305); Blue value is 114 (44.92% from 255 or 37.38% from 305); Max value from RGB is 120 - color contains mainly: green. Hex color #477872 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477872 is #B8878D. Grayscale: #686868. Windows color (decimal): -12093326 or 7501895. OLE color: 7501895.
HSL color Cylindrical-coordinate representation of color #477872: hue angle of 172.65º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #477872 is Cyan = 0.41, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 71 | 120 | 114 | - |
| CMYK | 0.41 | 0 | 0.05 | 0.53 |
| HSL | 172.65º | 0.26% | 0.37% | - |
| HSV(B) | 172.65º | 0.41% | 0.47% | - |
| XYZ | 12.35 | 15.99 | 18.35 | - |
| YUV | 104.67 | 133.27 | 103.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 120 | 114 | 0.41 | 0 | 0.05 | 0.53 | 172.65 | 0.26 | 0.37 |
| Hex | 47 | 78 | 72 | 29 | 0 | 5 | 35 | AD | 1A | 25 |
| Octal | 107 | 170 | 162 | 51 | 0 | 5 | 65 | 255 | 32 | 45 |
| Binary | 1000111 | 1111000 | 1110010 | 101001 | 0 | 101 | 110101 | 10101101 | 11010 | 100101 |
Color Harmonies of #477872
Complementary color
Monochromatic Colors of #477872
Black with #477872
Text Example
Text Example
White with #477872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477872; }
p { color: rgb(71,120,114); }
H1.HeaderClassName
{
color: #477872;
}
.AnyTagClassName
{
color: #477872;
}
</style>
background-color css
<style>
a { background-color: #477872; }
a { background-color: rgb(71,120,114); }
div.DivClassName
{
background-color: #477872;
}
.BgClassName
{
background-color: #477872;
}
</style>
border-color css
<style>
span { border-color: #477872; }
span { border-color: rgb(71,120,114); }
td.TdClassName
{
border-color: #477872;
}
.TagClassName
{
border-color: #477872;
}
</style>