#55A44D

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

Shades of Fruit Salad #55A44D

Tints of Fruit Salad #55A44D

Color information

#55A44D (or 0x55A44D) is unknown color: approx Fruit Salad. HEX triplet: 55, A4 and 4D. RGB value is (85,164,77). Sum of RGB (Red+Green+Blue) = 85+164+77=326 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.07% from 326); Green value is 164 (64.45% from 255 or 50.31% from 326); Blue value is 77 (30.47% from 255 or 23.62% from 326); Max value from RGB is 164 - color contains mainly: green. Hex color #55A44D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55A44D is #AA5BB2. Grayscale: #828282. Windows color (decimal): -11164595 or 5088341. OLE color: 5088341.

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

Color convert

RGB8516477-
CMYK0.4800.530.36
HSL114.48º36.1%47.25%-
HSV(B)114.48º53.05%64.31%-
XYZ18.3629.0211.65-
YUV130.4697.8395.57-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.07%
GREEN value IS 164 (64.45% from 255) = 50.31%
BLUE value IS 77 (30.47% from 255) = 23.62%
R=26.07%
G=50.31%
B=23.62%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal85164770.4800.530.36114.4836.147.25
Hex55A44D300352472242f
Octal12524411560065441624457
Binary101010110100100100110111000001101011001001110010100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A44D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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