Shades of Dark Green Copper #487D70
Tints of Dark Green Copper #487D70
RGB
CMYK
RGB Variations
Color information
#487D70 (or 0x487D70) is known color: Dark Green Copper. HEX triplet: 48, 7D and 70. RGB value is (72,125,112). Sum of RGB (Red+Green+Blue) = 72+125+112=309 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.30% from 309); Green value is 125 (49.22% from 255 or 40.45% from 309); Blue value is 112 (44.14% from 255 or 36.25% from 309); Max value from RGB is 125 - color contains mainly: green. Hex color #487D70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487D70 is #B7828F. Grayscale: #6B6B6B. Windows color (decimal): -12026512 or 7372104. OLE color: 7372104.
HSL color Cylindrical-coordinate representation of color #487D70: hue angle of 165.28º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #487D70 is Cyan = 0.42, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 72 | 125 | 112 | - |
| CMYK | 0.42 | 0 | 0.10 | 0.51 |
| HSL | 165.28º | 0.27% | 0.39% | - |
| HSV(B) | 165.28º | 0.42% | 0.49% | - |
| XYZ | 12.93 | 17.21 | 17.97 | - |
| YUV | 107.67 | 130.44 | 102.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 125 | 112 | 0.42 | 0 | 0.10 | 0.51 | 165.28 | 0.27 | 0.39 |
| Hex | 48 | 7D | 70 | 2A | 0 | A | 33 | A5 | 1B | 27 |
| Octal | 110 | 175 | 160 | 52 | 0 | 12 | 63 | 245 | 33 | 47 |
| Binary | 1001000 | 1111101 | 1110000 | 101010 | 0 | 1010 | 110011 | 10100101 | 11011 | 100111 |
Color Harmonies of #487D70
Complementary color
Monochromatic Colors of #487D70
Black with #487D70
Text Example
Text Example
White with #487D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487D70; }
p { color: rgb(72,125,112); }
H1.HeaderClassName
{
color: #487D70;
}
.AnyTagClassName
{
color: #487D70;
}
</style>
background-color css
<style>
a { background-color: #487D70; }
a { background-color: rgb(72,125,112); }
div.DivClassName
{
background-color: #487D70;
}
.BgClassName
{
background-color: #487D70;
}
</style>
border-color css
<style>
span { border-color: #487D70; }
span { border-color: rgb(72,125,112); }
td.TdClassName
{
border-color: #487D70;
}
.TagClassName
{
border-color: #487D70;
}
</style>