#55A35E

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

Shades of Fruit Salad #55A35E

Tints of Fruit Salad #55A35E

Color information

#55A35E (or 0x55A35E) is unknown color: approx Fruit Salad. HEX triplet: 55, A3 and 5E. RGB value is (85,163,94). Sum of RGB (Red+Green+Blue) = 85+163+94=342 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.85% from 342); Green value is 163 (64.06% from 255 or 47.66% from 342); Blue value is 94 (37.11% from 255 or 27.49% from 342); Max value from RGB is 163 - color contains mainly: green. Hex color #55A35E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55A35E is #AA5CA1. Grayscale: #848484. Windows color (decimal): -11164834 or 6202197. OLE color: 6202197.

HSL color Cylindrical-coordinate representation of color #55A35E: hue angle of 126.92º 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 #55A35E is Cyan = 0.48, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.36.

Color convert

RGB8516394-
CMYK0.4800.420.36
HSL126.92º31.45%48.63%-
HSV(B)126.92º47.85%63.92%-
XYZ18.8628.9315.18-
YUV131.81106.6694.61-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.85%
GREEN value IS 163 (64.06% from 255) = 47.66%
BLUE value IS 94 (37.11% from 255) = 27.49%
R=24.85%
G=47.66%
B=27.49%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal85163940.4800.420.36126.9231.4548.63
Hex55A35E3002A247f1f31
Octal12524313660052441773761
Binary10101011010001110111101100000101010100100111111111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A35E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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