#48A148

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

Shades of Fruit Salad #48A148

Tints of Fruit Salad #48A148

Color information

#48A148 (or 0x48A148) is unknown color: approx Fruit Salad. HEX triplet: 48, A1 and 48. RGB value is (72,161,72). Sum of RGB (Red+Green+Blue) = 72+161+72=305 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.61% from 305); Green value is 161 (63.28% from 255 or 52.79% from 305); Blue value is 72 (28.52% from 255 or 23.61% from 305); Max value from RGB is 161 - color contains mainly: green. Hex color #48A148 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48A148 is #B75EB7. Grayscale: #7C7C7C. Windows color (decimal): -12017336 or 4759880. OLE color: 4759880.

HSL color Cylindrical-coordinate representation of color #48A148: hue angle of 120º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #48A148 is Cyan = 0.55, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.37.

Color convert

RGB7216172-
CMYK0.5500.550.37
HSL120º38.2%45.69%-
HSV(B)120º55.28%63.14%-
XYZ16.5927.3410.53-
YUV124.2498.5190.74-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.61%
GREEN value IS 161 (63.28% from 255) = 52.79%
BLUE value IS 72 (28.52% from 255) = 23.61%
R=23.61%
G=52.79%
B=23.61%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal72161720.5500.550.3712038.245.69
Hex48A148370372578262e
Octal11024111067067451704656
Binary100100010100001100100011011101101111001011111000100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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