#48B548

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

Shades of Fruit Salad #48B548

Tints of Fruit Salad #48B548

Color information

#48B548 (or 0x48B548) is unknown color: approx Fruit Salad. HEX triplet: 48, B5 and 48. RGB value is (72,181,72). Sum of RGB (Red+Green+Blue) = 72+181+72=325 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.15% from 325); Green value is 181 (71.09% from 255 or 55.69% from 325); Blue value is 72 (28.52% from 255 or 22.15% from 325); Max value from RGB is 181 - color contains mainly: green. Hex color #48B548 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48B548 is #B74AB7. Grayscale: #888888. Windows color (decimal): -12012216 or 4765000. OLE color: 4765000.

HSL color Cylindrical-coordinate representation of color #48B548: hue angle of 120º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #48B548 is Cyan = 0.60, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB7218172-
CMYK0.6000.600.29
HSL120º43.08%49.61%-
HSV(B)120º60.22%70.98%-
XYZ20.3734.8911.79-
YUV135.9891.8982.36-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.15%
GREEN value IS 181 (71.09% from 255) = 55.69%
BLUE value IS 72 (28.52% from 255) = 22.15%
R=22.15%
G=55.69%
B=22.15%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal72181720.6000.600.2912043.0849.61
Hex48B5483C03C1D782b32
Octal11026511074074351705362
Binary10010001011010110010001111000111100111011111000101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,181,72); }

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

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

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

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

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

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

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