Shades of Dark Green Copper #487265
Tints of Dark Green Copper #487265
RGB
CMYK
RGB Variations
Color information
#487265 (or 0x487265) is known color: Dark Green Copper. HEX triplet: 48, 72 and 65. RGB value is (72,114,101). Sum of RGB (Red+Green+Blue) = 72+114+101=287 (38% of max value = 765). Red value is 72 (28.52% from 255 or 25.09% from 287); Green value is 114 (44.92% from 255 or 39.72% from 287); Blue value is 101 (39.84% from 255 or 35.19% from 287); Max value from RGB is 114 - color contains mainly: green. Hex color #487265 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487265 is #B78D9A. Grayscale: #636363. Windows color (decimal): -12029339 or 6648392. OLE color: 6648392.
HSL color Cylindrical-coordinate representation of color #487265: hue angle of 161.43º 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 #487265 is Cyan = 0.37, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 72 | 114 | 101 | - |
| CMYK | 0.37 | 0 | 0.11 | 0.55 |
| HSL | 161.43º | 0.23% | 0.36% | - |
| HSV(B) | 161.43º | 0.37% | 0.45% | - |
| XYZ | 11.04 | 14.35 | 14.5 | - |
| YUV | 99.96 | 128.59 | 108.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 114 | 101 | 0.37 | 0 | 0.11 | 0.55 | 161.43 | 0.23 | 0.36 |
| Hex | 48 | 72 | 65 | 25 | 0 | B | 37 | A1 | 17 | 24 |
| Octal | 110 | 162 | 145 | 45 | 0 | 13 | 67 | 241 | 27 | 44 |
| Binary | 1001000 | 1110010 | 1100101 | 100101 | 0 | 1011 | 110111 | 10100001 | 10111 | 100100 |
Color Harmonies of #487265
Complementary color
Monochromatic Colors of #487265
Black with #487265
Text Example
Text Example
White with #487265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487265; }
p { color: rgb(72,114,101); }
H1.HeaderClassName
{
color: #487265;
}
.AnyTagClassName
{
color: #487265;
}
</style>
background-color css
<style>
a { background-color: #487265; }
a { background-color: rgb(72,114,101); }
div.DivClassName
{
background-color: #487265;
}
.BgClassName
{
background-color: #487265;
}
</style>
border-color css
<style>
span { border-color: #487265; }
span { border-color: rgb(72,114,101); }
td.TdClassName
{
border-color: #487265;
}
.TagClassName
{
border-color: #487265;
}
</style>