#59A258

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

Shades of Fruit Salad #59A258

Tints of Fruit Salad #59A258

Color information

#59A258 (or 0x59A258) is unknown color: approx Fruit Salad. HEX triplet: 59, A2 and 58. RGB value is (89,162,88). Sum of RGB (Red+Green+Blue) = 89+162+88=339 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.25% from 339); Green value is 162 (63.67% from 255 or 47.79% from 339); Blue value is 88 (34.77% from 255 or 25.96% from 339); Max value from RGB is 162 - color contains mainly: green. Hex color #59A258 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59A258 is #A65DA7. Grayscale: #838383. Windows color (decimal): -10902952 or 5808729. OLE color: 5808729.

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

Color convert

RGB8916288-
CMYK0.4500.460.36
HSL119.19º29.6%49.02%-
HSV(B)119.19º45.68%63.53%-
XYZ18.828.6713.78-
YUV131.74103.3297.52-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.25%
GREEN value IS 162 (63.67% from 255) = 47.79%
BLUE value IS 88 (34.77% from 255) = 25.96%
R=26.25%
G=47.79%
B=25.96%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal89162880.4500.460.36119.1929.649.02
Hex59A2582D02E24771e31
Octal13124213055056441673661
Binary10110011010001010110001011010101110100100111011111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59A258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,162,88); }

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

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

 a { background-color: rgb(89,162,88); }

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

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

 span { border-color: rgb(89,162,88); }

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