#549c5a

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

Shades of Fruit Salad #549C5A

Tints of Fruit Salad #549C5A

Color information

#549C5A (or 0x549C5A) is unknown color: approx Fruit Salad. HEX triplet: 54, 9C and 5A. RGB value is (84,156,90). Sum of RGB (Red+Green+Blue) = 84+156+90=330 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.45% from 330); Green value is 156 (61.33% from 255 or 47.27% from 330); Blue value is 90 (35.55% from 255 or 27.27% from 330); Max value from RGB is 156 - color contains mainly: green. Hex color #549C5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549C5A is #AB63A5. Grayscale: #7F7F7F. Windows color (decimal): -11232166 or 5938260. OLE color: 5938260.

HSL color Cylindrical-coordinate representation of color #549C5A: hue angle of 125º 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 #549C5A is Cyan = 0.46, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.39.

Color convert

RGB8415690-
CMYK0.4600.420.39
HSL125º30%47.06%-
HSV(B)125º46.15%61.18%-
XYZ17.3926.413.85-
YUV126.95107.1597.37-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.45%
GREEN value IS 156 (61.33% from 255) = 47.27%
BLUE value IS 90 (35.55% from 255) = 27.27%
R=25.45%
G=47.27%
B=27.27%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal84156900.4600.420.391253047.06
Hex549C5A2E02A277d1e2f
Octal12423413256052471753657
Binary10101001001110010110101011100101010100111111110111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549c5a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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