#48B949

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

Shades of Fruit Salad #48B949

Tints of Fruit Salad #48B949

Color information

#48B949 (or 0x48B949) is unknown color: approx Fruit Salad. HEX triplet: 48, B9 and 49. RGB value is (72,185,73). Sum of RGB (Red+Green+Blue) = 72+185+73=330 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.82% from 330); Green value is 185 (72.66% from 255 or 56.06% from 330); Blue value is 73 (28.91% from 255 or 22.12% from 330); Max value from RGB is 185 - color contains mainly: green. Hex color #48B949 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48B949 is #B746B6. Grayscale: #8A8A8A. Windows color (decimal): -12011191 or 4831560. OLE color: 4831560.

HSL color Cylindrical-coordinate representation of color #48B949: hue angle of 120.53º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #48B949 is Cyan = 0.61, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB7218573-
CMYK0.6100.610.27
HSL120.53º44.66%50.39%-
HSV(B)120.53º61.08%72.55%-
XYZ21.2236.5612.24-
YUV138.4491.0680.61-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.82%
GREEN value IS 185 (72.66% from 255) = 56.06%
BLUE value IS 73 (28.91% from 255) = 22.12%
R=21.82%
G=56.06%
B=22.12%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal72185730.6100.610.27120.5344.6650.39
Hex48B9493D03D1B792d32
Octal11027111175075331715562
Binary10010001011100110010011111010111101110111111001101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48B949; }

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

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

<style>
 a { background-color: #48B949; }

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

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

<style>
 span { border-color: #48B949; }

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

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