#48AB49

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

Shades of Fruit Salad #48AB49

Tints of Fruit Salad #48AB49

Color information

#48AB49 (or 0x48AB49) is unknown color: approx Fruit Salad. HEX triplet: 48, AB and 49. RGB value is (72,171,73). Sum of RGB (Red+Green+Blue) = 72+171+73=316 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.78% from 316); Green value is 171 (67.19% from 255 or 54.11% from 316); Blue value is 73 (28.91% from 255 or 23.10% from 316); Max value from RGB is 171 - color contains mainly: green. Hex color #48AB49 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48AB49 is #B754B6. Grayscale: #828282. Windows color (decimal): -12014775 or 4827976. OLE color: 4827976.

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

Color convert

RGB7217173-
CMYK0.5800.570.33
HSL120.61º40.74%47.65%-
HSV(B)120.61º57.89%67.06%-
XYZ18.4430.9811.31-
YUV130.2395.786.47-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.78%
GREEN value IS 171 (67.19% from 255) = 54.11%
BLUE value IS 73 (28.91% from 255) = 23.10%
R=22.78%
G=54.11%
B=23.10%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal72171730.5800.570.33120.6140.7447.65
Hex48AB493A03921792930
Octal11025311172071411715160
Binary100100010101011100100111101001110011000011111001101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48AB49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,171,73); }

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

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

 a { background-color: rgb(72,171,73); }

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

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

 span { border-color: rgb(72,171,73); }

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