#47A556

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

Shades of Fruit Salad #47A556

Tints of Fruit Salad #47A556

Color information

#47A556 (or 0x47A556) is unknown color: approx Fruit Salad. HEX triplet: 47, A5 and 56. RGB value is (71,165,86). Sum of RGB (Red+Green+Blue) = 71+165+86=322 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.05% from 322); Green value is 165 (64.84% from 255 or 51.24% from 322); Blue value is 86 (33.98% from 255 or 26.71% from 322); Max value from RGB is 165 - color contains mainly: green. Hex color #47A556 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47A556 is #B85AA9. Grayscale: #808080. Windows color (decimal): -12081834 or 5678407. OLE color: 5678407.

HSL color Cylindrical-coordinate representation of color #47A556: hue angle of 129.57º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #47A556 is Cyan = 0.57, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.35.

Color convert

RGB7116586-
CMYK0.5700.480.35
HSL129.57º39.83%46.27%-
HSV(B)129.57º56.97%64.71%-
XYZ17.7328.9213.45-
YUV127.89104.3687.42-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.05%
GREEN value IS 165 (64.84% from 255) = 51.24%
BLUE value IS 86 (33.98% from 255) = 26.71%
R=22.05%
G=51.24%
B=26.71%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal71165860.5700.480.35129.5739.8346.27
Hex47A556390302382282e
Octal10724512671060432025056
Binary1000111101001011010110111001011000010001110000010101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47A556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,165,86); }

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

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

 a { background-color: rgb(71,165,86); }

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

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

 span { border-color: rgb(71,165,86); }

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