#48A352

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

Shades of Fruit Salad #48A352

Tints of Fruit Salad #48A352

Color information

#48A352 (or 0x48A352) is unknown color: approx Fruit Salad. HEX triplet: 48, A3 and 52. RGB value is (72,163,82). Sum of RGB (Red+Green+Blue) = 72+163+82=317 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.71% from 317); Green value is 163 (64.06% from 255 or 51.42% from 317); Blue value is 82 (32.42% from 255 or 25.87% from 317); Max value from RGB is 163 - color contains mainly: green. Hex color #48A352 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48A352 is #B75CAD. Grayscale: #7E7E7E. Windows color (decimal): -12016814 or 5415752. OLE color: 5415752.

HSL color Cylindrical-coordinate representation of color #48A352: hue angle of 126.59º degrees, saturation: 0.39, 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 #48A352 is Cyan = 0.56, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.36.

Color convert

RGB7216382-
CMYK0.5600.500.36
HSL126.59º38.72%46.08%-
HSV(B)126.59º55.83%63.92%-
XYZ17.2928.1812.51-
YUV126.56102.8589.09-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.71%
GREEN value IS 163 (64.06% from 255) = 51.42%
BLUE value IS 82 (32.42% from 255) = 25.87%
R=22.71%
G=51.42%
B=25.87%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal72163820.5600.500.36126.5938.7246.08
Hex48A35238032247f272e
Octal11024312270062441774756
Binary100100010100011101001011100001100101001001111111100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,163,82); }

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

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

 a { background-color: rgb(72,163,82); }

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

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

 span { border-color: rgb(72,163,82); }

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