#49AD43

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

Shades of Fruit Salad #49AD43

Tints of Fruit Salad #49AD43

Color information

#49AD43 (or 0x49AD43) is unknown color: approx Fruit Salad. HEX triplet: 49, AD and 43. RGB value is (73,173,67). Sum of RGB (Red+Green+Blue) = 73+173+67=313 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.32% from 313); Green value is 173 (67.97% from 255 or 55.27% from 313); Blue value is 67 (26.56% from 255 or 21.41% from 313); Max value from RGB is 173 - color contains mainly: green. Hex color #49AD43 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49AD43 is #B652BC. Grayscale: #838383. Windows color (decimal): -11948733 or 4435273. OLE color: 4435273.

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

Color convert

RGB7317367-
CMYK0.5800.610.32
HSL116.6º44.17%47.06%-
HSV(B)116.6º61.27%67.84%-
XYZ18.731.7110.44-
YUV131.0291.8786.62-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.32%
GREEN value IS 173 (67.97% from 255) = 55.27%
BLUE value IS 67 (26.56% from 255) = 21.41%
R=23.32%
G=55.27%
B=21.41%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal73173670.5800.610.32116.644.1747.06
Hex49AD433A03D20752c2f
Octal11125510372075401655457
Binary100100110101101100001111101001111011000001110101101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49AD43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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