#549359

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

Shades of Fruit Salad #549359

Tints of Fruit Salad #549359

Color information

#549359 (or 0x549359) is unknown color: approx Fruit Salad. HEX triplet: 54, 93 and 59. RGB value is (84,147,89). Sum of RGB (Red+Green+Blue) = 84+147+89=320 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.25% from 320); Green value is 147 (57.81% from 255 or 45.94% from 320); Blue value is 89 (35.16% from 255 or 27.81% from 320); Max value from RGB is 147 - color contains mainly: green. Hex color #549359 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549359 is #AB6CA6. Grayscale: #797979. Windows color (decimal): -11234471 or 5870420. OLE color: 5870420.

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

Color convert

RGB8414789-
CMYK0.4300.390.42
HSL124.76º27.27%45.29%-
HSV(B)124.76º42.86%57.65%-
XYZ15.8923.4713.14-
YUV121.55109.63101.22-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.25%
GREEN value IS 147 (57.81% from 255) = 45.94%
BLUE value IS 89 (35.16% from 255) = 27.81%
R=26.25%
G=45.94%
B=27.81%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal84147890.4300.390.42124.7627.2745.29
Hex5493592B0272A7d1b2d
Octal12422313153047521753355
Binary10101001001001110110011010110100111101010111110111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549359; }

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

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

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

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

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

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

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

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