#59A360

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

Shades of Fruit Salad #59A360

Tints of Fruit Salad #59A360

Color information

#59A360 (or 0x59A360) is unknown color: approx Fruit Salad. HEX triplet: 59, A3 and 60. RGB value is (89,163,96). Sum of RGB (Red+Green+Blue) = 89+163+96=348 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.57% from 348); Green value is 163 (64.06% from 255 or 46.84% from 348); Blue value is 96 (37.89% from 255 or 27.59% from 348); Max value from RGB is 163 - color contains mainly: green. Hex color #59A360 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59A360 is #A65C9F. Grayscale: #858585. Windows color (decimal): -10902688 or 6333273. OLE color: 6333273.

HSL color Cylindrical-coordinate representation of color #59A360: hue angle of 125.68º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #59A360 is Cyan = 0.45, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB8916396-
CMYK0.4500.410.36
HSL125.68º29.37%49.41%-
HSV(B)125.68º45.4%63.92%-
XYZ19.3329.1615.68-
YUV133.24106.9896.45-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.57%
GREEN value IS 163 (64.06% from 255) = 46.84%
BLUE value IS 96 (37.89% from 255) = 27.59%
R=25.57%
G=46.84%
B=27.59%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal89163960.4500.410.36125.6829.3749.41
Hex59A3602D029247e1d31
Octal13124314055051441763561
Binary10110011010001111000001011010101001100100111111011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59A360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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