#559D56

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

Shades of Fruit Salad #559D56

Tints of Fruit Salad #559D56

Color information

#559D56 (or 0x559D56) is unknown color: approx Fruit Salad. HEX triplet: 55, 9D and 56. RGB value is (85,157,86). Sum of RGB (Red+Green+Blue) = 85+157+86=328 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.91% from 328); Green value is 157 (61.72% from 255 or 47.87% from 328); Blue value is 86 (33.98% from 255 or 26.22% from 328); Max value from RGB is 157 - color contains mainly: green. Hex color #559D56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559D56 is #AA62A9. Grayscale: #7F7F7F. Windows color (decimal): -11166378 or 5676373. OLE color: 5676373.

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

Color convert

RGB8515786-
CMYK0.4600.450.38
HSL120.83º29.75%47.45%-
HSV(B)120.83º45.86%61.57%-
XYZ17.4826.7213.04-
YUV127.38104.6597.77-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.91%
GREEN value IS 157 (61.72% from 255) = 47.87%
BLUE value IS 86 (33.98% from 255) = 26.22%
R=25.91%
G=47.87%
B=26.22%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal85157860.4600.450.38120.8329.7547.45
Hex559D562E02D26791e2f
Octal12523512656055461713657
Binary10101011001110110101101011100101101100110111100111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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