#48A751

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

Shades of Fruit Salad #48A751

Tints of Fruit Salad #48A751

Color information

#48A751 (or 0x48A751) is unknown color: approx Fruit Salad. HEX triplet: 48, A7 and 51. RGB value is (72,167,81). Sum of RGB (Red+Green+Blue) = 72+167+81=320 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.5% from 320); Green value is 167 (65.62% from 255 or 52.19% from 320); Blue value is 81 (32.03% from 255 or 25.31% from 320); Max value from RGB is 167 - color contains mainly: green. Hex color #48A751 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48A751 is #B758AE. Grayscale: #818181. Windows color (decimal): -12015791 or 5351240. OLE color: 5351240.

HSL color Cylindrical-coordinate representation of color #48A751: hue angle of 125.68º 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 #48A751 is Cyan = 0.57, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.35.

Color convert

RGB7216781-
CMYK0.5700.510.35
HSL125.68º39.75%46.86%-
HSV(B)125.68º56.89%65.49%-
XYZ17.9829.6112.55-
YUV128.79101.0387.49-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.5%
GREEN value IS 167 (65.62% from 255) = 52.19%
BLUE value IS 81 (32.03% from 255) = 25.31%
R=22.5%
G=52.19%
B=25.31%

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
Decimal72167810.5700.510.35125.6839.7546.86
Hex48A75139033237e282f
Octal11024712171063431765057
Binary100100010100111101000111100101100111000111111110101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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