#499340

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

Shades of Fruit Salad #499340

Tints of Fruit Salad #499340

Color information

#499340 (or 0x499340) is unknown color: approx Fruit Salad. HEX triplet: 49, 93 and 40. RGB value is (73,147,64). Sum of RGB (Red+Green+Blue) = 73+147+64=284 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.70% from 284); Green value is 147 (57.81% from 255 or 51.76% from 284); Blue value is 64 (25.39% from 255 or 22.54% from 284); Max value from RGB is 147 - color contains mainly: green. Hex color #499340 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499340 is #B66CBF. Grayscale: #737373. Windows color (decimal): -11955392 or 4232009. OLE color: 4232009.

HSL color Cylindrical-coordinate representation of color #499340: hue angle of 113.49º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #499340 is Cyan = 0.50, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.42.

Color convert

RGB7314764-
CMYK0.5000.560.42
HSL113.49º39.34%41.37%-
HSV(B)113.49º56.46%57.65%-
XYZ14.1122.658.48-
YUV115.4198.9897.75-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.70%
GREEN value IS 147 (57.81% from 255) = 51.76%
BLUE value IS 64 (25.39% from 255) = 22.54%
R=25.70%
G=51.76%
B=22.54%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal73147640.5000.560.42113.4939.3441.37
Hex499340320382A712729
Octal11122310062070521614751
Binary100100110010011100000011001001110001010101110001100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499340; }

 p { color: rgb(73,147,64); }

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

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

 a { background-color: rgb(73,147,64); }

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

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

 span { border-color: rgb(73,147,64); }

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