#49AD38

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

Shades of Fruit Salad #49AD38

Tints of Fruit Salad #49AD38

Color information

#49AD38 (or 0x49AD38) is unknown color: approx Fruit Salad. HEX triplet: 49, AD and 38. RGB value is (73,173,56). Sum of RGB (Red+Green+Blue) = 73+173+56=302 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.17% from 302); Green value is 173 (67.97% from 255 or 57.28% from 302); Blue value is 56 (22.27% from 255 or 18.54% from 302); Max value from RGB is 173 - color contains mainly: green. Hex color #49AD38 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49AD38 is #B652C7. Grayscale: #828282. Windows color (decimal): -11948744 or 3714377. OLE color: 3714377.

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

Color convert

RGB7317356-
CMYK0.5800.680.32
HSL111.28º51.09%44.9%-
HSV(B)111.28º67.63%67.84%-
XYZ18.4131.598.87-
YUV129.7686.3787.51-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.17%
GREEN value IS 173 (67.97% from 255) = 57.28%
BLUE value IS 56 (22.27% from 255) = 18.54%
R=24.17%
G=57.28%
B=18.54%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal73173560.5800.680.32111.2851.0944.9
Hex49AD383A044206f332d
Octal11125570720104401576355
Binary100100110101101111000111010010001001000001101111110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49AD38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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