#478E46

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

Shades of Fruit Salad #478E46

Tints of Fruit Salad #478E46

Color information

#478E46 (or 0x478E46) is unknown color: approx Fruit Salad. HEX triplet: 47, 8E and 46. RGB value is (71,142,70). Sum of RGB (Red+Green+Blue) = 71+142+70=283 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.09% from 283); Green value is 142 (55.86% from 255 or 50.18% from 283); Blue value is 70 (27.73% from 255 or 24.73% from 283); Max value from RGB is 142 - color contains mainly: green. Hex color #478E46 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #478E46 is #B871B9. Grayscale: #707070. Windows color (decimal): -12087738 or 4623943. OLE color: 4623943.

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

Color convert

RGB7114270-
CMYK0.500.510.44
HSL119.17º33.96%41.57%-
HSV(B)119.17º50.7%55.69%-
XYZ13.3821.139.17-
YUV112.56103.9898.35-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.09%
GREEN value IS 142 (55.86% from 255) = 50.18%
BLUE value IS 70 (27.73% from 255) = 24.73%
R=25.09%
G=50.18%
B=24.73%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal71142700.500.510.44119.1733.9641.57
Hex478E46320332C77222a
Octal10721610662063541674252
Binary100011110001110100011011001001100111011001110111100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,142,70); }

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

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

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

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

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

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

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