#55736A

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

Shades of Dark Green Copper #55736A

Tints of Dark Green Copper #55736A

Color information

#55736A (or 0x55736A) is unknown color: approx 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

RGB85115106-
CMYK0.2600.080.55
HSL162º15%39.22%-
HSV(B)162º26.09%45.1%-
XYZ12.4815.2315.92-
YUV105128.56113.73-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.78%
GREEN value IS 115 (45.31% from 255) = 37.58%
BLUE value IS 106 (41.80% from 255) = 34.64%
R=27.78%
G=37.58%
B=34.64%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal851151060.2600.080.551621539.22
Hex55736A1A0837a2f27
Octal12516315232010672421747
Binary1010101111001111010101101001000110111101000101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55736A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>