#47AA3C

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

Shades of Fruit Salad #47AA3C

Tints of Fruit Salad #47AA3C

Color information

#47AA3C (or 0x47AA3C) is unknown color: approx Fruit Salad. HEX triplet: 47, AA and 3C. RGB value is (71,170,60). Sum of RGB (Red+Green+Blue) = 71+170+60=301 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.59% from 301); Green value is 170 (66.80% from 255 or 56.48% from 301); Blue value is 60 (23.83% from 255 or 19.93% from 301); Max value from RGB is 170 - color contains mainly: green. Hex color #47AA3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #47AA3C is #B855C3. Grayscale: #808080. Windows color (decimal): -12080580 or 3975751. OLE color: 3975751.

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

Color convert

RGB7117060-
CMYK0.5800.650.33
HSL114º47.83%45.1%-
HSV(B)114º64.71%66.67%-
XYZ17.7930.429.21-
YUV127.8689.787.44-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.59%
GREEN value IS 170 (66.80% from 255) = 56.48%
BLUE value IS 60 (23.83% from 255) = 19.93%
R=23.59%
G=56.48%
B=19.93%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal71170600.5800.650.3311447.8345.1
Hex47AA3C3A0412172302d
Octal10725274720101411626055
Binary100011110101010111100111010010000011000011110010110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47AA3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,170,60); }

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

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

 a { background-color: rgb(71,170,60); }

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

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

 span { border-color: rgb(71,170,60); }

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