#59AA53

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

Shades of Fruit Salad #59AA53

Tints of Fruit Salad #59AA53

Color information

#59AA53 (or 0x59AA53) is unknown color: approx Fruit Salad. HEX triplet: 59, AA and 53. RGB value is (89,170,83). Sum of RGB (Red+Green+Blue) = 89+170+83=342 (45% of max value = 765). Red value is 89 (35.16% from 255 or 26.02% from 342); Green value is 170 (66.80% from 255 or 49.71% from 342); Blue value is 83 (32.81% from 255 or 24.27% from 342); Max value from RGB is 170 - color contains mainly: green. Hex color #59AA53 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59AA53 is #A655AC. Grayscale: #888888. Windows color (decimal): -10900909 or 5483097. OLE color: 5483097.

HSL color Cylindrical-coordinate representation of color #59AA53: hue angle of 115.86º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #59AA53 is Cyan = 0.48, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.33.

Color convert

RGB8917083-
CMYK0.4800.510.33
HSL115.86º34.39%49.61%-
HSV(B)115.86º51.18%66.67%-
XYZ20.0631.513.21-
YUV135.8698.1694.57-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.02%
GREEN value IS 170 (66.80% from 255) = 49.71%
BLUE value IS 83 (32.81% from 255) = 24.27%
R=26.02%
G=49.71%
B=24.27%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal89170830.4800.510.33115.8634.3949.61
Hex59AA533003321742232
Octal13125212360063411644262
Binary101100110101010101001111000001100111000011110100100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59AA53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59AA53; }

 p { color: rgb(89,170,83); }

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

<style>
 a { background-color: #59AA53; }

 a { background-color: rgb(89,170,83); }

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

<style>
 span { border-color: #59AA53; }

 span { border-color: rgb(89,170,83); }

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