#47AD53

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

Shades of Fruit Salad #47AD53

Tints of Fruit Salad #47AD53

Color information

#47AD53 (or 0x47AD53) is unknown color: approx Fruit Salad. HEX triplet: 47, AD and 53. RGB value is (71,173,83). Sum of RGB (Red+Green+Blue) = 71+173+83=327 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.71% from 327); Green value is 173 (67.97% from 255 or 52.91% from 327); Blue value is 83 (32.81% from 255 or 25.38% from 327); Max value from RGB is 173 - color contains mainly: green. Hex color #47AD53 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47AD53 is #B852AC. Grayscale: #848484. Windows color (decimal): -12079789 or 5483847. OLE color: 5483847.

HSL color Cylindrical-coordinate representation of color #47AD53: hue angle of 127.06º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #47AD53 is Cyan = 0.59, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.32.

Color convert

RGB7117383-
CMYK0.5900.520.32
HSL127.06º41.8%47.84%-
HSV(B)127.06º58.96%67.84%-
XYZ19.131.8513.32-
YUV132.24100.2184.32-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.71%
GREEN value IS 173 (67.97% from 255) = 52.91%
BLUE value IS 83 (32.81% from 255) = 25.38%
R=21.71%
G=52.91%
B=25.38%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal71173830.5900.520.32127.0641.847.84
Hex47AD533B034207f2a30
Octal10725512373064401775260
Binary100011110101101101001111101101101001000001111111101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47AD53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,173,83); }

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

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

 a { background-color: rgb(71,173,83); }

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

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

 span { border-color: rgb(71,173,83); }

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