#55A54A

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

Shades of Fruit Salad #55A54A

Tints of Fruit Salad #55A54A

Color information

#55A54A (or 0x55A54A) is unknown color: approx Fruit Salad. HEX triplet: 55, A5 and 4A. RGB value is (85,165,74). Sum of RGB (Red+Green+Blue) = 85+165+74=324 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.23% from 324); Green value is 165 (64.84% from 255 or 50.93% from 324); Blue value is 74 (29.30% from 255 or 22.84% from 324); Max value from RGB is 165 - color contains mainly: green. Hex color #55A54A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55A54A is #AA5AB5. Grayscale: #828282. Windows color (decimal): -11164342 or 4891989. OLE color: 4891989.

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

Color convert

RGB8516574-
CMYK0.4800.550.35
HSL112.75º38.08%46.86%-
HSV(B)112.75º55.15%64.71%-
XYZ18.4429.3411.17-
YUV130.719695.4-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.23%
GREEN value IS 165 (64.84% from 255) = 50.93%
BLUE value IS 74 (29.30% from 255) = 22.84%
R=26.23%
G=50.93%
B=22.84%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal85165740.4800.550.35112.7538.0846.86
Hex55A54A300372371262f
Octal12524511260067431614657
Binary101010110100101100101011000001101111000111110001100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A54A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,165,74); }

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

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

 a { background-color: rgb(85,165,74); }

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

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

 span { border-color: rgb(85,165,74); }

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