#549F4D

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

Shades of Fruit Salad #549F4D

Tints of Fruit Salad #549F4D

Color information

#549F4D (or 0x549F4D) is unknown color: approx Fruit Salad. HEX triplet: 54, 9F and 4D. RGB value is (84,159,77). Sum of RGB (Red+Green+Blue) = 84+159+77=320 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.25% from 320); Green value is 159 (62.5% from 255 or 49.69% from 320); Blue value is 77 (30.47% from 255 or 24.06% from 320); Max value from RGB is 159 - color contains mainly: green. Hex color #549F4D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549F4D is #AB60B2. Grayscale: #7F7F7F. Windows color (decimal): -11231411 or 5087060. OLE color: 5087060.

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

Color convert

RGB8415977-
CMYK0.4700.520.38
HSL114.88º34.75%46.27%-
HSV(B)114.88º51.57%62.35%-
XYZ17.3927.2211.36-
YUV127.2399.6597.17-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.25%
GREEN value IS 159 (62.5% from 255) = 49.69%
BLUE value IS 77 (30.47% from 255) = 24.06%
R=26.25%
G=49.69%
B=24.06%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal84159770.4700.520.38114.8834.7546.27
Hex549F4D2F0342673232e
Octal12423711557064461634356
Binary101010010011111100110110111101101001001101110011100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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