#48904A

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

Shades of Fruit Salad #48904A

Tints of Fruit Salad #48904A

Color information

#48904A (or 0x48904A) is unknown color: approx Fruit Salad. HEX triplet: 48, 90 and 4A. RGB value is (72,144,74). Sum of RGB (Red+Green+Blue) = 72+144+74=290 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.83% from 290); Green value is 144 (56.64% from 255 or 49.66% from 290); Blue value is 74 (29.30% from 255 or 25.52% from 290); Max value from RGB is 144 - color contains mainly: green. Hex color #48904A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48904A is #B76FB5. Grayscale: #727272. Windows color (decimal): -12021686 or 4886600. OLE color: 4886600.

HSL color Cylindrical-coordinate representation of color #48904A: hue angle of 121.67º 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 #48904A is Cyan = 0.50, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.44.

Color convert

RGB7214474-
CMYK0.5000.490.44
HSL121.67º33.33%42.35%-
HSV(B)121.67º50%56.47%-
XYZ13.8821.829.96-
YUV114.49105.1597.69-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.83%
GREEN value IS 144 (56.64% from 255) = 49.66%
BLUE value IS 74 (29.30% from 255) = 25.52%
R=24.83%
G=49.66%
B=25.52%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal72144740.5000.490.44121.6733.3342.35
Hex48904A320312C7a212a
Octal11022011262061541724152
Binary100100010010000100101011001001100011011001111010100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48904A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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