#59A55D

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

Shades of Fruit Salad #59A55D

Tints of Fruit Salad #59A55D

Color information

#59A55D (or 0x59A55D) is unknown color: approx Fruit Salad. HEX triplet: 59, A5 and 5D. RGB value is (89,165,93). Sum of RGB (Red+Green+Blue) = 89+165+93=347 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.65% from 347); Green value is 165 (64.84% from 255 or 47.55% from 347); Blue value is 93 (36.72% from 255 or 26.80% from 347); Max value from RGB is 165 - color contains mainly: green. Hex color #59A55D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59A55D is #A65AA2. Grayscale: #868686. Windows color (decimal): -10902179 or 6137177. OLE color: 6137177.

HSL color Cylindrical-coordinate representation of color #59A55D: hue angle of 123.16º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #59A55D is Cyan = 0.46, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.35.

Color convert

RGB8916593-
CMYK0.4600.440.35
HSL123.16º29.92%49.8%-
HSV(B)123.16º46.06%64.71%-
XYZ19.5529.8215.08-
YUV134.07104.8295.85-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.65%
GREEN value IS 165 (64.84% from 255) = 47.55%
BLUE value IS 93 (36.72% from 255) = 26.80%
R=25.65%
G=47.55%
B=26.80%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal89165930.4600.440.35123.1629.9249.8
Hex59A55D2E02C237b1e32
Octal13124513556054431733662
Binary10110011010010110111011011100101100100011111101111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59A55D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,165,93); }

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

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

 a { background-color: rgb(89,165,93); }

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

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

 span { border-color: rgb(89,165,93); }

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