Shades of Dark Green Copper #486964
Tints of Dark Green Copper #486964
RGB
CMYK
RGB Variations
Color information
#486964 (or 0x486964) is known color: Dark Green Copper. HEX triplet: 48, 69 and 64. RGB value is (72,105,100). Sum of RGB (Red+Green+Blue) = 72+105+100=277 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.99% from 277); Green value is 105 (41.41% from 255 or 37.91% from 277); Blue value is 100 (39.45% from 255 or 36.10% from 277); Max value from RGB is 105 - color contains mainly: green. Hex color #486964 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486964 is #B7969B. Grayscale: #5E5E5E. Windows color (decimal): -12031644 or 6580552. OLE color: 6580552.
HSL color Cylindrical-coordinate representation of color #486964: hue angle of 170.91º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #486964 is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 72 | 105 | 100 | - |
| CMYK | 0.31 | 0 | 0.05 | 0.59 |
| HSL | 170.91º | 0.19% | 0.35% | - |
| HSV(B) | 170.91º | 0.31% | 0.41% | - |
| XYZ | 10.02 | 12.4 | 13.92 | - |
| YUV | 94.56 | 131.07 | 111.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 105 | 100 | 0.31 | 0 | 0.05 | 0.59 | 170.91 | 0.19 | 0.35 |
| Hex | 48 | 69 | 64 | 1F | 0 | 5 | 3B | AB | 13 | 23 |
| Octal | 110 | 151 | 144 | 37 | 0 | 5 | 73 | 253 | 23 | 43 |
| Binary | 1001000 | 1101001 | 1100100 | 11111 | 0 | 101 | 111011 | 10101011 | 10011 | 100011 |
Color Harmonies of #486964
Complementary color
Monochromatic Colors of #486964
Black with #486964
Text Example
Text Example
White with #486964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486964; }
p { color: rgb(72,105,100); }
H1.HeaderClassName
{
color: #486964;
}
.AnyTagClassName
{
color: #486964;
}
</style>
background-color css
<style>
a { background-color: #486964; }
a { background-color: rgb(72,105,100); }
div.DivClassName
{
background-color: #486964;
}
.BgClassName
{
background-color: #486964;
}
</style>
border-color css
<style>
span { border-color: #486964; }
span { border-color: rgb(72,105,100); }
td.TdClassName
{
border-color: #486964;
}
.TagClassName
{
border-color: #486964;
}
</style>