#48A752

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

Shades of Fruit Salad #48A752

Tints of Fruit Salad #48A752

Color information

#48A752 (or 0x48A752) is unknown color: approx Fruit Salad. HEX triplet: 48, A7 and 52. RGB value is (72,167,82). Sum of RGB (Red+Green+Blue) = 72+167+82=321 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.43% from 321); Green value is 167 (65.62% from 255 or 52.02% from 321); Blue value is 82 (32.42% from 255 or 25.55% from 321); Max value from RGB is 167 - color contains mainly: green. Hex color #48A752 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48A752 is #B758AD. Grayscale: #818181. Windows color (decimal): -12015790 or 5416776. OLE color: 5416776.

HSL color Cylindrical-coordinate representation of color #48A752: hue angle of 126.32º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #48A752 is Cyan = 0.57, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.35.

Color convert

RGB7216782-
CMYK0.5700.510.35
HSL126.32º39.75%46.86%-
HSV(B)126.32º56.89%65.49%-
XYZ18.0129.6212.75-
YUV128.9101.5387.41-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.43%
GREEN value IS 167 (65.62% from 255) = 52.02%
BLUE value IS 82 (32.42% from 255) = 25.55%
R=22.43%
G=52.02%
B=25.55%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal72167820.5700.510.35126.3239.7546.86
Hex48A75239033237e282f
Octal11024712271063431765057
Binary100100010100111101001011100101100111000111111110101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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