#549F4A

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

Shades of Fruit Salad #549F4A

Tints of Fruit Salad #549F4A

Color information

#549F4A (or 0x549F4A) is unknown color: approx Fruit Salad. HEX triplet: 54, 9F and 4A. RGB value is (84,159,74). Sum of RGB (Red+Green+Blue) = 84+159+74=317 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.50% from 317); Green value is 159 (62.5% from 255 or 50.16% from 317); Blue value is 74 (29.30% from 255 or 23.34% from 317); Max value from RGB is 159 - color contains mainly: green. Hex color #549F4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #549F4A is #AB60B5. Grayscale: #7F7F7F. Windows color (decimal): -11231414 or 4890452. OLE color: 4890452.

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

Color convert

RGB8415974-
CMYK0.4700.530.38
HSL112.94º36.48%45.69%-
HSV(B)112.94º53.46%62.35%-
XYZ17.2927.1810.81-
YUV126.8898.1597.41-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.50%
GREEN value IS 159 (62.5% from 255) = 50.16%
BLUE value IS 74 (29.30% from 255) = 23.34%
R=26.50%
G=50.16%
B=23.34%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal84159740.4700.530.38112.9436.4845.69
Hex549F4A2F0352671242e
Octal12423711257065461614456
Binary101010010011111100101010111101101011001101110001100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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