#49a44c

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

Shades of Fruit Salad #49A44C

Tints of Fruit Salad #49A44C

Color information

#49A44C (or 0x49A44C) is unknown color: approx Fruit Salad. HEX triplet: 49, A4 and 4C. RGB value is (73,164,76). Sum of RGB (Red+Green+Blue) = 73+164+76=313 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.32% from 313); Green value is 164 (64.45% from 255 or 52.40% from 313); Blue value is 76 (30.08% from 255 or 24.28% from 313); Max value from RGB is 164 - color contains mainly: green. Hex color #49A44C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49A44C is #B65BB3. Grayscale: #7F7F7F. Windows color (decimal): -11951028 or 5022793. OLE color: 5022793.

HSL color Cylindrical-coordinate representation of color #49A44C: hue angle of 121.98º 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 #49A44C is Cyan = 0.55, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.36.

Color convert

RGB7316476-
CMYK0.5500.540.36
HSL121.98º38.4%46.47%-
HSV(B)121.98º55.49%64.31%-
XYZ17.3328.4911.42-
YUV126.7699.3589.66-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.32%
GREEN value IS 164 (64.45% from 255) = 52.40%
BLUE value IS 76 (30.08% from 255) = 24.28%
R=23.32%
G=52.40%
B=24.28%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal73164760.5500.540.36121.9838.446.47
Hex49A44C37036247a262e
Octal11124411467066441724656
Binary100100110100100100110011011101101101001001111010100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49a44c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,164,76); }

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

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

 a { background-color: rgb(73,164,76); }

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

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

 span { border-color: rgb(73,164,76); }

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