Shades of Dark Green Copper #487471
Tints of Dark Green Copper #487471
RGB
CMYK
RGB Variations
Color information
#487471 (or 0x487471) is known color: Dark Green Copper. HEX triplet: 48, 74 and 71. RGB value is (72,116,113). Sum of RGB (Red+Green+Blue) = 72+116+113=301 (39% of max value = 765). Red value is 72 (28.52% from 255 or 23.92% from 301); Green value is 116 (45.70% from 255 or 38.54% from 301); Blue value is 113 (44.53% from 255 or 37.54% from 301); Max value from RGB is 116 - color contains mainly: green. Hex color #487471 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487471 is #B78B8E. Grayscale: #666666. Windows color (decimal): -12028815 or 7435336. OLE color: 7435336.
HSL color Cylindrical-coordinate representation of color #487471: hue angle of 175.91º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #487471 is Cyan = 0.38, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 72 | 116 | 113 | - |
| CMYK | 0.38 | 0 | 0.03 | 0.55 |
| HSL | 175.91º | 0.23% | 0.37% | - |
| HSV(B) | 175.91º | 0.38% | 0.45% | - |
| XYZ | 11.9 | 15.06 | 17.9 | - |
| YUV | 102.5 | 133.92 | 106.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 116 | 113 | 0.38 | 0 | 0.03 | 0.55 | 175.91 | 0.23 | 0.37 |
| Hex | 48 | 74 | 71 | 26 | 0 | 3 | 37 | B0 | 17 | 25 |
| Octal | 110 | 164 | 161 | 46 | 0 | 3 | 67 | 260 | 27 | 45 |
| Binary | 1001000 | 1110100 | 1110001 | 100110 | 0 | 11 | 110111 | 10110000 | 10111 | 100101 |
Color Harmonies of #487471
Complementary color
Monochromatic Colors of #487471
Black with #487471
Text Example
Text Example
White with #487471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487471; }
p { color: rgb(72,116,113); }
H1.HeaderClassName
{
color: #487471;
}
.AnyTagClassName
{
color: #487471;
}
</style>
background-color css
<style>
a { background-color: #487471; }
a { background-color: rgb(72,116,113); }
div.DivClassName
{
background-color: #487471;
}
.BgClassName
{
background-color: #487471;
}
</style>
border-color css
<style>
span { border-color: #487471; }
span { border-color: rgb(72,116,113); }
td.TdClassName
{
border-color: #487471;
}
.TagClassName
{
border-color: #487471;
}
</style>