#49AF48

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

Shades of Fruit Salad #49AF48

Tints of Fruit Salad #49AF48

Color information

#49AF48 (or 0x49AF48) is unknown color: approx Fruit Salad. HEX triplet: 49, AF and 48. RGB value is (73,175,72). Sum of RGB (Red+Green+Blue) = 73+175+72=320 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.81% from 320); Green value is 175 (68.75% from 255 or 54.69% from 320); Blue value is 72 (28.52% from 255 or 22.5% from 320); Max value from RGB is 175 - color contains mainly: green. Hex color #49AF48 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49AF48 is #B650B7. Grayscale: #858585. Windows color (decimal): -11948216 or 4763465. OLE color: 4763465.

HSL color Cylindrical-coordinate representation of color #49AF48: hue angle of 119.42º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #49AF48 is Cyan = 0.58, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB7317572-
CMYK0.5800.590.31
HSL119.42º41.7%48.43%-
HSV(B)119.42º58.86%68.63%-
XYZ19.2532.5411.4-
YUV132.7693.7185.38-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.81%
GREEN value IS 175 (68.75% from 255) = 54.69%
BLUE value IS 72 (28.52% from 255) = 22.5%
R=22.81%
G=54.69%
B=22.5%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal73175720.5800.590.31119.4241.748.43
Hex49AF483A03B1F772a30
Octal11125711072073371675260
Binary10010011010111110010001110100111011111111110111101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49AF48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,175,72); }

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

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

 a { background-color: rgb(73,175,72); }

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

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

 span { border-color: rgb(73,175,72); }

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