Shades of Dark Green Copper #487364
Tints of Dark Green Copper #487364
RGB
CMYK
RGB Variations
Color information
#487364 (or 0x487364) is known color: Dark Green Copper. HEX triplet: 48, 73 and 64. RGB value is (72,115,100). Sum of RGB (Red+Green+Blue) = 72+115+100=287 (38% of max value = 765). Red value is 72 (28.52% from 255 or 25.09% from 287); Green value is 115 (45.31% from 255 or 40.07% from 287); Blue value is 100 (39.45% from 255 or 34.84% from 287); Max value from RGB is 115 - color contains mainly: green. Hex color #487364 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487364 is #B78C9B. Grayscale: #646464. Windows color (decimal): -12029084 or 6583112. OLE color: 6583112.
HSL color Cylindrical-coordinate representation of color #487364: hue angle of 159.07º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #487364 is Cyan = 0.37, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 72 | 115 | 100 | - |
| CMYK | 0.37 | 0 | 0.13 | 0.55 |
| HSL | 159.07º | 0.23% | 0.37% | - |
| HSV(B) | 159.07º | 0.37% | 0.45% | - |
| XYZ | 11.1 | 14.56 | 14.28 | - |
| YUV | 100.43 | 127.75 | 107.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 115 | 100 | 0.37 | 0 | 0.13 | 0.55 | 159.07 | 0.23 | 0.37 |
| Hex | 48 | 73 | 64 | 25 | 0 | D | 37 | 9F | 17 | 25 |
| Octal | 110 | 163 | 144 | 45 | 0 | 15 | 67 | 237 | 27 | 45 |
| Binary | 1001000 | 1110011 | 1100100 | 100101 | 0 | 1101 | 110111 | 10011111 | 10111 | 100101 |
Color Harmonies of #487364
Complementary color
Monochromatic Colors of #487364
Black with #487364
Text Example
Text Example
White with #487364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487364; }
p { color: rgb(72,115,100); }
H1.HeaderClassName
{
color: #487364;
}
.AnyTagClassName
{
color: #487364;
}
</style>
background-color css
<style>
a { background-color: #487364; }
a { background-color: rgb(72,115,100); }
div.DivClassName
{
background-color: #487364;
}
.BgClassName
{
background-color: #487364;
}
</style>
border-color css
<style>
span { border-color: #487364; }
span { border-color: rgb(72,115,100); }
td.TdClassName
{
border-color: #487364;
}
.TagClassName
{
border-color: #487364;
}
</style>