#549557

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

Shades of Fruit Salad #549557

Tints of Fruit Salad #549557

Color information

#549557 (or 0x549557) is unknown color: approx Fruit Salad. HEX triplet: 54, 95 and 57. RGB value is (84,149,87). Sum of RGB (Red+Green+Blue) = 84+149+87=320 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.25% from 320); Green value is 149 (58.59% from 255 or 46.56% from 320); Blue value is 87 (34.38% from 255 or 27.19% from 320); Max value from RGB is 149 - color contains mainly: green. Hex color #549557 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549557 is #AB6AA8. Grayscale: #7A7A7A. Windows color (decimal): -11233961 or 5739860. OLE color: 5739860.

HSL color Cylindrical-coordinate representation of color #549557: hue angle of 122.77º 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 #549557 is Cyan = 0.44, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.42.

Color convert

RGB8414987-
CMYK0.4400.420.42
HSL122.77º27.9%45.69%-
HSV(B)122.77º43.62%58.43%-
XYZ16.1224.0712.81-
YUV122.5107.97100.54-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.25%
GREEN value IS 149 (58.59% from 255) = 46.56%
BLUE value IS 87 (34.38% from 255) = 27.19%
R=26.25%
G=46.56%
B=27.19%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal84149870.4400.420.42122.7727.945.69
Hex5495572C02A2A7b1c2e
Octal12422512754052521733456
Binary10101001001010110101111011000101010101010111101111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549557; }

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

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

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

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

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

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

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

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