#48B245

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

Shades of Fruit Salad #48B245

Tints of Fruit Salad #48B245

Color information

#48B245 (or 0x48B245) is unknown color: approx Fruit Salad. HEX triplet: 48, B2 and 45. RGB value is (72,178,69). Sum of RGB (Red+Green+Blue) = 72+178+69=319 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.57% from 319); Green value is 178 (69.92% from 255 or 55.80% from 319); Blue value is 69 (27.34% from 255 or 21.63% from 319); Max value from RGB is 178 - color contains mainly: green. Hex color #48B245 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48B245 is #B74DBA. Grayscale: #868686. Windows color (decimal): -12012987 or 4567624. OLE color: 4567624.

HSL color Cylindrical-coordinate representation of color #48B245: hue angle of 118.35º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #48B245 is Cyan = 0.60, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.30.

Color convert

RGB7217869-
CMYK0.6000.610.30
HSL118.35º44.13%48.43%-
HSV(B)118.35º61.24%69.8%-
XYZ19.6733.6511.09-
YUV133.8891.3883.86-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.57%
GREEN value IS 178 (69.92% from 255) = 55.80%
BLUE value IS 69 (27.34% from 255) = 21.63%
R=22.57%
G=55.80%
B=21.63%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal72178690.6000.610.30118.3544.1348.43
Hex48B2453C03D1E762c30
Octal11026210574075361665460
Binary10010001011001010001011111000111101111101110110101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,178,69); }

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

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

 a { background-color: rgb(72,178,69); }

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

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

 span { border-color: rgb(72,178,69); }

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