#47A055

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

Shades of Fruit Salad #47A055

Tints of Fruit Salad #47A055

Color information

#47A055 (or 0x47A055) is unknown color: approx Fruit Salad. HEX triplet: 47, A0 and 55. RGB value is (71,160,85). Sum of RGB (Red+Green+Blue) = 71+160+85=316 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.47% from 316); Green value is 160 (62.89% from 255 or 50.63% from 316); Blue value is 85 (33.59% from 255 or 26.90% from 316); Max value from RGB is 160 - color contains mainly: green. Hex color #47A055 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47A055 is #B85FAA. Grayscale: #7D7D7D. Windows color (decimal): -12083115 or 5611591. OLE color: 5611591.

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

Color convert

RGB7116085-
CMYK0.5600.470.37
HSL129.44º38.53%45.29%-
HSV(B)129.44º55.62%62.75%-
XYZ16.8127.1412.95-
YUV124.84105.5189.6-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.47%
GREEN value IS 160 (62.89% from 255) = 50.63%
BLUE value IS 85 (33.59% from 255) = 26.90%
R=22.47%
G=50.63%
B=26.90%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal71160850.5600.470.37129.4438.5345.29
Hex47A0553802F2581272d
Octal10724012570057452014755
Binary1000111101000001010101111000010111110010110000001100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47A055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,160,85); }

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

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

 a { background-color: rgb(71,160,85); }

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

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

 span { border-color: rgb(71,160,85); }

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