#559656

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

Shades of Fruit Salad #559656

Tints of Fruit Salad #559656

Color information

#559656 (or 0x559656) is unknown color: approx Fruit Salad. HEX triplet: 55, 96 and 56. RGB value is (85,150,86). Sum of RGB (Red+Green+Blue) = 85+150+86=321 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.48% from 321); Green value is 150 (58.98% from 255 or 46.73% from 321); Blue value is 86 (33.98% from 255 or 26.79% from 321); Max value from RGB is 150 - color contains mainly: green. Hex color #559656 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559656 is #AA69A9. Grayscale: #7B7B7B. Windows color (decimal): -11168170 or 5674581. OLE color: 5674581.

HSL color Cylindrical-coordinate representation of color #559656: hue angle of 120.92º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #559656 is Cyan = 0.43, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.41.

Color convert

RGB8515086-
CMYK0.4300.430.41
HSL120.92º27.66%46.08%-
HSV(B)120.92º43.33%58.82%-
XYZ16.3324.4212.66-
YUV123.27106.97100.7-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.48%
GREEN value IS 150 (58.98% from 255) = 46.73%
BLUE value IS 86 (33.98% from 255) = 26.79%
R=26.48%
G=46.73%
B=26.79%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal85150860.4300.430.41120.9227.6646.08
Hex5596562B02B29791c2e
Octal12522612653053511713456
Binary10101011001011010101101010110101011101001111100111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559656; }

 p { color: rgb(85,150,86); }

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

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

 a { background-color: rgb(85,150,86); }

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

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

 span { border-color: rgb(85,150,86); }

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