#479049

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

Shades of Fruit Salad #479049

Tints of Fruit Salad #479049

Color information

#479049 (or 0x479049) is unknown color: approx Fruit Salad. HEX triplet: 47, 90 and 49. RGB value is (71,144,73). Sum of RGB (Red+Green+Blue) = 71+144+73=288 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.65% from 288); Green value is 144 (56.64% from 255 or 50% from 288); Blue value is 73 (28.91% from 255 or 25.35% from 288); Max value from RGB is 144 - color contains mainly: green. Hex color #479049 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #479049 is #B86FB6. Grayscale: #727272. Windows color (decimal): -12087223 or 4821063. OLE color: 4821063.

HSL color Cylindrical-coordinate representation of color #479049: hue angle of 121.64º 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 #479049 is Cyan = 0.51, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.44.

Color convert

RGB7114473-
CMYK0.5100.490.44
HSL121.64º33.95%42.16%-
HSV(B)121.64º50.69%56.47%-
XYZ13.7721.779.78-
YUV114.08104.8297.27-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.65%
GREEN value IS 144 (56.64% from 255) = 50%
BLUE value IS 73 (28.91% from 255) = 25.35%
R=24.65%
G=50%
B=25.35%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal71144730.5100.490.44121.6433.9542.16
Hex479049330312C7a222a
Octal10722011163061541724252
Binary100011110010000100100111001101100011011001111010100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #479049; }

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

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

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

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

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

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

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

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