#549C5D

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

Shades of Fruit Salad #549C5D

Tints of Fruit Salad #549C5D

Color information

#549C5D (or 0x549C5D) is unknown color: approx Fruit Salad. HEX triplet: 54, 9C and 5D. RGB value is (84,156,93). Sum of RGB (Red+Green+Blue) = 84+156+93=333 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.23% from 333); Green value is 156 (61.33% from 255 or 46.85% from 333); Blue value is 93 (36.72% from 255 or 27.93% from 333); Max value from RGB is 156 - color contains mainly: green. Hex color #549C5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549C5D is #AB63A2. Grayscale: #7F7F7F. Windows color (decimal): -11232163 or 6134868. OLE color: 6134868.

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

Color convert

RGB8415693-
CMYK0.4600.400.39
HSL127.5º30%47.06%-
HSV(B)127.5º46.15%61.18%-
XYZ17.5226.4514.54-
YUV127.29108.6597.12-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.23%
GREEN value IS 156 (61.33% from 255) = 46.85%
BLUE value IS 93 (36.72% from 255) = 27.93%
R=25.23%
G=46.85%
B=27.93%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal84156930.4600.400.39127.53047.06
Hex549C5D2E02827801e2f
Octal12423413556050472003657
Binary101010010011100101110110111001010001001111000000011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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