#59A650

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

Shades of Fruit Salad #59A650

Tints of Fruit Salad #59A650

Color information

#59A650 (or 0x59A650) is unknown color: approx Fruit Salad. HEX triplet: 59, A6 and 50. RGB value is (89,166,80). Sum of RGB (Red+Green+Blue) = 89+166+80=335 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.57% from 335); Green value is 166 (65.23% from 255 or 49.55% from 335); Blue value is 80 (31.64% from 255 or 23.88% from 335); Max value from RGB is 166 - color contains mainly: green. Hex color #59A650 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59A650 is #A659AF. Grayscale: #858585. Windows color (decimal): -10901936 or 5285465. OLE color: 5285465.

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

Color convert

RGB8916680-
CMYK0.4600.520.35
HSL113.72º34.96%48.24%-
HSV(B)113.72º51.81%65.1%-
XYZ19.229.9812.36-
YUV133.1797.9996.49-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.57%
GREEN value IS 166 (65.23% from 255) = 49.55%
BLUE value IS 80 (31.64% from 255) = 23.88%
R=26.57%
G=49.55%
B=23.88%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal89166800.4600.520.35113.7234.9648.24
Hex59A6502E03423722330
Octal13124612056064431624360
Binary101100110100110101000010111001101001000111110010100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59A650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,166,80); }

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

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

 a { background-color: rgb(89,166,80); }

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

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

 span { border-color: rgb(89,166,80); }

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