#55A549

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

Shades of Fruit Salad #55A549

Tints of Fruit Salad #55A549

Color information

#55A549 (or 0x55A549) is unknown color: approx Fruit Salad. HEX triplet: 55, A5 and 49. RGB value is (85,165,73). Sum of RGB (Red+Green+Blue) = 85+165+73=323 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.32% from 323); Green value is 165 (64.84% from 255 or 51.08% from 323); Blue value is 73 (28.91% from 255 or 22.60% from 323); Max value from RGB is 165 - color contains mainly: green. Hex color #55A549 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55A549 is #AA5AB6. Grayscale: #828282. Windows color (decimal): -11164343 or 4826453. OLE color: 4826453.

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

Color convert

RGB8516573-
CMYK0.4800.560.35
HSL112.17º38.66%46.67%-
HSV(B)112.17º55.76%64.71%-
XYZ18.429.3210.99-
YUV130.5995.595.48-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.32%
GREEN value IS 165 (64.84% from 255) = 51.08%
BLUE value IS 73 (28.91% from 255) = 22.60%
R=26.32%
G=51.08%
B=22.60%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal85165730.4800.560.35112.1738.6646.67
Hex55A549300382370272f
Octal12524511160070431604757
Binary101010110100101100100111000001110001000111110000100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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