Shades of Dark Green Copper #487270
Tints of Dark Green Copper #487270
RGB
CMYK
RGB Variations
Color information
#487270 (or 0x487270) is known color: Dark Green Copper. HEX triplet: 48, 72 and 70. RGB value is (72,114,112). Sum of RGB (Red+Green+Blue) = 72+114+112=298 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.16% from 298); Green value is 114 (44.92% from 255 or 38.26% from 298); Blue value is 112 (44.14% from 255 or 37.58% from 298); Max value from RGB is 114 - color contains mainly: green. Hex color #487270 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487270 is #B78D8F. Grayscale: #656565. Windows color (decimal): -12029328 or 7369288. OLE color: 7369288.
HSL color Cylindrical-coordinate representation of color #487270: hue angle of 177.14º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #487270 is Cyan = 0.37, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 72 | 114 | 112 | - |
| CMYK | 0.37 | 0 | 0.02 | 0.55 |
| HSL | 177.14º | 0.23% | 0.36% | - |
| HSV(B) | 177.14º | 0.37% | 0.45% | - |
| XYZ | 11.61 | 14.58 | 17.53 | - |
| YUV | 101.21 | 134.09 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 114 | 112 | 0.37 | 0 | 0.02 | 0.55 | 177.14 | 0.23 | 0.36 |
| Hex | 48 | 72 | 70 | 25 | 0 | 2 | 37 | B1 | 17 | 24 |
| Octal | 110 | 162 | 160 | 45 | 0 | 2 | 67 | 261 | 27 | 44 |
| Binary | 1001000 | 1110010 | 1110000 | 100101 | 0 | 10 | 110111 | 10110001 | 10111 | 100100 |
Color Harmonies of #487270
Complementary color
Monochromatic Colors of #487270
Black with #487270
Text Example
Text Example
White with #487270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487270; }
p { color: rgb(72,114,112); }
H1.HeaderClassName
{
color: #487270;
}
.AnyTagClassName
{
color: #487270;
}
</style>
background-color css
<style>
a { background-color: #487270; }
a { background-color: rgb(72,114,112); }
div.DivClassName
{
background-color: #487270;
}
.BgClassName
{
background-color: #487270;
}
</style>
border-color css
<style>
span { border-color: #487270; }
span { border-color: rgb(72,114,112); }
td.TdClassName
{
border-color: #487270;
}
.TagClassName
{
border-color: #487270;
}
</style>