#499345

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

Shades of Fruit Salad #499345

Tints of Fruit Salad #499345

Color information

#499345 (or 0x499345) is unknown color: approx Fruit Salad. HEX triplet: 49, 93 and 45. RGB value is (73,147,69). Sum of RGB (Red+Green+Blue) = 73+147+69=289 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.26% from 289); Green value is 147 (57.81% from 255 or 50.87% from 289); Blue value is 69 (27.34% from 255 or 23.88% from 289); Max value from RGB is 147 - color contains mainly: green. Hex color #499345 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499345 is #B66CBA. Grayscale: #747474. Windows color (decimal): -11955387 or 4559689. OLE color: 4559689.

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

Color convert

RGB7314769-
CMYK0.5000.530.42
HSL116.92º36.11%42.35%-
HSV(B)116.92º53.06%57.65%-
XYZ14.2622.719.26-
YUV115.98101.4897.34-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.26%
GREEN value IS 147 (57.81% from 255) = 50.87%
BLUE value IS 69 (27.34% from 255) = 23.88%
R=25.26%
G=50.87%
B=23.88%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal73147690.5000.530.42116.9236.1142.35
Hex499345320352A75242a
Octal11122310562065521654452
Binary100100110010011100010111001001101011010101110101100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499345; }

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

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

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

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

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

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

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

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