#549D46

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

Shades of Fruit Salad #549D46

Tints of Fruit Salad #549D46

Color information

#549D46 (or 0x549D46) is unknown color: approx Fruit Salad. HEX triplet: 54, 9D and 46. RGB value is (84,157,70). Sum of RGB (Red+Green+Blue) = 84+157+70=311 (41% of max value = 765). Red value is 84 (33.20% from 255 or 27.01% from 311); Green value is 157 (61.72% from 255 or 50.48% from 311); Blue value is 70 (27.73% from 255 or 22.51% from 311); Max value from RGB is 157 - color contains mainly: green. Hex color #549D46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #549D46 is #AB62B9. Grayscale: #7D7D7D. Windows color (decimal): -11231930 or 4627796. OLE color: 4627796.

HSL color Cylindrical-coordinate representation of color #549D46: hue angle of 110.34º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #549D46 is Cyan = 0.46, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.38.

Color convert

RGB8415770-
CMYK0.4600.550.38
HSL110.34º38.33%44.51%-
HSV(B)110.34º55.41%61.57%-
XYZ16.8226.4410.01-
YUV125.2696.8298.57-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.01%
GREEN value IS 157 (61.72% from 255) = 50.48%
BLUE value IS 70 (27.73% from 255) = 22.51%
R=27.01%
G=50.48%
B=22.51%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal84157700.4600.550.38110.3438.3344.51
Hex549D462E037266e262d
Octal12423510656067461564655
Binary101010010011101100011010111001101111001101101110100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,157,70); }

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

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

 a { background-color: rgb(84,157,70); }

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

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

 span { border-color: rgb(84,157,70); }

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