Shades of Dark Green Copper #487C70
Tints of Dark Green Copper #487C70
RGB
CMYK
RGB Variations
Color information
#487C70 (or 0x487C70) is known color: Dark Green Copper. HEX triplet: 48, 7C and 70. RGB value is (72,124,112). Sum of RGB (Red+Green+Blue) = 72+124+112=308 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.38% from 308); Green value is 124 (48.83% from 255 or 40.26% from 308); Blue value is 112 (44.14% from 255 or 36.36% from 308); Max value from RGB is 124 - color contains mainly: green. Hex color #487C70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487C70 is #B7838F. Grayscale: #6B6B6B. Windows color (decimal): -12026768 or 7371848. OLE color: 7371848.
HSL color Cylindrical-coordinate representation of color #487C70: hue angle of 166.15º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #487C70 is Cyan = 0.42, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 72 | 124 | 112 | - |
| CMYK | 0.42 | 0 | 0.10 | 0.51 |
| HSL | 166.15º | 0.27% | 0.38% | - |
| HSV(B) | 166.15º | 0.42% | 0.49% | - |
| XYZ | 12.8 | 16.96 | 17.93 | - |
| YUV | 107.08 | 130.77 | 102.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 124 | 112 | 0.42 | 0 | 0.10 | 0.51 | 166.15 | 0.27 | 0.38 |
| Hex | 48 | 7C | 70 | 2A | 0 | A | 33 | A6 | 1B | 26 |
| Octal | 110 | 174 | 160 | 52 | 0 | 12 | 63 | 246 | 33 | 46 |
| Binary | 1001000 | 1111100 | 1110000 | 101010 | 0 | 1010 | 110011 | 10100110 | 11011 | 100110 |
Color Harmonies of #487C70
Complementary color
Monochromatic Colors of #487C70
Black with #487C70
Text Example
Text Example
White with #487C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487C70; }
p { color: rgb(72,124,112); }
H1.HeaderClassName
{
color: #487C70;
}
.AnyTagClassName
{
color: #487C70;
}
</style>
background-color css
<style>
a { background-color: #487C70; }
a { background-color: rgb(72,124,112); }
div.DivClassName
{
background-color: #487C70;
}
.BgClassName
{
background-color: #487C70;
}
</style>
border-color css
<style>
span { border-color: #487C70; }
span { border-color: rgb(72,124,112); }
td.TdClassName
{
border-color: #487C70;
}
.TagClassName
{
border-color: #487C70;
}
</style>