#49B24A

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

Shades of Fruit Salad #49B24A

Tints of Fruit Salad #49B24A

Color information

#49B24A (or 0x49B24A) is unknown color: approx Fruit Salad. HEX triplet: 49, B2 and 4A. RGB value is (73,178,74). Sum of RGB (Red+Green+Blue) = 73+178+74=325 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.46% from 325); Green value is 178 (69.92% from 255 or 54.77% from 325); Blue value is 74 (29.30% from 255 or 22.77% from 325); Max value from RGB is 178 - color contains mainly: green. Hex color #49B24A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49B24A is #B64DB5. Grayscale: #878787. Windows color (decimal): -11947446 or 4895305. OLE color: 4895305.

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

Color convert

RGB7317874-
CMYK0.5900.580.30
HSL120.57º41.83%49.22%-
HSV(B)120.57º58.99%69.8%-
XYZ19.933.7511.94-
YUV134.7593.7183.96-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.46%
GREEN value IS 178 (69.92% from 255) = 54.77%
BLUE value IS 74 (29.30% from 255) = 22.77%
R=22.46%
G=54.77%
B=22.77%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal73178740.5900.580.30120.5741.8349.22
Hex49B24A3B03A1E792a31
Octal11126211273072361715261
Binary10010011011001010010101110110111010111101111001101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49B24A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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