#55A65C

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

Shades of Fruit Salad #55A65C

Tints of Fruit Salad #55A65C

Color information

#55A65C (or 0x55A65C) is unknown color: approx Fruit Salad. HEX triplet: 55, A6 and 5C. RGB value is (85,166,92). Sum of RGB (Red+Green+Blue) = 85+166+92=343 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.78% from 343); Green value is 166 (65.23% from 255 or 48.40% from 343); Blue value is 92 (36.33% from 255 or 26.82% from 343); Max value from RGB is 166 - color contains mainly: green. Hex color #55A65C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55A65C is #AA59A3. Grayscale: #858585. Windows color (decimal): -11164068 or 6071893. OLE color: 6071893.

HSL color Cylindrical-coordinate representation of color #55A65C: hue angle of 125.19º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #55A65C is Cyan = 0.49, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.35.

Color convert

RGB8516692-
CMYK0.4900.450.35
HSL125.19º32.27%49.22%-
HSV(B)125.19º48.8%65.1%-
XYZ19.3129.9814.89-
YUV133.34104.6693.52-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.78%
GREEN value IS 166 (65.23% from 255) = 48.40%
BLUE value IS 92 (36.33% from 255) = 26.82%
R=24.78%
G=48.40%
B=26.82%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal85166920.4900.450.35125.1932.2749.22
Hex55A65C3102D237d2031
Octal12524613461055431754061
Binary101010110100110101110011000101011011000111111101100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A65C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,166,92); }

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

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

 a { background-color: rgb(85,166,92); }

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

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

 span { border-color: rgb(85,166,92); }

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