#55A359

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

Shades of Fruit Salad #55A359

Tints of Fruit Salad #55A359

Color information

#55A359 (or 0x55A359) is unknown color: approx Fruit Salad. HEX triplet: 55, A3 and 59. RGB value is (85,163,89). Sum of RGB (Red+Green+Blue) = 85+163+89=337 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.22% from 337); Green value is 163 (64.06% from 255 or 48.37% from 337); Blue value is 89 (35.16% from 255 or 26.41% from 337); Max value from RGB is 163 - color contains mainly: green. Hex color #55A359 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55A359 is #AA5CA6. Grayscale: #838383. Windows color (decimal): -11164839 or 5874517. OLE color: 5874517.

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

Color convert

RGB8516389-
CMYK0.4800.450.36
HSL123.08º31.45%48.63%-
HSV(B)123.08º47.85%63.92%-
XYZ18.6528.8514.04-
YUV131.24104.1695.02-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.22%
GREEN value IS 163 (64.06% from 255) = 48.37%
BLUE value IS 89 (35.16% from 255) = 26.41%
R=25.22%
G=48.37%
B=26.41%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal85163890.4800.450.36123.0831.4548.63
Hex55A3593002D247b1f31
Octal12524313160055441733761
Binary10101011010001110110011100000101101100100111101111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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