Shades of Dark Green Copper #486E6B
Tints of Dark Green Copper #486E6B
RGB
CMYK
RGB Variations
Color information
#486E6B (or 0x486E6B) is known color: Dark Green Copper. HEX triplet: 48, 6E and 6B. RGB value is (72,110,107). Sum of RGB (Red+Green+Blue) = 72+110+107=289 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.91% from 289); Green value is 110 (43.36% from 255 or 38.06% from 289); Blue value is 107 (42.19% from 255 or 37.02% from 289); Max value from RGB is 110 - color contains mainly: green. Hex color #486E6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486E6B is #B79194. Grayscale: #626262. Windows color (decimal): -12030357 or 7040584. OLE color: 7040584.
HSL color Cylindrical-coordinate representation of color #486E6B: hue angle of 175.26º 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 #486E6B is Cyan = 0.35, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 72 | 110 | 107 | - |
| CMYK | 0.35 | 0 | 0.03 | 0.57 |
| HSL | 175.26º | 0.21% | 0.36% | - |
| HSV(B) | 175.26º | 0.35% | 0.43% | - |
| XYZ | 10.9 | 13.59 | 15.96 | - |
| YUV | 98.3 | 132.91 | 109.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 110 | 107 | 0.35 | 0 | 0.03 | 0.57 | 175.26 | 0.21 | 0.36 |
| Hex | 48 | 6E | 6B | 23 | 0 | 3 | 39 | AF | 15 | 24 |
| Octal | 110 | 156 | 153 | 43 | 0 | 3 | 71 | 257 | 25 | 44 |
| Binary | 1001000 | 1101110 | 1101011 | 100011 | 0 | 11 | 111001 | 10101111 | 10101 | 100100 |
Color Harmonies of #486E6B
Complementary color
Monochromatic Colors of #486E6B
Black with #486E6B
Text Example
Text Example
White with #486E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486E6B; }
p { color: rgb(72,110,107); }
H1.HeaderClassName
{
color: #486E6B;
}
.AnyTagClassName
{
color: #486E6B;
}
</style>
background-color css
<style>
a { background-color: #486E6B; }
a { background-color: rgb(72,110,107); }
div.DivClassName
{
background-color: #486E6B;
}
.BgClassName
{
background-color: #486E6B;
}
</style>
border-color css
<style>
span { border-color: #486E6B; }
span { border-color: rgb(72,110,107); }
td.TdClassName
{
border-color: #486E6B;
}
.TagClassName
{
border-color: #486E6B;
}
</style>