#59A255

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

Shades of Fruit Salad #59A255

Tints of Fruit Salad #59A255

Color information

#59A255 (or 0x59A255) is unknown color: approx Fruit Salad. HEX triplet: 59, A2 and 55. RGB value is (89,162,85). Sum of RGB (Red+Green+Blue) = 89+162+85=336 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.49% from 336); Green value is 162 (63.67% from 255 or 48.21% from 336); Blue value is 85 (33.59% from 255 or 25.30% from 336); Max value from RGB is 162 - color contains mainly: green. Hex color #59A255 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59A255 is #A65DAA. Grayscale: #838383. Windows color (decimal): -10902955 or 5612121. OLE color: 5612121.

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

Color convert

RGB8916285-
CMYK0.4500.480.36
HSL116.88º31.17%48.43%-
HSV(B)116.88º47.53%63.53%-
XYZ18.6828.6213.13-
YUV131.4101.8297.76-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.49%
GREEN value IS 162 (63.67% from 255) = 48.21%
BLUE value IS 85 (33.59% from 255) = 25.30%
R=26.49%
G=48.21%
B=25.30%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal89162850.4500.480.36116.8831.1748.43
Hex59A2552D03024751f30
Octal13124212555060441653760
Binary10110011010001010101011011010110000100100111010111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59A255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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