#55A547

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

Shades of Fruit Salad #55A547

Tints of Fruit Salad #55A547

Color information

#55A547 (or 0x55A547) is unknown color: approx Fruit Salad. HEX triplet: 55, A5 and 47. RGB value is (85,165,71). Sum of RGB (Red+Green+Blue) = 85+165+71=321 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.48% from 321); Green value is 165 (64.84% from 255 or 51.40% from 321); Blue value is 71 (28.12% from 255 or 22.12% from 321); Max value from RGB is 165 - color contains mainly: green. Hex color #55A547 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55A547 is #AA5AB8. Grayscale: #828282. Windows color (decimal): -11164345 or 4695381. OLE color: 4695381.

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

Color convert

RGB8516571-
CMYK0.4800.570.35
HSL111.06º39.83%46.27%-
HSV(B)111.06º56.97%64.71%-
XYZ18.3429.310.65-
YUV130.3694.595.64-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.48%
GREEN value IS 165 (64.84% from 255) = 51.40%
BLUE value IS 71 (28.12% from 255) = 22.12%
R=26.48%
G=51.40%
B=22.12%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal85165710.4800.570.35111.0639.8346.27
Hex55A54730039236f282e
Octal12524510760071431575056
Binary101010110100101100011111000001110011000111101111101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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