#49B15A

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

Shades of Fruit Salad #49B15A

Tints of Fruit Salad #49B15A

Color information

#49B15A (or 0x49B15A) is unknown color: approx Fruit Salad. HEX triplet: 49, B1 and 5A. RGB value is (73,177,90). Sum of RGB (Red+Green+Blue) = 73+177+90=340 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.47% from 340); Green value is 177 (69.53% from 255 or 52.06% from 340); Blue value is 90 (35.55% from 255 or 26.47% from 340); Max value from RGB is 177 - color contains mainly: green. Hex color #49B15A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49B15A is #B64EA5. Grayscale: #888888. Windows color (decimal): -11947686 or 5943625. OLE color: 5943625.

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

Color convert

RGB7317790-
CMYK0.5900.490.31
HSL129.81º41.6%49.02%-
HSV(B)129.81º58.76%69.41%-
XYZ20.3233.615.09-
YUV135.99102.0483.07-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.47%
GREEN value IS 177 (69.53% from 255) = 52.06%
BLUE value IS 90 (35.55% from 255) = 26.47%
R=21.47%
G=52.06%
B=26.47%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal73177900.5900.490.31129.8141.649.02
Hex49B15A3B0311F822a31
Octal11126113273061372025261
Binary100100110110001101101011101101100011111110000010101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49B15A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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