#499146

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

Shades of Fruit Salad #499146

Tints of Fruit Salad #499146

Color information

#499146 (or 0x499146) is unknown color: approx Fruit Salad. HEX triplet: 49, 91 and 46. RGB value is (73,145,70). Sum of RGB (Red+Green+Blue) = 73+145+70=288 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.35% from 288); Green value is 145 (57.03% from 255 or 50.35% from 288); Blue value is 70 (27.73% from 255 or 24.31% from 288); Max value from RGB is 145 - color contains mainly: green. Hex color #499146 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499146 is #B66EB9. Grayscale: #737373. Windows color (decimal): -11955898 or 4624713. OLE color: 4624713.

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

Color convert

RGB7314570-
CMYK0.5000.520.43
HSL117.6º34.88%42.16%-
HSV(B)117.6º51.72%56.86%-
XYZ13.9822.119.33-
YUV114.92102.6598.1-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.35%
GREEN value IS 145 (57.03% from 255) = 50.35%
BLUE value IS 70 (27.73% from 255) = 24.31%
R=25.35%
G=50.35%
B=24.31%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal73145700.5000.520.43117.634.8842.16
Hex499146320342B76232a
Octal11122110662064531664352
Binary100100110010001100011011001001101001010111110110100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499146; }

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

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

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

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

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

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

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

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