Shades of Dark Green Copper #487365
Tints of Dark Green Copper #487365
RGB
CMYK
RGB Variations
Color information
#487365 (or 0x487365) is known color: Dark Green Copper. HEX triplet: 48, 73 and 65. RGB value is (72,115,101). Sum of RGB (Red+Green+Blue) = 72+115+101=288 (38% of max value = 765). Red value is 72 (28.52% from 255 or 25% from 288); Green value is 115 (45.31% from 255 or 39.93% from 288); Blue value is 101 (39.84% from 255 or 35.07% from 288); Max value from RGB is 115 - color contains mainly: green. Hex color #487365 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487365 is #B78C9A. Grayscale: #646464. Windows color (decimal): -12029083 or 6648648. OLE color: 6648648.
HSL color Cylindrical-coordinate representation of color #487365: hue angle of 160.47º 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 #487365 is Cyan = 0.37, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 72 | 115 | 101 | - |
| CMYK | 0.37 | 0 | 0.12 | 0.55 |
| HSL | 160.47º | 0.23% | 0.37% | - |
| HSV(B) | 160.47º | 0.37% | 0.45% | - |
| XYZ | 11.15 | 14.58 | 14.54 | - |
| YUV | 100.55 | 128.25 | 107.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 115 | 101 | 0.37 | 0 | 0.12 | 0.55 | 160.47 | 0.23 | 0.37 |
| Hex | 48 | 73 | 65 | 25 | 0 | C | 37 | A0 | 17 | 25 |
| Octal | 110 | 163 | 145 | 45 | 0 | 14 | 67 | 240 | 27 | 45 |
| Binary | 1001000 | 1110011 | 1100101 | 100101 | 0 | 1100 | 110111 | 10100000 | 10111 | 100101 |
Color Harmonies of #487365
Complementary color
Monochromatic Colors of #487365
Black with #487365
Text Example
Text Example
White with #487365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487365; }
p { color: rgb(72,115,101); }
H1.HeaderClassName
{
color: #487365;
}
.AnyTagClassName
{
color: #487365;
}
</style>
background-color css
<style>
a { background-color: #487365; }
a { background-color: rgb(72,115,101); }
div.DivClassName
{
background-color: #487365;
}
.BgClassName
{
background-color: #487365;
}
</style>
border-color css
<style>
span { border-color: #487365; }
span { border-color: rgb(72,115,101); }
td.TdClassName
{
border-color: #487365;
}
.TagClassName
{
border-color: #487365;
}
</style>