Shades of Dark Green Copper #487973
Tints of Dark Green Copper #487973
RGB
CMYK
RGB Variations
Color information
#487973 (or 0x487973) is known color: Dark Green Copper. HEX triplet: 48, 79 and 73. RGB value is (72,121,115). Sum of RGB (Red+Green+Blue) = 72+121+115=308 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.38% from 308); Green value is 121 (47.66% from 255 or 39.29% from 308); Blue value is 115 (45.31% from 255 or 37.34% from 308); Max value from RGB is 121 - color contains mainly: green. Hex color #487973 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487973 is #B7868C. Grayscale: #696969. Windows color (decimal): -12027533 or 7567688. OLE color: 7567688.
HSL color Cylindrical-coordinate representation of color #487973: hue angle of 172.65º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #487973 is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 72 | 121 | 115 | - |
| CMYK | 0.40 | 0 | 0.05 | 0.53 |
| HSL | 172.65º | 0.25% | 0.38% | - |
| HSV(B) | 172.65º | 0.4% | 0.47% | - |
| XYZ | 12.6 | 16.29 | 18.7 | - |
| YUV | 105.67 | 133.27 | 103.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 121 | 115 | 0.40 | 0 | 0.05 | 0.53 | 172.65 | 0.25 | 0.38 |
| Hex | 48 | 79 | 73 | 28 | 0 | 5 | 35 | AD | 19 | 26 |
| Octal | 110 | 171 | 163 | 50 | 0 | 5 | 65 | 255 | 31 | 46 |
| Binary | 1001000 | 1111001 | 1110011 | 101000 | 0 | 101 | 110101 | 10101101 | 11001 | 100110 |
Color Harmonies of #487973
Complementary color
Monochromatic Colors of #487973
Black with #487973
Text Example
Text Example
White with #487973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487973; }
p { color: rgb(72,121,115); }
H1.HeaderClassName
{
color: #487973;
}
.AnyTagClassName
{
color: #487973;
}
</style>
background-color css
<style>
a { background-color: #487973; }
a { background-color: rgb(72,121,115); }
div.DivClassName
{
background-color: #487973;
}
.BgClassName
{
background-color: #487973;
}
</style>
border-color css
<style>
span { border-color: #487973; }
span { border-color: rgb(72,121,115); }
td.TdClassName
{
border-color: #487973;
}
.TagClassName
{
border-color: #487973;
}
</style>