#479047

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

Shades of Fruit Salad #479047

Tints of Fruit Salad #479047

Color information

#479047 (or 0x479047) is unknown color: approx Fruit Salad. HEX triplet: 47, 90 and 47. RGB value is (71,144,71). Sum of RGB (Red+Green+Blue) = 71+144+71=286 (37% of max value = 765). Red value is 71 (28.12% from 255 or 24.83% from 286); Green value is 144 (56.64% from 255 or 50.35% from 286); Blue value is 71 (28.12% from 255 or 24.83% from 286); Max value from RGB is 144 - color contains mainly: green. Hex color #479047 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #479047 is #B86FB8. Grayscale: #727272. Windows color (decimal): -12087225 or 4689991. OLE color: 4689991.

HSL color Cylindrical-coordinate representation of color #479047: 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.51%. Process color model (Four color, CMYK) of #479047 is Cyan = 0.51, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.44.

Color convert

RGB7114471-
CMYK0.5100.510.44
HSL120º33.95%42.16%-
HSV(B)120º50.69%56.47%-
XYZ13.7121.749.44-
YUV113.85103.8297.44-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.83%
GREEN value IS 144 (56.64% from 255) = 50.35%
BLUE value IS 71 (28.12% from 255) = 24.83%
R=24.83%
G=50.35%
B=24.83%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal71144710.5100.510.4412033.9542.16
Hex479047330332C78222a
Octal10722010763063541704252
Binary100011110010000100011111001101100111011001111000100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #479047; }

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

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

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

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

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

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

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

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