#47A146

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

Shades of Fruit Salad #47A146

Tints of Fruit Salad #47A146

Color information

#47A146 (or 0x47A146) is unknown color: approx Fruit Salad. HEX triplet: 47, A1 and 46. RGB value is (71,161,70). Sum of RGB (Red+Green+Blue) = 71+161+70=302 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.51% from 302); Green value is 161 (63.28% from 255 or 53.31% from 302); Blue value is 70 (27.73% from 255 or 23.18% from 302); Max value from RGB is 161 - color contains mainly: green. Hex color #47A146 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #47A146 is #B85EB9. Grayscale: #7B7B7B. Windows color (decimal): -12082874 or 4628807. OLE color: 4628807.

HSL color Cylindrical-coordinate representation of color #47A146: hue angle of 119.34º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #47A146 is Cyan = 0.56, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.37.

Color convert

RGB7116170-
CMYK0.5600.570.37
HSL119.34º39.39%45.29%-
HSV(B)119.34º56.52%63.14%-
XYZ16.4527.2710.19-
YUV123.7297.6890.4-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.51%
GREEN value IS 161 (63.28% from 255) = 53.31%
BLUE value IS 70 (27.73% from 255) = 23.18%
R=23.51%
G=53.31%
B=23.18%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal71161700.5600.570.37119.3439.3945.29
Hex47A146380392577272d
Octal10724110670071451674755
Binary100011110100001100011011100001110011001011110111100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47A146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,161,70); }

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

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

 a { background-color: rgb(71,161,70); }

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

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

 span { border-color: rgb(71,161,70); }

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