Shades of Dark Green Copper #556C64
Tints of Dark Green Copper #556C64
RGB
CMYK
RGB Variations
Color information
#556C64 (or 0x556C64) is known color: Dark Green Copper. HEX triplet: 55, 6C and 64. RGB value is (85,108,100). Sum of RGB (Red+Green+Blue) = 85+108+100=293 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.01% from 293); Green value is 108 (42.58% from 255 or 36.86% from 293); Blue value is 100 (39.45% from 255 or 34.13% from 293); Max value from RGB is 108 - color contains mainly: green. Hex color #556C64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556C64 is #AA939B. Grayscale: #646464. Windows color (decimal): -11178908 or 6581333. OLE color: 6581333.
HSL color Cylindrical-coordinate representation of color #556C64: hue angle of 159.13º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #556C64 is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 85 | 108 | 100 | - |
| CMYK | 0.21 | 0 | 0.07 | 0.58 |
| HSL | 159.13º | 0.12% | 0.38% | - |
| HSV(B) | 159.13º | 0.21% | 0.42% | - |
| XYZ | 11.41 | 13.58 | 14.08 | - |
| YUV | 100.21 | 127.88 | 117.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 108 | 100 | 0.21 | 0 | 0.07 | 0.58 | 159.13 | 0.12 | 0.38 |
| Hex | 55 | 6C | 64 | 15 | 0 | 7 | 3A | 9F | C | 26 |
| Octal | 125 | 154 | 144 | 25 | 0 | 7 | 72 | 237 | 14 | 46 |
| Binary | 1010101 | 1101100 | 1100100 | 10101 | 0 | 111 | 111010 | 10011111 | 1100 | 100110 |
Color Harmonies of #556C64
Complementary color
Monochromatic Colors of #556C64
Black with #556C64
Text Example
Text Example
White with #556C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556C64; }
p { color: rgb(85,108,100); }
H1.HeaderClassName
{
color: #556C64;
}
.AnyTagClassName
{
color: #556C64;
}
</style>
background-color css
<style>
a { background-color: #556C64; }
a { background-color: rgb(85,108,100); }
div.DivClassName
{
background-color: #556C64;
}
.BgClassName
{
background-color: #556C64;
}
</style>
border-color css
<style>
span { border-color: #556C64; }
span { border-color: rgb(85,108,100); }
td.TdClassName
{
border-color: #556C64;
}
.TagClassName
{
border-color: #556C64;
}
</style>