#48934C

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

Shades of Fruit Salad #48934C

Tints of Fruit Salad #48934C

Color information

#48934C (or 0x48934C) is unknown color: approx Fruit Salad. HEX triplet: 48, 93 and 4C. RGB value is (72,147,76). Sum of RGB (Red+Green+Blue) = 72+147+76=295 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.41% from 295); Green value is 147 (57.81% from 255 or 49.83% from 295); Blue value is 76 (30.08% from 255 or 25.76% from 295); Max value from RGB is 147 - color contains mainly: green. Hex color #48934C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48934C is #B76CB3. Grayscale: #747474. Windows color (decimal): -12020916 or 5018440. OLE color: 5018440.

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

Color convert

RGB7214776-
CMYK0.5100.480.42
HSL123.2º34.25%42.94%-
HSV(B)123.2º51.02%57.65%-
XYZ14.4122.7710.47-
YUV116.48105.1596.27-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.41%
GREEN value IS 147 (57.81% from 255) = 49.83%
BLUE value IS 76 (30.08% from 255) = 25.76%
R=24.41%
G=49.83%
B=25.76%

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
Decimal72147760.5100.480.42123.234.2542.94
Hex48934C330302A7b222b
Octal11022311463060521734253
Binary100100010010011100110011001101100001010101111011100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48934C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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