Shades of Dark Green Copper #486E6C
Tints of Dark Green Copper #486E6C
RGB
CMYK
RGB Variations
Color information
#486E6C (or 0x486E6C) is known color: Dark Green Copper. HEX triplet: 48, 6E and 6C. RGB value is (72,110,108). Sum of RGB (Red+Green+Blue) = 72+110+108=290 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.83% from 290); Green value is 110 (43.36% from 255 or 37.93% from 290); Blue value is 108 (42.58% from 255 or 37.24% from 290); Max value from RGB is 110 - color contains mainly: green. Hex color #486E6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486E6C is #B79193. Grayscale: #626262. Windows color (decimal): -12030356 or 7106120. OLE color: 7106120.
HSL color Cylindrical-coordinate representation of color #486E6C: hue angle of 176.84º 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 #486E6C is Cyan = 0.35, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 72 | 110 | 108 | - |
| CMYK | 0.35 | 0 | 0.02 | 0.57 |
| HSL | 176.84º | 0.21% | 0.36% | - |
| HSV(B) | 176.84º | 0.35% | 0.43% | - |
| XYZ | 10.96 | 13.61 | 16.24 | - |
| YUV | 98.41 | 133.41 | 109.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 110 | 108 | 0.35 | 0 | 0.02 | 0.57 | 176.84 | 0.21 | 0.36 |
| Hex | 48 | 6E | 6C | 23 | 0 | 2 | 39 | B1 | 15 | 24 |
| Octal | 110 | 156 | 154 | 43 | 0 | 2 | 71 | 261 | 25 | 44 |
| Binary | 1001000 | 1101110 | 1101100 | 100011 | 0 | 10 | 111001 | 10110001 | 10101 | 100100 |
Color Harmonies of #486E6C
Complementary color
Monochromatic Colors of #486E6C
Black with #486E6C
Text Example
Text Example
White with #486E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486E6C; }
p { color: rgb(72,110,108); }
H1.HeaderClassName
{
color: #486E6C;
}
.AnyTagClassName
{
color: #486E6C;
}
</style>
background-color css
<style>
a { background-color: #486E6C; }
a { background-color: rgb(72,110,108); }
div.DivClassName
{
background-color: #486E6C;
}
.BgClassName
{
background-color: #486E6C;
}
</style>
border-color css
<style>
span { border-color: #486E6C; }
span { border-color: rgb(72,110,108); }
td.TdClassName
{
border-color: #486E6C;
}
.TagClassName
{
border-color: #486E6C;
}
</style>