#549F55

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

Shades of Fruit Salad #549F55

Tints of Fruit Salad #549F55

Color information

#549F55 (or 0x549F55) is unknown color: approx Fruit Salad. HEX triplet: 54, 9F and 55. RGB value is (84,159,85). Sum of RGB (Red+Green+Blue) = 84+159+85=328 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.61% from 328); Green value is 159 (62.5% from 255 or 48.48% from 328); Blue value is 85 (33.59% from 255 or 25.91% from 328); Max value from RGB is 159 - color contains mainly: green. Hex color #549F55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549F55 is #AB60AA. Grayscale: #808080. Windows color (decimal): -11231403 or 5611348. OLE color: 5611348.

HSL color Cylindrical-coordinate representation of color #549F55: hue angle of 120.8º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #549F55 is Cyan = 0.47, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.38.

Color convert

RGB8415985-
CMYK0.4700.470.38
HSL120.8º30.86%47.65%-
HSV(B)120.8º47.17%62.35%-
XYZ17.6927.3412.94-
YUV128.14103.6596.52-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.61%
GREEN value IS 159 (62.5% from 255) = 48.48%
BLUE value IS 85 (33.59% from 255) = 25.91%
R=25.61%
G=48.48%
B=25.91%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal84159850.4700.470.38120.830.8647.65
Hex549F552F02F26791f30
Octal12423712557057461713760
Binary10101001001111110101011011110101111100110111100111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549F55; }

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

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

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

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

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

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

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

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