#549C41

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

Shades of Fruit Salad #549C41

Tints of Fruit Salad #549C41

Color information

#549C41 (or 0x549C41) is unknown color: approx Fruit Salad. HEX triplet: 54, 9C and 41. RGB value is (84,156,65). Sum of RGB (Red+Green+Blue) = 84+156+65=305 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.54% from 305); Green value is 156 (61.33% from 255 or 51.15% from 305); Blue value is 65 (25.78% from 255 or 21.31% from 305); Max value from RGB is 156 - color contains mainly: green. Hex color #549C41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #549C41 is #AB63BE. Grayscale: #7C7C7C. Windows color (decimal): -11232191 or 4299860. OLE color: 4299860.

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

Color convert

RGB8415665-
CMYK0.4600.580.39
HSL107.47º41.18%43.33%-
HSV(B)107.47º58.33%61.18%-
XYZ16.526.049.16-
YUV124.194.6599.4-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.54%
GREEN value IS 156 (61.33% from 255) = 51.15%
BLUE value IS 65 (25.78% from 255) = 21.31%
R=27.54%
G=51.15%
B=21.31%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal84156650.4600.580.39107.4741.1843.33
Hex549C412E03A276b292b
Octal12423410156072471535153
Binary101010010011100100000110111001110101001111101011101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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