#47AC48

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

Shades of Fruit Salad #47AC48

Tints of Fruit Salad #47AC48

Color information

#47AC48 (or 0x47AC48) is unknown color: approx Fruit Salad. HEX triplet: 47, AC and 48. RGB value is (71,172,72). Sum of RGB (Red+Green+Blue) = 71+172+72=315 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.54% from 315); Green value is 172 (67.58% from 255 or 54.60% from 315); Blue value is 72 (28.52% from 255 or 22.86% from 315); Max value from RGB is 172 - color contains mainly: green. Hex color #47AC48 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #47AC48 is #B853B7. Grayscale: #828282. Windows color (decimal): -12080056 or 4762695. OLE color: 4762695.

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

Color convert

RGB7117272-
CMYK0.5900.580.33
HSL120.59º41.56%47.65%-
HSV(B)120.59º58.72%67.45%-
XYZ18.5231.3111.2-
YUV130.495.0485.63-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.54%
GREEN value IS 172 (67.58% from 255) = 54.60%
BLUE value IS 72 (28.52% from 255) = 22.86%
R=22.54%
G=54.60%
B=22.86%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal71172720.5900.580.33120.5941.5647.65
Hex47AC483B03A21792a30
Octal10725411073072411715260
Binary100011110101100100100011101101110101000011111001101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47AC48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47AC48; }

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

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

<style>
 a { background-color: #47AC48; }

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

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

<style>
 span { border-color: #47AC48; }

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

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