#48AC49

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

Shades of Fruit Salad #48AC49

Tints of Fruit Salad #48AC49

Color information

#48AC49 (or 0x48AC49) is unknown color: approx Fruit Salad. HEX triplet: 48, AC and 49. RGB value is (72,172,73). Sum of RGB (Red+Green+Blue) = 72+172+73=317 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.71% from 317); Green value is 172 (67.58% from 255 or 54.26% from 317); Blue value is 73 (28.91% from 255 or 23.03% from 317); Max value from RGB is 172 - color contains mainly: green. Hex color #48AC49 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48AC49 is #B753B6. Grayscale: #838383. Windows color (decimal): -12014519 or 4828232. OLE color: 4828232.

HSL color Cylindrical-coordinate representation of color #48AC49: hue angle of 120.6º 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 #48AC49 is Cyan = 0.58, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB7217273-
CMYK0.5800.580.33
HSL120.6º40.98%47.84%-
HSV(B)120.6º58.14%67.45%-
XYZ18.6331.3611.38-
YUV130.8195.3786.05-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.71%
GREEN value IS 172 (67.58% from 255) = 54.26%
BLUE value IS 73 (28.91% from 255) = 23.03%
R=22.71%
G=54.26%
B=23.03%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal72172730.5800.580.33120.640.9847.84
Hex48AC493A03A21792930
Octal11025411172072411715160
Binary100100010101100100100111101001110101000011111001101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48AC49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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