Shades of Dark Green Copper #486E63
Tints of Dark Green Copper #486E63
RGB
CMYK
RGB Variations
Color information
#486E63 (or 0x486E63) is known color: Dark Green Copper. HEX triplet: 48, 6E and 63. RGB value is (72,110,99). Sum of RGB (Red+Green+Blue) = 72+110+99=281 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.62% from 281); Green value is 110 (43.36% from 255 or 39.15% from 281); Blue value is 99 (39.06% from 255 or 35.23% from 281); Max value from RGB is 110 - color contains mainly: green. Hex color #486E63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486E63 is #B7919C. Grayscale: #616161. Windows color (decimal): -12030365 or 6516296. OLE color: 6516296.
HSL color Cylindrical-coordinate representation of color #486E63: hue angle of 162.63º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #486E63 is Cyan = 0.35, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 72 | 110 | 99 | - |
| CMYK | 0.35 | 0 | 0.1 | 0.57 |
| HSL | 162.63º | 0.21% | 0.36% | - |
| HSV(B) | 162.63º | 0.35% | 0.43% | - |
| XYZ | 10.5 | 13.43 | 13.84 | - |
| YUV | 97.38 | 128.91 | 109.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 110 | 99 | 0.35 | 0 | 0.1 | 0.57 | 162.63 | 0.21 | 0.36 |
| Hex | 48 | 6E | 63 | 23 | 0 | A | 39 | A3 | 15 | 24 |
| Octal | 110 | 156 | 143 | 43 | 0 | 12 | 71 | 243 | 25 | 44 |
| Binary | 1001000 | 1101110 | 1100011 | 100011 | 0 | 1010 | 111001 | 10100011 | 10101 | 100100 |
Color Harmonies of #486E63
Complementary color
Monochromatic Colors of #486E63
Black with #486E63
Text Example
Text Example
White with #486E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486E63; }
p { color: rgb(72,110,99); }
H1.HeaderClassName
{
color: #486E63;
}
.AnyTagClassName
{
color: #486E63;
}
</style>
background-color css
<style>
a { background-color: #486E63; }
a { background-color: rgb(72,110,99); }
div.DivClassName
{
background-color: #486E63;
}
.BgClassName
{
background-color: #486E63;
}
</style>
border-color css
<style>
span { border-color: #486E63; }
span { border-color: rgb(72,110,99); }
td.TdClassName
{
border-color: #486E63;
}
.TagClassName
{
border-color: #486E63;
}
</style>