#48904E

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

Shades of Fruit Salad #48904E

Tints of Fruit Salad #48904E

Color information

#48904E (or 0x48904E) is unknown color: approx Fruit Salad. HEX triplet: 48, 90 and 4E. RGB value is (72,144,78). Sum of RGB (Red+Green+Blue) = 72+144+78=294 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.49% from 294); Green value is 144 (56.64% from 255 or 48.98% from 294); Blue value is 78 (30.86% from 255 or 26.53% from 294); Max value from RGB is 144 - color contains mainly: green. Hex color #48904E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48904E is #B76FB1. Grayscale: #737373. Windows color (decimal): -12021682 or 5148744. OLE color: 5148744.

HSL color Cylindrical-coordinate representation of color #48904E: hue angle of 125º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #48904E is Cyan = 0.50, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.44.

Color convert

RGB7214478-
CMYK0.5000.460.44
HSL125º33.33%42.35%-
HSV(B)125º50%56.47%-
XYZ14.0221.8710.69-
YUV114.95107.1597.37-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.49%
GREEN value IS 144 (56.64% from 255) = 48.98%
BLUE value IS 78 (30.86% from 255) = 26.53%
R=24.49%
G=48.98%
B=26.53%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal72144780.5000.460.4412533.3342.35
Hex48904E3202E2C7d212a
Octal11022011662056541754152
Binary100100010010000100111011001001011101011001111101100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48904E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48904E; }

 p { color: rgb(72,144,78); }

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

<style>
 a { background-color: #48904E; }

 a { background-color: rgb(72,144,78); }

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

<style>
 span { border-color: #48904E; }

 span { border-color: rgb(72,144,78); }

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