#49B24D

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

Shades of Fruit Salad #49B24D

Tints of Fruit Salad #49B24D

Color information

#49B24D (or 0x49B24D) is unknown color: approx Fruit Salad. HEX triplet: 49, B2 and 4D. RGB value is (73,178,77). Sum of RGB (Red+Green+Blue) = 73+178+77=328 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.26% from 328); Green value is 178 (69.92% from 255 or 54.27% from 328); Blue value is 77 (30.47% from 255 or 23.48% from 328); Max value from RGB is 178 - color contains mainly: green. Hex color #49B24D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49B24D is #B64DB2. Grayscale: #878787. Windows color (decimal): -11947443 or 5091913. OLE color: 5091913.

HSL color Cylindrical-coordinate representation of color #49B24D: hue angle of 122.29º 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 #49B24D is Cyan = 0.59, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.30.

Color convert

RGB7317877-
CMYK0.5900.570.30
HSL122.29º41.83%49.22%-
HSV(B)122.29º58.99%69.8%-
XYZ20.0133.7912.49-
YUV135.0995.2183.71-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.26%
GREEN value IS 178 (69.92% from 255) = 54.27%
BLUE value IS 77 (30.47% from 255) = 23.48%
R=22.26%
G=54.27%
B=23.48%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal73178770.5900.570.30122.2941.8349.22
Hex49B24D3B0391E7a2a31
Octal11126211573071361725261
Binary10010011011001010011011110110111001111101111010101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49B24D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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