#55A447

Color #55A447 Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #55A447

Tints of Fruit Salad #55A447

Color information

#55A447 (or 0x55A447) is unknown color: approx Fruit Salad. HEX triplet: 55, A4 and 47. RGB value is (85,164,71). Sum of RGB (Red+Green+Blue) = 85+164+71=320 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.56% from 320); Green value is 164 (64.45% from 255 or 51.25% from 320); Blue value is 71 (28.12% from 255 or 22.19% from 320); Max value from RGB is 164 - color contains mainly: green. Hex color #55A447 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55A447 is #AA5BB8. Grayscale: #828282. Windows color (decimal): -11164601 or 4695125. OLE color: 4695125.

HSL color Cylindrical-coordinate representation of color #55A447: hue angle of 110.97º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #55A447 is Cyan = 0.48, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.36.

Color convert

RGB8516471-
CMYK0.4800.570.36
HSL110.97º39.57%46.08%-
HSV(B)110.97º56.71%64.31%-
XYZ18.1628.9410.59-
YUV129.7894.8396.06-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.56%
GREEN value IS 164 (64.45% from 255) = 51.25%
BLUE value IS 71 (28.12% from 255) = 22.19%
R=26.56%
G=51.25%
B=22.19%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal85164710.4800.570.36110.9739.5746.08
Hex55A44730039246f282e
Octal12524410760071441575056
Binary101010110100100100011111000001110011001001101111101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55A447; }

 p { color: rgb(85,164,71); }

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

<style>
 a { background-color: #55A447; }

 a { background-color: rgb(85,164,71); }

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

<style>
 span { border-color: #55A447; }

 span { border-color: rgb(85,164,71); }

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