#559554

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

Shades of Fruit Salad #559554

Tints of Fruit Salad #559554

Color information

#559554 (or 0x559554) is unknown color: approx Fruit Salad. HEX triplet: 55, 95 and 54. RGB value is (85,149,84). Sum of RGB (Red+Green+Blue) = 85+149+84=318 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.73% from 318); Green value is 149 (58.59% from 255 or 46.86% from 318); Blue value is 84 (33.20% from 255 or 26.42% from 318); Max value from RGB is 149 - color contains mainly: green. Hex color #559554 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559554 is #AA6AAB. Grayscale: #7A7A7A. Windows color (decimal): -11168428 or 5543253. OLE color: 5543253.

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

Color convert

RGB8514984-
CMYK0.4300.440.42
HSL119.08º27.9%45.69%-
HSV(B)119.08º43.62%58.43%-
XYZ16.0924.0712.18-
YUV122.45106.3101.29-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.73%
GREEN value IS 149 (58.59% from 255) = 46.86%
BLUE value IS 84 (33.20% from 255) = 26.42%
R=26.73%
G=46.86%
B=26.42%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal85149840.4300.440.42119.0827.945.69
Hex5595542B02C2A771c2e
Octal12522512453054521673456
Binary10101011001010110101001010110101100101010111011111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559554; }

 p { color: rgb(85,149,84); }

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

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

 a { background-color: rgb(85,149,84); }

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

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

 span { border-color: rgb(85,149,84); }

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