#49B35A

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

Shades of Fruit Salad #49B35A

Tints of Fruit Salad #49B35A

Color information

#49B35A (or 0x49B35A) is unknown color: approx Fruit Salad. HEX triplet: 49, B3 and 5A. RGB value is (73,179,90). Sum of RGB (Red+Green+Blue) = 73+179+90=342 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.35% from 342); Green value is 179 (70.31% from 255 or 52.34% from 342); Blue value is 90 (35.55% from 255 or 26.32% from 342); Max value from RGB is 179 - color contains mainly: green. Hex color #49B35A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49B35A is #B64CA5. Grayscale: #898989. Windows color (decimal): -11947174 or 5944137. OLE color: 5944137.

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

Color convert

RGB7317990-
CMYK0.5900.500.30
HSL129.62º42.06%49.41%-
HSV(B)129.62º59.22%70.2%-
XYZ20.7134.3915.22-
YUV137.16101.3882.24-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.35%
GREEN value IS 179 (70.31% from 255) = 52.34%
BLUE value IS 90 (35.55% from 255) = 26.32%
R=21.35%
G=52.34%
B=26.32%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal73179900.5900.500.30129.6242.0649.41
Hex49B35A3B0321E822a31
Octal11126313273062362025261
Binary100100110110011101101011101101100101111010000010101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49B35A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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