#48A54A

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

Shades of Fruit Salad #48A54A

Tints of Fruit Salad #48A54A

Color information

#48A54A (or 0x48A54A) is unknown color: approx Fruit Salad. HEX triplet: 48, A5 and 4A. RGB value is (72,165,74). Sum of RGB (Red+Green+Blue) = 72+165+74=311 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.15% from 311); Green value is 165 (64.84% from 255 or 53.05% from 311); Blue value is 74 (29.30% from 255 or 23.79% from 311); Max value from RGB is 165 - color contains mainly: green. Hex color #48A54A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48A54A is #B75AB5. Grayscale: #7F7F7F. Windows color (decimal): -12016310 or 4891976. OLE color: 4891976.

HSL color Cylindrical-coordinate representation of color #48A54A: hue angle of 121.29º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #48A54A is Cyan = 0.56, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.35.

Color convert

RGB7216574-
CMYK0.5600.550.35
HSL121.29º39.24%46.47%-
HSV(B)121.29º56.36%64.71%-
XYZ17.3628.7811.12-
YUV126.8298.1988.9-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.15%
GREEN value IS 165 (64.84% from 255) = 53.05%
BLUE value IS 74 (29.30% from 255) = 23.79%
R=23.15%
G=53.05%
B=23.79%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal72165740.5600.550.35121.2939.2446.47
Hex48A54A380372379272e
Octal11024511270067431714756
Binary100100010100101100101011100001101111000111111001100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A54A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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