#49A24F

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

Shades of Fruit Salad #49A24F

Tints of Fruit Salad #49A24F

Color information

#49A24F (or 0x49A24F) is unknown color: approx Fruit Salad. HEX triplet: 49, A2 and 4F. RGB value is (73,162,79). Sum of RGB (Red+Green+Blue) = 73+162+79=314 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.25% from 314); Green value is 162 (63.67% from 255 or 51.59% from 314); Blue value is 79 (31.25% from 255 or 25.16% from 314); Max value from RGB is 162 - color contains mainly: green. Hex color #49A24F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A24F is #B65DB0. Grayscale: #7E7E7E. Windows color (decimal): -11951537 or 5218889. OLE color: 5218889.

HSL color Cylindrical-coordinate representation of color #49A24F: hue angle of 124.04º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #49A24F is Cyan = 0.55, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.36.

Color convert

RGB7316279-
CMYK0.5500.510.36
HSL124.04º37.87%46.08%-
HSV(B)124.04º54.94%63.53%-
XYZ17.0827.8211.87-
YUV125.93101.5190.25-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.25%
GREEN value IS 162 (63.67% from 255) = 51.59%
BLUE value IS 79 (31.25% from 255) = 25.16%
R=23.25%
G=51.59%
B=25.16%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal73162790.5500.510.36124.0437.8746.08
Hex49A24F37033247c262e
Octal11124211767063441744656
Binary100100110100010100111111011101100111001001111100100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A24F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,162,79); }

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

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

 a { background-color: rgb(73,162,79); }

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

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

 span { border-color: rgb(73,162,79); }

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