#499147

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

Shades of Fruit Salad #499147

Tints of Fruit Salad #499147

Color information

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

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

Color convert

RGB7314571-
CMYK0.5000.510.43
HSL118.38º34.26%42.35%-
HSV(B)118.38º51.03%56.86%-
XYZ14.0122.129.49-
YUV115.04103.1598.02-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal73145710.5000.510.43118.3834.2642.35
Hex499147320332B76222a
Octal11122110762063531664252
Binary100100110010001100011111001001100111010111110110100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499147; }

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

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

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

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

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

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

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

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