Shades of Dark Green Copper #487870
Tints of Dark Green Copper #487870
RGB
CMYK
RGB Variations
Color information
#487870 (or 0x487870) is known color: Dark Green Copper. HEX triplet: 48, 78 and 70. RGB value is (72,120,112). Sum of RGB (Red+Green+Blue) = 72+120+112=304 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.68% from 304); Green value is 120 (47.27% from 255 or 39.47% from 304); Blue value is 112 (44.14% from 255 or 36.84% from 304); Max value from RGB is 120 - color contains mainly: green. Hex color #487870 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487870 is #B7878F. Grayscale: #686868. Windows color (decimal): -12027792 or 7370824. OLE color: 7370824.
HSL color Cylindrical-coordinate representation of color #487870: hue angle of 170º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #487870 is Cyan = 0.40, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 72 | 120 | 112 | - |
| CMYK | 0.40 | 0 | 0.07 | 0.53 |
| HSL | 170º | 0.25% | 0.38% | - |
| HSV(B) | 170º | 0.4% | 0.47% | - |
| XYZ | 12.31 | 15.98 | 17.76 | - |
| YUV | 104.74 | 132.1 | 104.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 120 | 112 | 0.40 | 0 | 0.07 | 0.53 | 170 | 0.25 | 0.38 |
| Hex | 48 | 78 | 70 | 28 | 0 | 7 | 35 | AA | 19 | 26 |
| Octal | 110 | 170 | 160 | 50 | 0 | 7 | 65 | 252 | 31 | 46 |
| Binary | 1001000 | 1111000 | 1110000 | 101000 | 0 | 111 | 110101 | 10101010 | 11001 | 100110 |
Color Harmonies of #487870
Complementary color
Monochromatic Colors of #487870
Black with #487870
Text Example
Text Example
White with #487870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487870; }
p { color: rgb(72,120,112); }
H1.HeaderClassName
{
color: #487870;
}
.AnyTagClassName
{
color: #487870;
}
</style>
background-color css
<style>
a { background-color: #487870; }
a { background-color: rgb(72,120,112); }
div.DivClassName
{
background-color: #487870;
}
.BgClassName
{
background-color: #487870;
}
</style>
border-color css
<style>
span { border-color: #487870; }
span { border-color: rgb(72,120,112); }
td.TdClassName
{
border-color: #487870;
}
.TagClassName
{
border-color: #487870;
}
</style>