#479149

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

Shades of Fruit Salad #479149

Tints of Fruit Salad #479149

Color information

#479149 (or 0x479149) is unknown color: approx Fruit Salad. HEX triplet: 47, 91 and 49. RGB value is (71,145,73). Sum of RGB (Red+Green+Blue) = 71+145+73=289 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.57% from 289); Green value is 145 (57.03% from 255 or 50.17% from 289); Blue value is 73 (28.91% from 255 or 25.26% from 289); Max value from RGB is 145 - color contains mainly: green. Hex color #479149 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #479149 is #B86EB6. Grayscale: #727272. Windows color (decimal): -12086967 or 4821319. OLE color: 4821319.

HSL color Cylindrical-coordinate representation of color #479149: hue angle of 121.62º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #479149 is Cyan = 0.51, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.43.

Color convert

RGB7114573-
CMYK0.5100.500.43
HSL121.62º34.26%42.35%-
HSV(B)121.62º51.03%56.86%-
XYZ13.9322.079.83-
YUV114.67104.4896.85-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.57%
GREEN value IS 145 (57.03% from 255) = 50.17%
BLUE value IS 73 (28.91% from 255) = 25.26%
R=24.57%
G=50.17%
B=25.26%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal71145730.5100.500.43121.6234.2642.35
Hex479149330322B7a222a
Octal10722111163062531724252
Binary100011110010001100100111001101100101010111111010100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #479149; }

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

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

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

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

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

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

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

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