#499144

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

Shades of Fruit Salad #499144

Tints of Fruit Salad #499144

Color information

#499144 (or 0x499144) is unknown color: approx Fruit Salad. HEX triplet: 49, 91 and 44. RGB value is (73,145,68). Sum of RGB (Red+Green+Blue) = 73+145+68=286 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.52% from 286); Green value is 145 (57.03% from 255 or 50.70% from 286); Blue value is 68 (26.95% from 255 or 23.78% from 286); Max value from RGB is 145 - color contains mainly: green. Hex color #499144 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499144 is #B66EBB. Grayscale: #727272. Windows color (decimal): -11955900 or 4493641. OLE color: 4493641.

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

Color convert

RGB7314568-
CMYK0.5000.530.43
HSL116.1º36.15%41.76%-
HSV(B)116.1º53.1%56.86%-
XYZ13.9222.089-
YUV114.69101.6598.26-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.52%
GREEN value IS 145 (57.03% from 255) = 50.70%
BLUE value IS 68 (26.95% from 255) = 23.78%
R=25.52%
G=50.70%
B=23.78%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal73145680.5000.530.43116.136.1541.76
Hex499144320352B74242a
Octal11122110462065531644452
Binary100100110010001100010011001001101011010111110100100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499144; }

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

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

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

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

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

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

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

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