#549756

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

Shades of Fruit Salad #549756

Tints of Fruit Salad #549756

Color information

#549756 (or 0x549756) is unknown color: approx Fruit Salad. HEX triplet: 54, 97 and 56. RGB value is (84,151,86). Sum of RGB (Red+Green+Blue) = 84+151+86=321 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.17% from 321); Green value is 151 (59.38% from 255 or 47.04% from 321); Blue value is 86 (33.98% from 255 or 26.79% from 321); Max value from RGB is 151 - color contains mainly: green. Hex color #549756 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549756 is #AB68A9. Grayscale: #7B7B7B. Windows color (decimal): -11233450 or 5674836. OLE color: 5674836.

HSL color Cylindrical-coordinate representation of color #549756: hue angle of 121.79º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #549756 is Cyan = 0.44, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.41.

Color convert

RGB8415186-
CMYK0.4400.430.41
HSL121.79º28.51%46.08%-
HSV(B)121.79º44.37%59.22%-
XYZ16.424.6912.71-
YUV123.56106.899.79-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.17%
GREEN value IS 151 (59.38% from 255) = 47.04%
BLUE value IS 86 (33.98% from 255) = 26.79%
R=26.17%
G=47.04%
B=26.79%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal84151860.4400.430.41121.7928.5146.08
Hex5497562C02B297a1d2e
Octal12422712654053511723556
Binary10101001001011110101101011000101011101001111101011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549756; }

 p { color: rgb(84,151,86); }

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

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

 a { background-color: rgb(84,151,86); }

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

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

 span { border-color: rgb(84,151,86); }

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