#48B845

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

Shades of Fruit Salad #48B845

Tints of Fruit Salad #48B845

Color information

#48B845 (or 0x48B845) is unknown color: approx Fruit Salad. HEX triplet: 48, B8 and 45. RGB value is (72,184,69). Sum of RGB (Red+Green+Blue) = 72+184+69=325 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.15% from 325); Green value is 184 (72.27% from 255 or 56.62% from 325); Blue value is 69 (27.34% from 255 or 21.23% from 325); Max value from RGB is 184 - color contains mainly: green. Hex color #48B845 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48B845 is #B747BA. Grayscale: #898989. Windows color (decimal): -12011451 or 4569160. OLE color: 4569160.

HSL color Cylindrical-coordinate representation of color #48B845: hue angle of 118.43º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #48B845 is Cyan = 0.61, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.28.

Color convert

RGB7218469-
CMYK0.6100.620.28
HSL118.43º45.45%49.61%-
HSV(B)118.43º62.5%72.16%-
XYZ20.8936.0911.5-
YUV137.489.3981.35-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.15%
GREEN value IS 184 (72.27% from 255) = 56.62%
BLUE value IS 69 (27.34% from 255) = 21.23%
R=22.15%
G=56.62%
B=21.23%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal72184690.6100.620.28118.4345.4549.61
Hex48B8453D03E1C762d32
Octal11027010575076341665562
Binary10010001011100010001011111010111110111001110110101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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