Shades of Dark Green Copper #486D66
Tints of Dark Green Copper #486D66
RGB
CMYK
RGB Variations
Color information
#486D66 (or 0x486D66) is known color: Dark Green Copper. HEX triplet: 48, 6D and 66. RGB value is (72,109,102). Sum of RGB (Red+Green+Blue) = 72+109+102=283 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.44% from 283); Green value is 109 (42.97% from 255 or 38.52% from 283); Blue value is 102 (40.23% from 255 or 36.04% from 283); Max value from RGB is 109 - color contains mainly: green. Hex color #486D66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486D66 is #B79299. Grayscale: #616161. Windows color (decimal): -12030618 or 6712648. OLE color: 6712648.
HSL color Cylindrical-coordinate representation of color #486D66: hue angle of 168.65º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #486D66 is Cyan = 0.34, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 72 | 109 | 102 | - |
| CMYK | 0.34 | 0 | 0.06 | 0.57 |
| HSL | 168.65º | 0.2% | 0.35% | - |
| HSV(B) | 168.65º | 0.34% | 0.43% | - |
| XYZ | 10.54 | 13.27 | 14.58 | - |
| YUV | 97.14 | 130.74 | 110.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 109 | 102 | 0.34 | 0 | 0.06 | 0.57 | 168.65 | 0.2 | 0.35 |
| Hex | 48 | 6D | 66 | 22 | 0 | 6 | 39 | A9 | 14 | 23 |
| Octal | 110 | 155 | 146 | 42 | 0 | 6 | 71 | 251 | 24 | 43 |
| Binary | 1001000 | 1101101 | 1100110 | 100010 | 0 | 110 | 111001 | 10101001 | 10100 | 100011 |
Color Harmonies of #486D66
Complementary color
Monochromatic Colors of #486D66
Black with #486D66
Text Example
Text Example
White with #486D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486D66; }
p { color: rgb(72,109,102); }
H1.HeaderClassName
{
color: #486D66;
}
.AnyTagClassName
{
color: #486D66;
}
</style>
background-color css
<style>
a { background-color: #486D66; }
a { background-color: rgb(72,109,102); }
div.DivClassName
{
background-color: #486D66;
}
.BgClassName
{
background-color: #486D66;
}
</style>
border-color css
<style>
span { border-color: #486D66; }
span { border-color: rgb(72,109,102); }
td.TdClassName
{
border-color: #486D66;
}
.TagClassName
{
border-color: #486D66;
}
</style>