#48A24A

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

Shades of Fruit Salad #48A24A

Tints of Fruit Salad #48A24A

Color information

#48A24A (or 0x48A24A) is unknown color: approx Fruit Salad. HEX triplet: 48, A2 and 4A. RGB value is (72,162,74). Sum of RGB (Red+Green+Blue) = 72+162+74=308 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.38% from 308); Green value is 162 (63.67% from 255 or 52.60% from 308); Blue value is 74 (29.30% from 255 or 24.03% from 308); Max value from RGB is 162 - color contains mainly: green. Hex color #48A24A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48A24A is #B75DB5. Grayscale: #7D7D7D. Windows color (decimal): -12017078 or 4891208. OLE color: 4891208.

HSL color Cylindrical-coordinate representation of color #48A24A: hue angle of 121.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 #48A24A is Cyan = 0.56, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.36.

Color convert

RGB7216274-
CMYK0.5600.540.36
HSL121.33º38.46%45.88%-
HSV(B)121.33º55.56%63.53%-
XYZ16.8327.7110.94-
YUV125.0699.1890.16-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.38%
GREEN value IS 162 (63.67% from 255) = 52.60%
BLUE value IS 74 (29.30% from 255) = 24.03%
R=23.38%
G=52.60%
B=24.03%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal72162740.5600.540.36121.3338.4645.88
Hex48A24A380362479262e
Octal11024211270066441714656
Binary100100010100010100101011100001101101001001111001100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A24A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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