Shades of Dark Green Copper #486F64
Tints of Dark Green Copper #486F64
RGB
CMYK
RGB Variations
Color information
#486F64 (or 0x486F64) is known color: Dark Green Copper. HEX triplet: 48, 6F and 64. RGB value is (72,111,100). Sum of RGB (Red+Green+Blue) = 72+111+100=283 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.44% from 283); Green value is 111 (43.75% from 255 or 39.22% from 283); Blue value is 100 (39.45% from 255 or 35.34% from 283); Max value from RGB is 111 - color contains mainly: green. Hex color #486F64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486F64 is #B7909B. Grayscale: #626262. Windows color (decimal): -12030108 or 6582088. OLE color: 6582088.
HSL color Cylindrical-coordinate representation of color #486F64: hue angle of 163.08º 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 #486F64 is Cyan = 0.35, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 72 | 111 | 100 | - |
| CMYK | 0.35 | 0 | 0.10 | 0.56 |
| HSL | 163.08º | 0.21% | 0.36% | - |
| HSV(B) | 163.08º | 0.35% | 0.44% | - |
| XYZ | 10.66 | 13.67 | 14.13 | - |
| YUV | 98.09 | 129.08 | 109.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 111 | 100 | 0.35 | 0 | 0.10 | 0.56 | 163.08 | 0.21 | 0.36 |
| Hex | 48 | 6F | 64 | 23 | 0 | A | 38 | A3 | 15 | 24 |
| Octal | 110 | 157 | 144 | 43 | 0 | 12 | 70 | 243 | 25 | 44 |
| Binary | 1001000 | 1101111 | 1100100 | 100011 | 0 | 1010 | 111000 | 10100011 | 10101 | 100100 |
Color Harmonies of #486F64
Complementary color
Monochromatic Colors of #486F64
Black with #486F64
Text Example
Text Example
White with #486F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486F64; }
p { color: rgb(72,111,100); }
H1.HeaderClassName
{
color: #486F64;
}
.AnyTagClassName
{
color: #486F64;
}
</style>
background-color css
<style>
a { background-color: #486F64; }
a { background-color: rgb(72,111,100); }
div.DivClassName
{
background-color: #486F64;
}
.BgClassName
{
background-color: #486F64;
}
</style>
border-color css
<style>
span { border-color: #486F64; }
span { border-color: rgb(72,111,100); }
td.TdClassName
{
border-color: #486F64;
}
.TagClassName
{
border-color: #486F64;
}
</style>