#549C50

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

Shades of Fruit Salad #549C50

Tints of Fruit Salad #549C50

Color information

#549C50 (or 0x549C50) is unknown color: approx Fruit Salad. HEX triplet: 54, 9C and 50. RGB value is (84,156,80). Sum of RGB (Red+Green+Blue) = 84+156+80=320 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.25% from 320); Green value is 156 (61.33% from 255 or 48.75% from 320); Blue value is 80 (31.64% from 255 or 25% from 320); Max value from RGB is 156 - color contains mainly: green. Hex color #549C50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549C50 is #AB63AF. Grayscale: #7E7E7E. Windows color (decimal): -11232176 or 5282900. OLE color: 5282900.

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

Color convert

RGB8415680-
CMYK0.4600.490.39
HSL116.84º32.2%46.27%-
HSV(B)116.84º48.72%61.18%-
XYZ16.9926.2411.76-
YUV125.81102.1598.18-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.25%
GREEN value IS 156 (61.33% from 255) = 48.75%
BLUE value IS 80 (31.64% from 255) = 25%
R=26.25%
G=48.75%
B=25%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal84156800.4600.490.39116.8432.246.27
Hex549C502E0312775202e
Octal12423412056061471654056
Binary101010010011100101000010111001100011001111110101100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,156,80); }

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

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

 a { background-color: rgb(84,156,80); }

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

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

 span { border-color: rgb(84,156,80); }

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