#49B25A

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

Shades of Fruit Salad #49B25A

Tints of Fruit Salad #49B25A

Color information

#49B25A (or 0x49B25A) is unknown color: approx Fruit Salad. HEX triplet: 49, B2 and 5A. RGB value is (73,178,90). Sum of RGB (Red+Green+Blue) = 73+178+90=341 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.41% from 341); Green value is 178 (69.92% from 255 or 52.20% from 341); Blue value is 90 (35.55% from 255 or 26.39% from 341); Max value from RGB is 178 - color contains mainly: green. Hex color #49B25A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49B25A is #B64DA5. Grayscale: #888888. Windows color (decimal): -11947430 or 5943881. OLE color: 5943881.

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

Color convert

RGB7317890-
CMYK0.5900.490.30
HSL129.71º41.83%49.22%-
HSV(B)129.71º58.99%69.8%-
XYZ20.513415.15-
YUV136.57101.7182.66-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.41%
GREEN value IS 178 (69.92% from 255) = 52.20%
BLUE value IS 90 (35.55% from 255) = 26.39%
R=21.41%
G=52.20%
B=26.39%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal73178900.5900.490.30129.7141.8349.22
Hex49B25A3B0311E822a31
Octal11126213273061362025261
Binary100100110110010101101011101101100011111010000010101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49B25A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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