Shades of Dark Green Copper #487C73
Tints of Dark Green Copper #487C73
RGB
CMYK
RGB Variations
Color information
#487C73 (or 0x487C73) is known color: Dark Green Copper. HEX triplet: 48, 7C and 73. RGB value is (72,124,115). Sum of RGB (Red+Green+Blue) = 72+124+115=311 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.15% from 311); Green value is 124 (48.83% from 255 or 39.87% from 311); Blue value is 115 (45.31% from 255 or 36.98% from 311); Max value from RGB is 124 - color contains mainly: green. Hex color #487C73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487C73 is #B7838C. Grayscale: #6B6B6B. Windows color (decimal): -12026765 or 7568456. OLE color: 7568456.
HSL color Cylindrical-coordinate representation of color #487C73: hue angle of 169.62º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #487C73 is Cyan = 0.42, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 72 | 124 | 115 | - |
| CMYK | 0.42 | 0 | 0.07 | 0.51 |
| HSL | 169.62º | 0.27% | 0.38% | - |
| HSV(B) | 169.62º | 0.42% | 0.49% | - |
| XYZ | 12.97 | 17.03 | 18.82 | - |
| YUV | 107.43 | 132.27 | 102.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 124 | 115 | 0.42 | 0 | 0.07 | 0.51 | 169.62 | 0.27 | 0.38 |
| Hex | 48 | 7C | 73 | 2A | 0 | 7 | 33 | AA | 1B | 26 |
| Octal | 110 | 174 | 163 | 52 | 0 | 7 | 63 | 252 | 33 | 46 |
| Binary | 1001000 | 1111100 | 1110011 | 101010 | 0 | 111 | 110011 | 10101010 | 11011 | 100110 |
Color Harmonies of #487C73
Complementary color
Monochromatic Colors of #487C73
Black with #487C73
Text Example
Text Example
White with #487C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487C73; }
p { color: rgb(72,124,115); }
H1.HeaderClassName
{
color: #487C73;
}
.AnyTagClassName
{
color: #487C73;
}
</style>
background-color css
<style>
a { background-color: #487C73; }
a { background-color: rgb(72,124,115); }
div.DivClassName
{
background-color: #487C73;
}
.BgClassName
{
background-color: #487C73;
}
</style>
border-color css
<style>
span { border-color: #487C73; }
span { border-color: rgb(72,124,115); }
td.TdClassName
{
border-color: #487C73;
}
.TagClassName
{
border-color: #487C73;
}
</style>