#49B24E

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

Shades of Fruit Salad #49B24E

Tints of Fruit Salad #49B24E

Color information

#49B24E (or 0x49B24E) is unknown color: approx Fruit Salad. HEX triplet: 49, B2 and 4E. RGB value is (73,178,78). Sum of RGB (Red+Green+Blue) = 73+178+78=329 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.19% from 329); Green value is 178 (69.92% from 255 or 54.10% from 329); Blue value is 78 (30.86% from 255 or 23.71% from 329); Max value from RGB is 178 - color contains mainly: green. Hex color #49B24E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49B24E is #B64DB1. Grayscale: #878787. Windows color (decimal): -11947442 or 5157449. OLE color: 5157449.

HSL color Cylindrical-coordinate representation of color #49B24E: hue angle of 122.86º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #49B24E is Cyan = 0.59, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.30.

Color convert

RGB7317878-
CMYK0.5900.560.30
HSL122.86º41.83%49.22%-
HSV(B)122.86º58.99%69.8%-
XYZ20.0433.8112.68-
YUV135.295.7183.63-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.19%
GREEN value IS 178 (69.92% from 255) = 54.10%
BLUE value IS 78 (30.86% from 255) = 23.71%
R=22.19%
G=54.10%
B=23.71%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal73178780.5900.560.30122.8641.8349.22
Hex49B24E3B0381E7b2a31
Octal11126211673070361735261
Binary10010011011001010011101110110111000111101111011101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49B24E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49B24E; }

 p { color: rgb(73,178,78); }

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

<style>
 a { background-color: #49B24E; }

 a { background-color: rgb(73,178,78); }

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

<style>
 span { border-color: #49B24E; }

 span { border-color: rgb(73,178,78); }

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