#559A44

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

Shades of Fruit Salad #559A44

Tints of Fruit Salad #559A44

Color information

#559A44 (or 0x559A44) is unknown color: approx Fruit Salad. HEX triplet: 55, 9A and 44. RGB value is (85,154,68). Sum of RGB (Red+Green+Blue) = 85+154+68=307 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.69% from 307); Green value is 154 (60.55% from 255 or 50.16% from 307); Blue value is 68 (26.95% from 255 or 22.15% from 307); Max value from RGB is 154 - color contains mainly: green. Hex color #559A44 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #559A44 is #AA65BB. Grayscale: #7B7B7B. Windows color (decimal): -11167164 or 4495957. OLE color: 4495957.

HSL color Cylindrical-coordinate representation of color #559A44: hue angle of 108.14º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #559A44 is Cyan = 0.45, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.40.

Color convert

RGB8515468-
CMYK0.4500.560.40
HSL108.14º38.74%43.53%-
HSV(B)108.14º55.84%60.39%-
XYZ16.3525.469.52-
YUV123.5696.64100.49-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.69%
GREEN value IS 154 (60.55% from 255) = 50.16%
BLUE value IS 68 (26.95% from 255) = 22.15%
R=27.69%
G=50.16%
B=22.15%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal85154680.4500.560.40108.1438.7443.53
Hex559A442D038286c272c
Octal12523210455070501544754
Binary101010110011010100010010110101110001010001101100100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,154,68); }

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

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

 a { background-color: rgb(85,154,68); }

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

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

 span { border-color: rgb(85,154,68); }

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