#49AD41

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

Shades of Fruit Salad #49AD41

Tints of Fruit Salad #49AD41

Color information

#49AD41 (or 0x49AD41) is unknown color: approx Fruit Salad. HEX triplet: 49, AD and 41. RGB value is (73,173,65). Sum of RGB (Red+Green+Blue) = 73+173+65=311 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.47% from 311); Green value is 173 (67.97% from 255 or 55.63% from 311); Blue value is 65 (25.78% from 255 or 20.90% from 311); Max value from RGB is 173 - color contains mainly: green. Hex color #49AD41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49AD41 is #B652BE. Grayscale: #838383. Windows color (decimal): -11948735 or 4304201. OLE color: 4304201.

HSL color Cylindrical-coordinate representation of color #49AD41: hue angle of 115.56º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #49AD41 is Cyan = 0.58, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.32.

Color convert

RGB7317365-
CMYK0.5800.620.32
HSL115.56º45.38%46.67%-
HSV(B)115.56º62.43%67.84%-
XYZ18.6531.6910.13-
YUV130.7990.8786.78-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.47%
GREEN value IS 173 (67.97% from 255) = 55.63%
BLUE value IS 65 (25.78% from 255) = 20.90%
R=23.47%
G=55.63%
B=20.90%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal73173650.5800.620.32115.5645.3846.67
Hex49AD413A03E20742d2f
Octal11125510172076401645557
Binary100100110101101100000111101001111101000001110100101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49AD41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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