#48AA51

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

Shades of Fruit Salad #48AA51

Tints of Fruit Salad #48AA51

Color information

#48AA51 (or 0x48AA51) is unknown color: approx Fruit Salad. HEX triplet: 48, AA and 51. RGB value is (72,170,81). Sum of RGB (Red+Green+Blue) = 72+170+81=323 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.29% from 323); Green value is 170 (66.80% from 255 or 52.63% from 323); Blue value is 81 (32.03% from 255 or 25.08% from 323); Max value from RGB is 170 - color contains mainly: green. Hex color #48AA51 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48AA51 is #B755AE. Grayscale: #828282. Windows color (decimal): -12015023 or 5352008. OLE color: 5352008.

HSL color Cylindrical-coordinate representation of color #48AA51: hue angle of 125.51º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #48AA51 is Cyan = 0.58, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.33.

Color convert

RGB7217081-
CMYK0.5800.520.33
HSL125.51º40.5%47.45%-
HSV(B)125.51º57.65%66.67%-
XYZ18.5330.7212.74-
YUV130.55100.0386.24-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.29%
GREEN value IS 170 (66.80% from 255) = 52.63%
BLUE value IS 81 (32.03% from 255) = 25.08%
R=22.29%
G=52.63%
B=25.08%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal72170810.5800.520.33125.5140.547.45
Hex48AA513A034217e282f
Octal11025212172064411765057
Binary100100010101010101000111101001101001000011111110101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48AA51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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