#549B5E

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

Shades of Fruit Salad #549B5E

Tints of Fruit Salad #549B5E

Color information

#549B5E (or 0x549B5E) is unknown color: approx Fruit Salad. HEX triplet: 54, 9B and 5E. RGB value is (84,155,94). Sum of RGB (Red+Green+Blue) = 84+155+94=333 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.23% from 333); Green value is 155 (60.94% from 255 or 46.55% from 333); Blue value is 94 (37.11% from 255 or 28.23% from 333); Max value from RGB is 155 - color contains mainly: green. Hex color #549B5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549B5E is #AB64A1. Grayscale: #7E7E7E. Windows color (decimal): -11232418 or 6200148. OLE color: 6200148.

HSL color Cylindrical-coordinate representation of color #549B5E: hue angle of 128.45º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #549B5E is Cyan = 0.46, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.39.

Color convert

RGB8415594-
CMYK0.4600.390.39
HSL128.45º29.71%46.86%-
HSV(B)128.45º45.81%60.78%-
XYZ17.426.1414.72-
YUV126.82109.4897.46-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.23%
GREEN value IS 155 (60.94% from 255) = 46.55%
BLUE value IS 94 (37.11% from 255) = 28.23%
R=25.23%
G=46.55%
B=28.23%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal84155940.4600.390.39128.4529.7146.86
Hex549B5E2E02727801e2f
Octal12423313656047472003657
Binary101010010011011101111010111001001111001111000000011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,155,94); }

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

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

 a { background-color: rgb(84,155,94); }

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

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

 span { border-color: rgb(84,155,94); }

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