#55A358

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

Shades of Fruit Salad #55A358

Tints of Fruit Salad #55A358

Color information

#55A358 (or 0x55A358) is unknown color: approx Fruit Salad. HEX triplet: 55, A3 and 58. RGB value is (85,163,88). Sum of RGB (Red+Green+Blue) = 85+163+88=336 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.30% from 336); Green value is 163 (64.06% from 255 or 48.51% from 336); Blue value is 88 (34.77% from 255 or 26.19% from 336); Max value from RGB is 163 - color contains mainly: green. Hex color #55A358 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55A358 is #AA5CA7. Grayscale: #838383. Windows color (decimal): -11164840 or 5808981. OLE color: 5808981.

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

Color convert

RGB8516388-
CMYK0.4800.460.36
HSL122.31º31.45%48.63%-
HSV(B)122.31º47.85%63.92%-
XYZ18.628.8313.82-
YUV131.13103.6695.1-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.30%
GREEN value IS 163 (64.06% from 255) = 48.51%
BLUE value IS 88 (34.77% from 255) = 26.19%
R=25.30%
G=48.51%
B=26.19%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal85163880.4800.460.36122.3131.4548.63
Hex55A3583002E247a1f31
Octal12524313060056441723761
Binary10101011010001110110001100000101110100100111101011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,163,88); }

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

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

 a { background-color: rgb(85,163,88); }

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

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

 span { border-color: rgb(85,163,88); }

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