#48AC3F

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

Shades of Fruit Salad #48AC3F

Tints of Fruit Salad #48AC3F

Color information

#48AC3F (or 0x48AC3F) is unknown color: approx Fruit Salad. HEX triplet: 48, AC and 3F. RGB value is (72,172,63). Sum of RGB (Red+Green+Blue) = 72+172+63=307 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.45% from 307); Green value is 172 (67.58% from 255 or 56.03% from 307); Blue value is 63 (25% from 255 or 20.52% from 307); Max value from RGB is 172 - color contains mainly: green. Hex color #48AC3F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48AC3F is #B753C0. Grayscale: #828282. Windows color (decimal): -12014529 or 4172872. OLE color: 4172872.

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

Color convert

RGB7217263-
CMYK0.5800.630.33
HSL115.05º46.38%46.08%-
HSV(B)115.05º63.37%67.45%-
XYZ18.3231.249.77-
YUV129.6790.3786.86-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.45%
GREEN value IS 172 (67.58% from 255) = 56.03%
BLUE value IS 63 (25% from 255) = 20.52%
R=23.45%
G=56.03%
B=20.52%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal72172630.5800.630.33115.0546.3846.08
Hex48AC3F3A03F21732e2e
Octal1102547772077411635656
Binary10010001010110011111111101001111111000011110011101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48AC3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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