#55A561

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

Shades of Fruit Salad #55A561

Tints of Fruit Salad #55A561

Color information

#55A561 (or 0x55A561) is unknown color: approx Fruit Salad. HEX triplet: 55, A5 and 61. RGB value is (85,165,97). Sum of RGB (Red+Green+Blue) = 85+165+97=347 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.50% from 347); Green value is 165 (64.84% from 255 or 47.55% from 347); Blue value is 97 (38.28% from 255 or 27.95% from 347); Max value from RGB is 165 - color contains mainly: green. Hex color #55A561 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55A561 is #AA5A9E. Grayscale: #858585. Windows color (decimal): -11164319 or 6399317. OLE color: 6399317.

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

Color convert

RGB8516597-
CMYK0.4800.410.35
HSL129º32%49.02%-
HSV(B)129º48.48%64.71%-
XYZ19.3629.716.02-
YUV133.33107.593.53-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.50%
GREEN value IS 165 (64.84% from 255) = 47.55%
BLUE value IS 97 (38.28% from 255) = 27.95%
R=24.50%
G=47.55%
B=27.95%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal85165970.4800.410.351293249.02
Hex55A5613002923812031
Octal12524514160051432014061
Binary1010101101001011100001110000010100110001110000001100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,165,97); }

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

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

 a { background-color: rgb(85,165,97); }

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

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

 span { border-color: rgb(85,165,97); }

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