#48A246

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

Shades of Fruit Salad #48A246

Tints of Fruit Salad #48A246

Color information

#48A246 (or 0x48A246) is unknown color: approx Fruit Salad. HEX triplet: 48, A2 and 46. RGB value is (72,162,70). Sum of RGB (Red+Green+Blue) = 72+162+70=304 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.68% from 304); Green value is 162 (63.67% from 255 or 53.29% from 304); Blue value is 70 (27.73% from 255 or 23.03% from 304); Max value from RGB is 162 - color contains mainly: green. Hex color #48A246 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48A246 is #B75DB9. Grayscale: #7C7C7C. Windows color (decimal): -12017082 or 4629064. OLE color: 4629064.

HSL color Cylindrical-coordinate representation of color #48A246: hue angle of 118.7º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #48A246 is Cyan = 0.56, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.36.

Color convert

RGB7216270-
CMYK0.5600.570.36
HSL118.7º39.66%45.49%-
HSV(B)118.7º56.79%63.53%-
XYZ16.727.6610.25-
YUV124.697.1890.48-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.68%
GREEN value IS 162 (63.67% from 255) = 53.29%
BLUE value IS 70 (27.73% from 255) = 23.03%
R=23.68%
G=53.29%
B=23.03%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal72162700.5600.570.36118.739.6645.49
Hex48A246380392477282d
Octal11024210670071441675055
Binary100100010100010100011011100001110011001001110111101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48A246; }

 p { color: rgb(72,162,70); }

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

<style>
 a { background-color: #48A246; }

 a { background-color: rgb(72,162,70); }

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

<style>
 span { border-color: #48A246; }

 span { border-color: rgb(72,162,70); }

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