#549455

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

Shades of Fruit Salad #549455

Tints of Fruit Salad #549455

Color information

#549455 (or 0x549455) is unknown color: approx Fruit Salad. HEX triplet: 54, 94 and 55. RGB value is (84,148,85). Sum of RGB (Red+Green+Blue) = 84+148+85=317 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.50% from 317); Green value is 148 (58.20% from 255 or 46.69% from 317); Blue value is 85 (33.59% from 255 or 26.81% from 317); Max value from RGB is 148 - color contains mainly: green. Hex color #549455 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549455 is #AB6BAA. Grayscale: #797979. Windows color (decimal): -11234219 or 5608532. OLE color: 5608532.

HSL color Cylindrical-coordinate representation of color #549455: hue angle of 120.94º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #549455 is Cyan = 0.43, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.42.

Color convert

RGB8414885-
CMYK0.4300.430.42
HSL120.94º27.59%45.49%-
HSV(B)120.94º43.24%58.04%-
XYZ15.8923.7212.34-
YUV121.68107.3101.12-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.50%
GREEN value IS 148 (58.20% from 255) = 46.69%
BLUE value IS 85 (33.59% from 255) = 26.81%
R=26.50%
G=46.69%
B=26.81%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal84148850.4300.430.42120.9427.5945.49
Hex5494552B02B2A791c2d
Octal12422412553053521713455
Binary10101001001010010101011010110101011101010111100111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549455; }

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

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

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

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

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

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

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

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