#55AA49

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

Shades of Fruit Salad #55AA49

Tints of Fruit Salad #55AA49

Color information

#55AA49 (or 0x55AA49) is unknown color: approx Fruit Salad. HEX triplet: 55, AA and 49. RGB value is (85,170,73). Sum of RGB (Red+Green+Blue) = 85+170+73=328 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.91% from 328); Green value is 170 (66.80% from 255 or 51.83% from 328); Blue value is 73 (28.91% from 255 or 22.26% from 328); Max value from RGB is 170 - color contains mainly: green. Hex color #55AA49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55AA49 is #AA55B6. Grayscale: #858585. Windows color (decimal): -11163063 or 4827733. OLE color: 4827733.

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

Color convert

RGB8517073-
CMYK0.5000.570.33
HSL112.58º39.92%47.65%-
HSV(B)112.58º57.06%66.67%-
XYZ19.3231.1611.3-
YUV133.5393.8493.39-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.91%
GREEN value IS 170 (66.80% from 255) = 51.83%
BLUE value IS 73 (28.91% from 255) = 22.26%
R=25.91%
G=51.83%
B=22.26%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal85170730.5000.570.33112.5839.9247.65
Hex55AA493203921712830
Octal12525211162071411615060
Binary101010110101010100100111001001110011000011110001101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55AA49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,170,73); }

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

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

 a { background-color: rgb(85,170,73); }

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

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

 span { border-color: rgb(85,170,73); }

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