Shades of Dark Green Copper #487263
Tints of Dark Green Copper #487263
RGB
CMYK
RGB Variations
Color information
#487263 (or 0x487263) is known color: Dark Green Copper. HEX triplet: 48, 72 and 63. RGB value is (72,114,99). Sum of RGB (Red+Green+Blue) = 72+114+99=285 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.26% from 285); Green value is 114 (44.92% from 255 or 40% from 285); Blue value is 99 (39.06% from 255 or 34.74% from 285); Max value from RGB is 114 - color contains mainly: green. Hex color #487263 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487263 is #B78D9C. Grayscale: #636363. Windows color (decimal): -12029341 or 6517320. OLE color: 6517320.
HSL color Cylindrical-coordinate representation of color #487263: hue angle of 158.57º 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 #487263 is Cyan = 0.37, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 72 | 114 | 99 | - |
| CMYK | 0.37 | 0 | 0.13 | 0.55 |
| HSL | 158.57º | 0.23% | 0.36% | - |
| HSV(B) | 158.57º | 0.37% | 0.45% | - |
| XYZ | 10.94 | 14.31 | 13.99 | - |
| YUV | 99.73 | 127.59 | 108.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 114 | 99 | 0.37 | 0 | 0.13 | 0.55 | 158.57 | 0.23 | 0.36 |
| Hex | 48 | 72 | 63 | 25 | 0 | D | 37 | 9F | 17 | 24 |
| Octal | 110 | 162 | 143 | 45 | 0 | 15 | 67 | 237 | 27 | 44 |
| Binary | 1001000 | 1110010 | 1100011 | 100101 | 0 | 1101 | 110111 | 10011111 | 10111 | 100100 |
Color Harmonies of #487263
Complementary color
Monochromatic Colors of #487263
Black with #487263
Text Example
Text Example
White with #487263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487263; }
p { color: rgb(72,114,99); }
H1.HeaderClassName
{
color: #487263;
}
.AnyTagClassName
{
color: #487263;
}
</style>
background-color css
<style>
a { background-color: #487263; }
a { background-color: rgb(72,114,99); }
div.DivClassName
{
background-color: #487263;
}
.BgClassName
{
background-color: #487263;
}
</style>
border-color css
<style>
span { border-color: #487263; }
span { border-color: rgb(72,114,99); }
td.TdClassName
{
border-color: #487263;
}
.TagClassName
{
border-color: #487263;
}
</style>