#48944C

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

Shades of Fruit Salad #48944C

Tints of Fruit Salad #48944C

Color information

#48944C (or 0x48944C) is unknown color: approx Fruit Salad. HEX triplet: 48, 94 and 4C. RGB value is (72,148,76). Sum of RGB (Red+Green+Blue) = 72+148+76=296 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.32% from 296); Green value is 148 (58.20% from 255 or 50% from 296); Blue value is 76 (30.08% from 255 or 25.68% from 296); Max value from RGB is 148 - color contains mainly: green. Hex color #48944C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48944C is #B76BB3. Grayscale: #757575. Windows color (decimal): -12020660 or 5018696. OLE color: 5018696.

HSL color Cylindrical-coordinate representation of color #48944C: hue angle of 123.16º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #48944C is Cyan = 0.51, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB7214876-
CMYK0.5100.490.42
HSL123.16º34.55%43.14%-
HSV(B)123.16º51.35%58.04%-
XYZ14.5723.0810.52-
YUV117.07104.8295.85-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.32%
GREEN value IS 148 (58.20% from 255) = 50%
BLUE value IS 76 (30.08% from 255) = 25.68%
R=24.32%
G=50%
B=25.68%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal72148760.5100.490.42123.1634.5543.14
Hex48944C330312A7b232b
Octal11022411463061521734353
Binary100100010010100100110011001101100011010101111011100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48944C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48944C; }

 p { color: rgb(72,148,76); }

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

<style>
 a { background-color: #48944C; }

 a { background-color: rgb(72,148,76); }

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

<style>
 span { border-color: #48944C; }

 span { border-color: rgb(72,148,76); }

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