#47B45A

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

Shades of Fruit Salad #47B45A

Tints of Fruit Salad #47B45A

Color information

#47B45A (or 0x47B45A) is unknown color: approx Fruit Salad. HEX triplet: 47, B4 and 5A. RGB value is (71,180,90). Sum of RGB (Red+Green+Blue) = 71+180+90=341 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.82% from 341); Green value is 180 (70.70% from 255 or 52.79% from 341); Blue value is 90 (35.55% from 255 or 26.39% from 341); Max value from RGB is 180 - color contains mainly: green. Hex color #47B45A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47B45A is #B84BA5. Grayscale: #898989. Windows color (decimal): -12077990 or 5944391. OLE color: 5944391.

HSL color Cylindrical-coordinate representation of color #47B45A: hue angle of 130.46º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #47B45A is Cyan = 0.61, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.29.

Color convert

RGB7118090-
CMYK0.6100.500.29
HSL130.46º43.43%49.22%-
HSV(B)130.46º60.56%70.59%-
XYZ20.7734.7215.28-
YUV137.15101.3980.82-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.82%
GREEN value IS 180 (70.70% from 255) = 52.79%
BLUE value IS 90 (35.55% from 255) = 26.39%
R=20.82%
G=52.79%
B=26.39%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal71180900.6100.500.29130.4643.4349.22
Hex47B45A3D0321D822b31
Octal10726413275062352025361
Binary100011110110100101101011110101100101110110000010101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47B45A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,180,90); }

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

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

 a { background-color: rgb(71,180,90); }

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

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

 span { border-color: rgb(71,180,90); }

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