Shades of Dark Green Copper #486F6A
Tints of Dark Green Copper #486F6A
RGB
CMYK
RGB Variations
Color information
#486F6A (or 0x486F6A) is known color: Dark Green Copper. HEX triplet: 48, 6F and 6A. RGB value is (72,111,106). Sum of RGB (Red+Green+Blue) = 72+111+106=289 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.91% from 289); Green value is 111 (43.75% from 255 or 38.41% from 289); Blue value is 106 (41.80% from 255 or 36.68% from 289); Max value from RGB is 111 - color contains mainly: green. Hex color #486F6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486F6A is #B79095. Grayscale: #626262. Windows color (decimal): -12030102 or 6975304. OLE color: 6975304.
HSL color Cylindrical-coordinate representation of color #486F6A: hue angle of 172.31º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #486F6A is Cyan = 0.35, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 72 | 111 | 106 | - |
| CMYK | 0.35 | 0 | 0.05 | 0.56 |
| HSL | 172.31º | 0.21% | 0.36% | - |
| HSV(B) | 172.31º | 0.35% | 0.44% | - |
| XYZ | 10.96 | 13.79 | 15.72 | - |
| YUV | 98.77 | 132.08 | 108.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 111 | 106 | 0.35 | 0 | 0.05 | 0.56 | 172.31 | 0.21 | 0.36 |
| Hex | 48 | 6F | 6A | 23 | 0 | 5 | 38 | AC | 15 | 24 |
| Octal | 110 | 157 | 152 | 43 | 0 | 5 | 70 | 254 | 25 | 44 |
| Binary | 1001000 | 1101111 | 1101010 | 100011 | 0 | 101 | 111000 | 10101100 | 10101 | 100100 |
Color Harmonies of #486F6A
Complementary color
Monochromatic Colors of #486F6A
Black with #486F6A
Text Example
Text Example
White with #486F6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486F6A; }
p { color: rgb(72,111,106); }
H1.HeaderClassName
{
color: #486F6A;
}
.AnyTagClassName
{
color: #486F6A;
}
</style>
background-color css
<style>
a { background-color: #486F6A; }
a { background-color: rgb(72,111,106); }
div.DivClassName
{
background-color: #486F6A;
}
.BgClassName
{
background-color: #486F6A;
}
</style>
border-color css
<style>
span { border-color: #486F6A; }
span { border-color: rgb(72,111,106); }
td.TdClassName
{
border-color: #486F6A;
}
.TagClassName
{
border-color: #486F6A;
}
</style>