#55A449

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

Shades of Fruit Salad #55A449

Tints of Fruit Salad #55A449

Color information

#55A449 (or 0x55A449) is unknown color: approx Fruit Salad. HEX triplet: 55, A4 and 49. RGB value is (85,164,73). Sum of RGB (Red+Green+Blue) = 85+164+73=322 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.40% from 322); Green value is 164 (64.45% from 255 or 50.93% from 322); Blue value is 73 (28.91% from 255 or 22.67% from 322); Max value from RGB is 164 - color contains mainly: green. Hex color #55A449 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55A449 is #AA5BB6. Grayscale: #828282. Windows color (decimal): -11164599 or 4826197. OLE color: 4826197.

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

Color convert

RGB8516473-
CMYK0.4800.550.36
HSL112.09º38.4%46.47%-
HSV(B)112.09º55.49%64.31%-
XYZ18.2228.9610.93-
YUV13095.8395.9-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.40%
GREEN value IS 164 (64.45% from 255) = 50.93%
BLUE value IS 73 (28.91% from 255) = 22.67%
R=26.40%
G=50.93%
B=22.67%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal85164730.4800.550.36112.0938.446.47
Hex55A449300372470262e
Octal12524411160067441604656
Binary101010110100100100100111000001101111001001110000100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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