#48A24D

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

Shades of Fruit Salad #48A24D

Tints of Fruit Salad #48A24D

Color information

#48A24D (or 0x48A24D) is unknown color: approx Fruit Salad. HEX triplet: 48, A2 and 4D. RGB value is (72,162,77). Sum of RGB (Red+Green+Blue) = 72+162+77=311 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.15% from 311); Green value is 162 (63.67% from 255 or 52.09% from 311); Blue value is 77 (30.47% from 255 or 24.76% from 311); Max value from RGB is 162 - color contains mainly: green. Hex color #48A24D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48A24D is #B75DB2. Grayscale: #7D7D7D. Windows color (decimal): -12017075 or 5087816. OLE color: 5087816.

HSL color Cylindrical-coordinate representation of color #48A24D: hue angle of 123.33º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #48A24D is Cyan = 0.56, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.36.

Color convert

RGB7216277-
CMYK0.5600.520.36
HSL123.33º38.46%45.88%-
HSV(B)123.33º55.56%63.53%-
XYZ16.9327.7511.49-
YUV125.4100.6889.91-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.15%
GREEN value IS 162 (63.67% from 255) = 52.09%
BLUE value IS 77 (30.47% from 255) = 24.76%
R=23.15%
G=52.09%
B=24.76%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal72162770.5600.520.36123.3338.4645.88
Hex48A24D38034247b262e
Octal11024211570064441734656
Binary100100010100010100110111100001101001001001111011100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A24D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,162,77); }

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

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

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

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

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

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

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