#48944D

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

Shades of Fruit Salad #48944D

Tints of Fruit Salad #48944D

Color information

#48944D (or 0x48944D) is unknown color: approx Fruit Salad. HEX triplet: 48, 94 and 4D. RGB value is (72,148,77). Sum of RGB (Red+Green+Blue) = 72+148+77=297 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.24% from 297); Green value is 148 (58.20% from 255 or 49.83% from 297); Blue value is 77 (30.47% from 255 or 25.93% from 297); Max value from RGB is 148 - color contains mainly: green. Hex color #48944D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48944D is #B76BB2. Grayscale: #757575. Windows color (decimal): -12020659 or 5084232. OLE color: 5084232.

HSL color Cylindrical-coordinate representation of color #48944D: hue angle of 123.95º 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 #48944D is Cyan = 0.51, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB7214877-
CMYK0.5100.480.42
HSL123.95º34.55%43.14%-
HSV(B)123.95º51.35%58.04%-
XYZ14.623.0910.71-
YUV117.18105.3295.77-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.24%
GREEN value IS 148 (58.20% from 255) = 49.83%
BLUE value IS 77 (30.47% from 255) = 25.93%
R=24.24%
G=49.83%
B=25.93%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal72148770.5100.480.42123.9534.5543.14
Hex48944D330302A7c232b
Octal11022411563060521744353
Binary100100010010100100110111001101100001010101111100100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48944D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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