#559B4E

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

Shades of Fruit Salad #559B4E

Tints of Fruit Salad #559B4E

Color information

#559B4E (or 0x559B4E) is unknown color: approx Fruit Salad. HEX triplet: 55, 9B and 4E. RGB value is (85,155,78). Sum of RGB (Red+Green+Blue) = 85+155+78=318 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.73% from 318); Green value is 155 (60.94% from 255 or 48.74% from 318); Blue value is 78 (30.86% from 255 or 24.53% from 318); Max value from RGB is 155 - color contains mainly: green. Hex color #559B4E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559B4E is #AA64B1. Grayscale: #7D7D7D. Windows color (decimal): -11166898 or 5151573. OLE color: 5151573.

HSL color Cylindrical-coordinate representation of color #559B4E: hue angle of 114.55º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #559B4E is Cyan = 0.45, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.39.

Color convert

RGB8515578-
CMYK0.4500.500.39
HSL114.55º33.05%45.69%-
HSV(B)114.55º49.68%60.78%-
XYZ16.8425.9211.32-
YUV125.29101.3199.26-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.73%
GREEN value IS 155 (60.94% from 255) = 48.74%
BLUE value IS 78 (30.86% from 255) = 24.53%
R=26.73%
G=48.74%
B=24.53%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal85155780.4500.500.39114.5533.0545.69
Hex559B4E2D0322773212e
Octal12523311655062471634156
Binary101010110011011100111010110101100101001111110011100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,155,78); }

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

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

 a { background-color: rgb(85,155,78); }

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

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

 span { border-color: rgb(85,155,78); }

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