#49BF48

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

Shades of Fruit Salad #49BF48

Tints of Fruit Salad #49BF48

Color information

#49BF48 (or 0x49BF48) is unknown color: approx Fruit Salad. HEX triplet: 49, BF and 48. RGB value is (73,191,72). Sum of RGB (Red+Green+Blue) = 73+191+72=336 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.73% from 336); Green value is 191 (75% from 255 or 56.85% from 336); Blue value is 72 (28.52% from 255 or 21.43% from 336); Max value from RGB is 191 - color contains mainly: green. Hex color #49BF48 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49BF48 is #B640B7. Grayscale: #8E8E8E. Windows color (decimal): -11944120 or 4767561. OLE color: 4767561.

HSL color Cylindrical-coordinate representation of color #49BF48: hue angle of 119.5º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #49BF48 is Cyan = 0.62, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB7319172-
CMYK0.6200.620.25
HSL119.5º48.18%51.57%-
HSV(B)119.5º62.3%74.9%-
XYZ22.5539.1512.5-
YUV142.1588.4178.68-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.73%
GREEN value IS 191 (75% from 255) = 56.85%
BLUE value IS 72 (28.52% from 255) = 21.43%
R=21.73%
G=56.85%
B=21.43%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal73191720.6200.620.25119.548.1851.57
Hex49BF483E03E19773034
Octal11127711076076311676064
Binary10010011011111110010001111100111110110011110111110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49BF48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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