#49aa41

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

Shades of Fruit Salad #49AA41

Tints of Fruit Salad #49AA41

Color information

#49AA41 (or 0x49AA41) is unknown color: approx Fruit Salad. HEX triplet: 49, AA and 41. RGB value is (73,170,65). Sum of RGB (Red+Green+Blue) = 73+170+65=308 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.70% from 308); Green value is 170 (66.80% from 255 or 55.19% from 308); Blue value is 65 (25.78% from 255 or 21.10% from 308); Max value from RGB is 170 - color contains mainly: green. Hex color #49AA41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49AA41 is #B655BE. Grayscale: #818181. Windows color (decimal): -11949503 or 4303433. OLE color: 4303433.

HSL color Cylindrical-coordinate representation of color #49AA41: hue angle of 115.43º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #49AA41 is Cyan = 0.57, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB7317065-
CMYK0.5700.620.33
HSL115.43º44.68%46.08%-
HSV(B)115.43º61.76%66.67%-
XYZ18.0830.559.94-
YUV129.0391.8688.04-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.70%
GREEN value IS 170 (66.80% from 255) = 55.19%
BLUE value IS 65 (25.78% from 255) = 21.10%
R=23.70%
G=55.19%
B=21.10%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal73170650.5700.620.33115.4344.6846.08
Hex49AA413903E21732d2e
Octal11125210171076411635556
Binary100100110101010100000111100101111101000011110011101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49aa41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,170,65); }

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

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

 a { background-color: rgb(73,170,65); }

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

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

 span { border-color: rgb(73,170,65); }

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