#549B4E

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

Shades of Fruit Salad #549B4E

Tints of Fruit Salad #549B4E

Color information

#549B4E (or 0x549B4E) is unknown color: approx Fruit Salad. HEX triplet: 54, 9B and 4E. RGB value is (84,155,78). Sum of RGB (Red+Green+Blue) = 84+155+78=317 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.50% from 317); Green value is 155 (60.94% from 255 or 48.90% from 317); Blue value is 78 (30.86% from 255 or 24.61% from 317); Max value from RGB is 155 - color contains mainly: green. Hex color #549B4E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549B4E is #AB64B1. Grayscale: #7D7D7D. Windows color (decimal): -11232434 or 5151572. OLE color: 5151572.

HSL color Cylindrical-coordinate representation of color #549B4E: hue angle of 115.32º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #549B4E is Cyan = 0.46, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.39.

Color convert

RGB8415578-
CMYK0.4600.500.39
HSL115.32º33.05%45.69%-
HSV(B)115.32º49.68%60.78%-
XYZ16.7525.8811.32-
YUV124.99101.4898.76-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.50%
GREEN value IS 155 (60.94% from 255) = 48.90%
BLUE value IS 78 (30.86% from 255) = 24.61%
R=26.50%
G=48.90%
B=24.61%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal84155780.4600.500.39115.3233.0545.69
Hex549B4E2E0322773212e
Octal12423311656062471634156
Binary101010010011011100111010111001100101001111110011100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,155,78); }

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

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

 a { background-color: rgb(84,155,78); }

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

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

 span { border-color: rgb(84,155,78); }

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