#55776D

Color #55776D Dark Green Copper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green Copper #55776D

Tints of Dark Green Copper #55776D

Color information

#55776D (or 0x55776D) is unknown color: approx Dark Green Copper. HEX triplet: 55, 77 and 6D. RGB value is (85,119,109). Sum of RGB (Red+Green+Blue) = 85+119+109=313 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.16% from 313); Green value is 119 (46.88% from 255 or 38.02% from 313); Blue value is 109 (42.97% from 255 or 34.82% from 313); Max value from RGB is 119 - color contains mainly: green. Hex color #55776D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55776D is #AA8892. Grayscale: #6B6B6B. Windows color (decimal): -11176083 or 7173973. OLE color: 7173973.

HSL color Cylindrical-coordinate representation of color #55776D: hue angle of 162.35º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #55776D is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB85119109-
CMYK0.2900.080.53
HSL162.35º16.67%40%-
HSV(B)162.35º28.57%46.67%-
XYZ13.116.2316.91-
YUV107.69128.74111.81-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 85 (33.59% from 255) = 27.16%
GREEN value IS 119 (46.88% from 255) = 38.02%
BLUE value IS 109 (42.97% from 255) = 34.82%
R=27.16%
G=38.02%
B=34.82%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal851191090.2900.080.53162.3516.6740
Hex55776D1D0835a21128
Octal12516715535010652422150
Binary10101011110111110110111101010001101011010001010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55776D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55776D; }

 p { color: rgb(85,119,109); }

 H1.HeaderClassName
 {
   color: #55776D;
 }
 .AnyTagClassName
 {
   color: #55776D;
 }
</style>
background-color css

<style>
 a { background-color: #55776D; }

 a { background-color: rgb(85,119,109); }

 div.DivClassName
 {
   background-color: #55776D;
 }
 .BgClassName
 {
   background-color: #55776D;
 }
</style>
border-color css

<style>
 span { border-color: #55776D; }

 span { border-color: rgb(85,119,109); }

 td.TdClassName
 {
   border-color: #55776D;
 }
 .TagClassName
 {
   border-color: #55776D;
 }
</style>