#478F47

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

Shades of Fruit Salad #478F47

Tints of Fruit Salad #478F47

Color information

#478F47 (or 0x478F47) is unknown color: approx Fruit Salad. HEX triplet: 47, 8F and 47. RGB value is (71,143,71). Sum of RGB (Red+Green+Blue) = 71+143+71=285 (37% of max value = 765). Red value is 71 (28.12% from 255 or 24.91% from 285); Green value is 143 (56.25% from 255 or 50.18% from 285); Blue value is 71 (28.12% from 255 or 24.91% from 285); Max value from RGB is 143 - color contains mainly: green. Hex color #478F47 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #478F47 is #B870B8. Grayscale: #717171. Windows color (decimal): -12087481 or 4689735. OLE color: 4689735.

HSL color Cylindrical-coordinate representation of color #478F47: hue angle of 120º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #478F47 is Cyan = 0.50, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.44.

Color convert

RGB7114371-
CMYK0.5000.500.44
HSL120º33.64%41.96%-
HSV(B)120º50.35%56.08%-
XYZ13.5621.449.38-
YUV113.26104.1597.85-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.91%
GREEN value IS 143 (56.25% from 255) = 50.18%
BLUE value IS 71 (28.12% from 255) = 24.91%
R=24.91%
G=50.18%
B=24.91%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal71143710.5000.500.4412033.6441.96
Hex478F47320322C78222a
Octal10721710762062541704252
Binary100011110001111100011111001001100101011001111000100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478F47; }

 p { color: rgb(71,143,71); }

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

<style>
 a { background-color: #478F47; }

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

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

<style>
 span { border-color: #478F47; }

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

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