Shades of Dark Green Copper #486F65
Tints of Dark Green Copper #486F65
RGB
CMYK
RGB Variations
Color information
#486F65 (or 0x486F65) is known color: Dark Green Copper. HEX triplet: 48, 6F and 65. RGB value is (72,111,101). Sum of RGB (Red+Green+Blue) = 72+111+101=284 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.35% from 284); Green value is 111 (43.75% from 255 or 39.08% from 284); Blue value is 101 (39.84% from 255 or 35.56% from 284); Max value from RGB is 111 - color contains mainly: green. Hex color #486F65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486F65 is #B7909A. Grayscale: #626262. Windows color (decimal): -12030107 or 6647624. OLE color: 6647624.
HSL color Cylindrical-coordinate representation of color #486F65: hue angle of 164.62º 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 #486F65 is Cyan = 0.35, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 72 | 111 | 101 | - |
| CMYK | 0.35 | 0 | 0.09 | 0.56 |
| HSL | 164.62º | 0.21% | 0.36% | - |
| HSV(B) | 164.62º | 0.35% | 0.44% | - |
| XYZ | 10.71 | 13.69 | 14.39 | - |
| YUV | 98.2 | 129.58 | 109.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 111 | 101 | 0.35 | 0 | 0.09 | 0.56 | 164.62 | 0.21 | 0.36 |
| Hex | 48 | 6F | 65 | 23 | 0 | 9 | 38 | A5 | 15 | 24 |
| Octal | 110 | 157 | 145 | 43 | 0 | 11 | 70 | 245 | 25 | 44 |
| Binary | 1001000 | 1101111 | 1100101 | 100011 | 0 | 1001 | 111000 | 10100101 | 10101 | 100100 |
Color Harmonies of #486F65
Complementary color
Monochromatic Colors of #486F65
Black with #486F65
Text Example
Text Example
White with #486F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486F65; }
p { color: rgb(72,111,101); }
H1.HeaderClassName
{
color: #486F65;
}
.AnyTagClassName
{
color: #486F65;
}
</style>
background-color css
<style>
a { background-color: #486F65; }
a { background-color: rgb(72,111,101); }
div.DivClassName
{
background-color: #486F65;
}
.BgClassName
{
background-color: #486F65;
}
</style>
border-color css
<style>
span { border-color: #486F65; }
span { border-color: rgb(72,111,101); }
td.TdClassName
{
border-color: #486F65;
}
.TagClassName
{
border-color: #486F65;
}
</style>