Shades of Dark Green Copper #487768
Tints of Dark Green Copper #487768
RGB
CMYK
RGB Variations
Color information
#487768 (or 0x487768) is known color: Dark Green Copper. HEX triplet: 48, 77 and 68. RGB value is (72,119,104). Sum of RGB (Red+Green+Blue) = 72+119+104=295 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.41% from 295); Green value is 119 (46.88% from 255 or 40.34% from 295); Blue value is 104 (41.02% from 255 or 35.25% from 295); Max value from RGB is 119 - color contains mainly: green. Hex color #487768 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487768 is #B78897. Grayscale: #676767. Windows color (decimal): -12028056 or 6846280. OLE color: 6846280.
HSL color Cylindrical-coordinate representation of color #487768: hue angle of 160.85º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #487768 is Cyan = 0.39, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 72 | 119 | 104 | - |
| CMYK | 0.39 | 0 | 0.13 | 0.53 |
| HSL | 160.85º | 0.25% | 0.37% | - |
| HSV(B) | 160.85º | 0.39% | 0.47% | - |
| XYZ | 11.77 | 15.57 | 15.48 | - |
| YUV | 103.24 | 128.43 | 105.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 119 | 104 | 0.39 | 0 | 0.13 | 0.53 | 160.85 | 0.25 | 0.37 |
| Hex | 48 | 77 | 68 | 27 | 0 | D | 35 | A1 | 19 | 25 |
| Octal | 110 | 167 | 150 | 47 | 0 | 15 | 65 | 241 | 31 | 45 |
| Binary | 1001000 | 1110111 | 1101000 | 100111 | 0 | 1101 | 110101 | 10100001 | 11001 | 100101 |
Color Harmonies of #487768
Complementary color
Monochromatic Colors of #487768
Black with #487768
Text Example
Text Example
White with #487768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487768; }
p { color: rgb(72,119,104); }
H1.HeaderClassName
{
color: #487768;
}
.AnyTagClassName
{
color: #487768;
}
</style>
background-color css
<style>
a { background-color: #487768; }
a { background-color: rgb(72,119,104); }
div.DivClassName
{
background-color: #487768;
}
.BgClassName
{
background-color: #487768;
}
</style>
border-color css
<style>
span { border-color: #487768; }
span { border-color: rgb(72,119,104); }
td.TdClassName
{
border-color: #487768;
}
.TagClassName
{
border-color: #487768;
}
</style>