Shades of Dark Green Copper #487163
Tints of Dark Green Copper #487163
RGB
CMYK
RGB Variations
Color information
#487163 (or 0x487163) is known color: Dark Green Copper. HEX triplet: 48, 71 and 63. RGB value is (72,113,99). Sum of RGB (Red+Green+Blue) = 72+113+99=284 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.35% from 284); Green value is 113 (44.53% from 255 or 39.79% from 284); Blue value is 99 (39.06% from 255 or 34.86% from 284); Max value from RGB is 113 - color contains mainly: green. Hex color #487163 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487163 is #B78E9C. Grayscale: #636363. Windows color (decimal): -12029597 or 6517064. OLE color: 6517064.
HSL color Cylindrical-coordinate representation of color #487163: hue angle of 159.51º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #487163 is Cyan = 0.36, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 72 | 113 | 99 | - |
| CMYK | 0.36 | 0 | 0.12 | 0.56 |
| HSL | 159.51º | 0.22% | 0.36% | - |
| HSV(B) | 159.51º | 0.36% | 0.44% | - |
| XYZ | 10.83 | 14.09 | 13.95 | - |
| YUV | 99.15 | 127.92 | 108.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 113 | 99 | 0.36 | 0 | 0.12 | 0.56 | 159.51 | 0.22 | 0.36 |
| Hex | 48 | 71 | 63 | 24 | 0 | C | 38 | A0 | 16 | 24 |
| Octal | 110 | 161 | 143 | 44 | 0 | 14 | 70 | 240 | 26 | 44 |
| Binary | 1001000 | 1110001 | 1100011 | 100100 | 0 | 1100 | 111000 | 10100000 | 10110 | 100100 |
Color Harmonies of #487163
Complementary color
Monochromatic Colors of #487163
Black with #487163
Text Example
Text Example
White with #487163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487163; }
p { color: rgb(72,113,99); }
H1.HeaderClassName
{
color: #487163;
}
.AnyTagClassName
{
color: #487163;
}
</style>
background-color css
<style>
a { background-color: #487163; }
a { background-color: rgb(72,113,99); }
div.DivClassName
{
background-color: #487163;
}
.BgClassName
{
background-color: #487163;
}
</style>
border-color css
<style>
span { border-color: #487163; }
span { border-color: rgb(72,113,99); }
td.TdClassName
{
border-color: #487163;
}
.TagClassName
{
border-color: #487163;
}
</style>