Shades of Dark Green Copper #487465
Tints of Dark Green Copper #487465
RGB
CMYK
RGB Variations
Color information
#487465 (or 0x487465) is known color: Dark Green Copper. HEX triplet: 48, 74 and 65. RGB value is (72,116,101). Sum of RGB (Red+Green+Blue) = 72+116+101=289 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.91% from 289); Green value is 116 (45.70% from 255 or 40.14% from 289); Blue value is 101 (39.84% from 255 or 34.95% from 289); Max value from RGB is 116 - color contains mainly: green. Hex color #487465 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487465 is #B78B9A. Grayscale: #656565. Windows color (decimal): -12028827 or 6648904. OLE color: 6648904.
HSL color Cylindrical-coordinate representation of color #487465: hue angle of 159.55º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #487465 is Cyan = 0.38, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 72 | 116 | 101 | - |
| CMYK | 0.38 | 0 | 0.13 | 0.55 |
| HSL | 159.55º | 0.23% | 0.37% | - |
| HSV(B) | 159.55º | 0.38% | 0.45% | - |
| XYZ | 11.27 | 14.81 | 14.58 | - |
| YUV | 101.13 | 127.92 | 107.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 116 | 101 | 0.38 | 0 | 0.13 | 0.55 | 159.55 | 0.23 | 0.37 |
| Hex | 48 | 74 | 65 | 26 | 0 | D | 37 | A0 | 17 | 25 |
| Octal | 110 | 164 | 145 | 46 | 0 | 15 | 67 | 240 | 27 | 45 |
| Binary | 1001000 | 1110100 | 1100101 | 100110 | 0 | 1101 | 110111 | 10100000 | 10111 | 100101 |
Color Harmonies of #487465
Complementary color
Monochromatic Colors of #487465
Black with #487465
Text Example
Text Example
White with #487465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487465; }
p { color: rgb(72,116,101); }
H1.HeaderClassName
{
color: #487465;
}
.AnyTagClassName
{
color: #487465;
}
</style>
background-color css
<style>
a { background-color: #487465; }
a { background-color: rgb(72,116,101); }
div.DivClassName
{
background-color: #487465;
}
.BgClassName
{
background-color: #487465;
}
</style>
border-color css
<style>
span { border-color: #487465; }
span { border-color: rgb(72,116,101); }
td.TdClassName
{
border-color: #487465;
}
.TagClassName
{
border-color: #487465;
}
</style>