#549459

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

Shades of Fruit Salad #549459

Tints of Fruit Salad #549459

Color information

#549459 (or 0x549459) is unknown color: approx Fruit Salad. HEX triplet: 54, 94 and 59. RGB value is (84,148,89). Sum of RGB (Red+Green+Blue) = 84+148+89=321 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.17% from 321); Green value is 148 (58.20% from 255 or 46.11% from 321); Blue value is 89 (35.16% from 255 or 27.73% from 321); Max value from RGB is 148 - color contains mainly: green. Hex color #549459 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549459 is #AB6BA6. Grayscale: #7A7A7A. Windows color (decimal): -11234215 or 5870676. OLE color: 5870676.

HSL color Cylindrical-coordinate representation of color #549459: hue angle of 124.69º 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 #549459 is Cyan = 0.43, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB8414889-
CMYK0.4300.400.42
HSL124.69º27.59%45.49%-
HSV(B)124.69º43.24%58.04%-
XYZ16.0523.7913.2-
YUV122.14109.3100.8-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.17%
GREEN value IS 148 (58.20% from 255) = 46.11%
BLUE value IS 89 (35.16% from 255) = 27.73%
R=26.17%
G=46.11%
B=27.73%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal84148890.4300.400.42124.6927.5945.49
Hex5494592B0282A7d1c2d
Octal12422413153050521753455
Binary10101001001010010110011010110101000101010111110111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549459; }

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

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

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

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

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

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

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

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