Shades of Dark Green Copper #557268
Tints of Dark Green Copper #557268
RGB
CMYK
RGB Variations
Color information
#557268 (or 0x557268) is known color: Dark Green Copper. HEX triplet: 55, 72 and 68. RGB value is (85,114,104). Sum of RGB (Red+Green+Blue) = 85+114+104=303 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.05% from 303); Green value is 114 (44.92% from 255 or 37.62% from 303); Blue value is 104 (41.02% from 255 or 34.32% from 303); Max value from RGB is 114 - color contains mainly: green. Hex color #557268 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557268 is #AA8D97. Grayscale: #686868. Windows color (decimal): -11177368 or 6845013. OLE color: 6845013.
HSL color Cylindrical-coordinate representation of color #557268: hue angle of 159.31º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #557268 is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 85 | 114 | 104 | - |
| CMYK | 0.25 | 0 | 0.09 | 0.55 |
| HSL | 159.31º | 0.15% | 0.39% | - |
| HSV(B) | 159.31º | 0.25% | 0.45% | - |
| XYZ | 12.26 | 14.97 | 15.34 | - |
| YUV | 104.19 | 127.89 | 114.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 114 | 104 | 0.25 | 0 | 0.09 | 0.55 | 159.31 | 0.15 | 0.39 |
| Hex | 55 | 72 | 68 | 19 | 0 | 9 | 37 | 9F | F | 27 |
| Octal | 125 | 162 | 150 | 31 | 0 | 11 | 67 | 237 | 17 | 47 |
| Binary | 1010101 | 1110010 | 1101000 | 11001 | 0 | 1001 | 110111 | 10011111 | 1111 | 100111 |
Color Harmonies of #557268
Complementary color
Monochromatic Colors of #557268
Black with #557268
Text Example
Text Example
White with #557268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557268; }
p { color: rgb(85,114,104); }
H1.HeaderClassName
{
color: #557268;
}
.AnyTagClassName
{
color: #557268;
}
</style>
background-color css
<style>
a { background-color: #557268; }
a { background-color: rgb(85,114,104); }
div.DivClassName
{
background-color: #557268;
}
.BgClassName
{
background-color: #557268;
}
</style>
border-color css
<style>
span { border-color: #557268; }
span { border-color: rgb(85,114,104); }
td.TdClassName
{
border-color: #557268;
}
.TagClassName
{
border-color: #557268;
}
</style>