#559F50

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

Shades of Fruit Salad #559F50

Tints of Fruit Salad #559F50

Color information

#559F50 (or 0x559F50) is unknown color: approx Fruit Salad. HEX triplet: 55, 9F and 50. RGB value is (85,159,80). Sum of RGB (Red+Green+Blue) = 85+159+80=324 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.23% from 324); Green value is 159 (62.5% from 255 or 49.07% from 324); Blue value is 80 (31.64% from 255 or 24.69% from 324); Max value from RGB is 159 - color contains mainly: green. Hex color #559F50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559F50 is #AA60AF. Grayscale: #808080. Windows color (decimal): -11165872 or 5283669. OLE color: 5283669.

HSL color Cylindrical-coordinate representation of color #559F50: hue angle of 116.2º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #559F50 is Cyan = 0.47, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.38.

Color convert

RGB8515980-
CMYK0.4700.500.38
HSL116.2º33.05%46.86%-
HSV(B)116.2º49.69%62.35%-
XYZ17.5927.3111.93-
YUV127.87100.9897.42-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.23%
GREEN value IS 159 (62.5% from 255) = 49.07%
BLUE value IS 80 (31.64% from 255) = 24.69%
R=26.23%
G=49.07%
B=24.69%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal85159800.4700.500.38116.233.0546.86
Hex559F502F0322674212f
Octal12523712057062461644157
Binary101010110011111101000010111101100101001101110100100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559F50; }

 p { color: rgb(85,159,80); }

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

<style>
 a { background-color: #559F50; }

 a { background-color: rgb(85,159,80); }

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

<style>
 span { border-color: #559F50; }

 span { border-color: rgb(85,159,80); }

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