#55A362

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

Shades of Fruit Salad #55A362

Tints of Fruit Salad #55A362

Color information

#55A362 (or 0x55A362) is unknown color: approx Fruit Salad. HEX triplet: 55, A3 and 62. RGB value is (85,163,98). Sum of RGB (Red+Green+Blue) = 85+163+98=346 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.57% from 346); Green value is 163 (64.06% from 255 or 47.11% from 346); Blue value is 98 (38.67% from 255 or 28.32% from 346); Max value from RGB is 163 - color contains mainly: green. Hex color #55A362 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55A362 is #AA5C9D. Grayscale: #848484. Windows color (decimal): -11164830 or 6464341. OLE color: 6464341.

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

Color convert

RGB8516398-
CMYK0.4800.400.36
HSL130º31.45%48.63%-
HSV(B)130º47.85%63.92%-
XYZ19.0529.0116.15-
YUV132.27108.6694.29-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.57%
GREEN value IS 163 (64.06% from 255) = 47.11%
BLUE value IS 98 (38.67% from 255) = 28.32%
R=24.57%
G=47.11%
B=28.32%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal85163980.4800.400.3613031.4548.63
Hex55A3623002824821f31
Octal12524314260050442023761
Binary101010110100011110001011000001010001001001000001011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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