#48AE45

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

Shades of Fruit Salad #48AE45

Tints of Fruit Salad #48AE45

Color information

#48AE45 (or 0x48AE45) is unknown color: approx Fruit Salad. HEX triplet: 48, AE and 45. RGB value is (72,174,69). Sum of RGB (Red+Green+Blue) = 72+174+69=315 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.86% from 315); Green value is 174 (68.36% from 255 or 55.24% from 315); Blue value is 69 (27.34% from 255 or 21.90% from 315); Max value from RGB is 174 - color contains mainly: green. Hex color #48AE45 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48AE45 is #B751BA. Grayscale: #838383. Windows color (decimal): -12014011 or 4566600. OLE color: 4566600.

HSL color Cylindrical-coordinate representation of color #48AE45: hue angle of 118.29º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #48AE45 is Cyan = 0.59, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.32.

Color convert

RGB7217469-
CMYK0.5900.600.32
HSL118.29º43.21%47.65%-
HSV(B)118.29º60.34%68.24%-
XYZ18.8832.0810.83-
YUV131.5392.7185.54-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.86%
GREEN value IS 174 (68.36% from 255) = 55.24%
BLUE value IS 69 (27.34% from 255) = 21.90%
R=22.86%
G=55.24%
B=21.90%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal72174690.5900.600.32118.2943.2147.65
Hex48AE453B03C20762b30
Octal11025610573074401665360
Binary100100010101110100010111101101111001000001110110101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48AE45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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