#549F5A

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

Shades of Fruit Salad #549F5A

Tints of Fruit Salad #549F5A

Color information

#549F5A (or 0x549F5A) is unknown color: approx Fruit Salad. HEX triplet: 54, 9F and 5A. RGB value is (84,159,90). Sum of RGB (Red+Green+Blue) = 84+159+90=333 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.23% from 333); Green value is 159 (62.5% from 255 or 47.75% from 333); Blue value is 90 (35.55% from 255 or 27.03% from 333); Max value from RGB is 159 - color contains mainly: green. Hex color #549F5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549F5A is #AB60A5. Grayscale: #808080. Windows color (decimal): -11231398 or 5939028. OLE color: 5939028.

HSL color Cylindrical-coordinate representation of color #549F5A: hue angle of 124.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 #549F5A is Cyan = 0.47, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.38.

Color convert

RGB8415990-
CMYK0.4700.430.38
HSL124.8º30.86%47.65%-
HSV(B)124.8º47.17%62.35%-
XYZ17.927.4214.02-
YUV128.71106.1596.11-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.23%
GREEN value IS 159 (62.5% from 255) = 47.75%
BLUE value IS 90 (35.55% from 255) = 27.03%
R=25.23%
G=47.75%
B=27.03%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal84159900.4700.430.38124.830.8647.65
Hex549F5A2F02B267d1f30
Octal12423713257053461753760
Binary10101001001111110110101011110101011100110111110111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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