#549556

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

Shades of Fruit Salad #549556

Tints of Fruit Salad #549556

Color information

#549556 (or 0x549556) is unknown color: approx Fruit Salad. HEX triplet: 54, 95 and 56. RGB value is (84,149,86). Sum of RGB (Red+Green+Blue) = 84+149+86=319 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.33% from 319); Green value is 149 (58.59% from 255 or 46.71% from 319); Blue value is 86 (33.98% from 255 or 26.96% from 319); Max value from RGB is 149 - color contains mainly: green. Hex color #549556 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549556 is #AB6AA9. Grayscale: #7A7A7A. Windows color (decimal): -11233962 or 5674324. OLE color: 5674324.

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

Color convert

RGB8414986-
CMYK0.4400.420.42
HSL121.85º27.9%45.69%-
HSV(B)121.85º43.62%58.43%-
XYZ16.0824.0512.6-
YUV122.38107.47100.62-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.33%
GREEN value IS 149 (58.59% from 255) = 46.71%
BLUE value IS 86 (33.98% from 255) = 26.96%
R=26.33%
G=46.71%
B=26.96%

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
Decimal84149860.4400.420.42121.8527.945.69
Hex5495562C02A2A7a1c2e
Octal12422512654052521723456
Binary10101001001010110101101011000101010101010111101011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549556; }

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

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

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

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

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

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

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

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