Shades of Dark Green Copper #55736A
Tints of Dark Green Copper #55736A
RGB
CMYK
RGB Variations
Color information
#55736A (or 0x55736A) is known color: Dark Green Copper. HEX triplet: 55, 73 and 6A. RGB value is (85,115,106). Sum of RGB (Red+Green+Blue) = 85+115+106=306 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.78% from 306); Green value is 115 (45.31% from 255 or 37.58% from 306); Blue value is 106 (41.80% from 255 or 34.64% from 306); Max value from RGB is 115 - color contains mainly: green. Hex color #55736A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55736A is #AA8C95. Grayscale: #696969. Windows color (decimal): -11177110 or 6976341. OLE color: 6976341.
HSL color Cylindrical-coordinate representation of color #55736A: hue angle of 162º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #55736A is Cyan = 0.26, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 85 | 115 | 106 | - |
| CMYK | 0.26 | 0 | 0.08 | 0.55 |
| HSL | 162º | 0.15% | 0.39% | - |
| HSV(B) | 162º | 0.26% | 0.45% | - |
| XYZ | 12.48 | 15.23 | 15.92 | - |
| YUV | 105 | 128.56 | 113.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 115 | 106 | 0.26 | 0 | 0.08 | 0.55 | 162 | 0.15 | 0.39 |
| Hex | 55 | 73 | 6A | 1A | 0 | 8 | 37 | A2 | F | 27 |
| Octal | 125 | 163 | 152 | 32 | 0 | 10 | 67 | 242 | 17 | 47 |
| Binary | 1010101 | 1110011 | 1101010 | 11010 | 0 | 1000 | 110111 | 10100010 | 1111 | 100111 |
Color Harmonies of #55736A
Complementary color
Monochromatic Colors of #55736A
Black with #55736A
Text Example
Text Example
White with #55736A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55736A; }
p { color: rgb(85,115,106); }
H1.HeaderClassName
{
color: #55736A;
}
.AnyTagClassName
{
color: #55736A;
}
</style>
background-color css
<style>
a { background-color: #55736A; }
a { background-color: rgb(85,115,106); }
div.DivClassName
{
background-color: #55736A;
}
.BgClassName
{
background-color: #55736A;
}
</style>
border-color css
<style>
span { border-color: #55736A; }
span { border-color: rgb(85,115,106); }
td.TdClassName
{
border-color: #55736A;
}
.TagClassName
{
border-color: #55736A;
}
</style>