#499650

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

Shades of Fruit Salad #499650

Tints of Fruit Salad #499650

Color information

#499650 (or 0x499650) is unknown color: approx Fruit Salad. HEX triplet: 49, 96 and 50. RGB value is (73,150,80). Sum of RGB (Red+Green+Blue) = 73+150+80=303 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.09% from 303); Green value is 150 (58.98% from 255 or 49.50% from 303); Blue value is 80 (31.64% from 255 or 26.40% from 303); Max value from RGB is 150 - color contains mainly: green. Hex color #499650 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499650 is #B669AF. Grayscale: #777777. Windows color (decimal): -11954608 or 5281353. OLE color: 5281353.

HSL color Cylindrical-coordinate representation of color #499650: hue angle of 125.45º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #499650 is Cyan = 0.51, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.41.

Color convert

RGB7315080-
CMYK0.5100.470.41
HSL125.45º34.53%43.73%-
HSV(B)125.45º51.33%58.82%-
XYZ15.123.8111.39-
YUV119105.9995.19-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.09%
GREEN value IS 150 (58.98% from 255) = 49.50%
BLUE value IS 80 (31.64% from 255) = 26.40%
R=24.09%
G=49.50%
B=26.40%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal73150800.5100.470.41125.4534.5343.73
Hex4996503302F297d232c
Octal11122612063057511754354
Binary100100110010110101000011001101011111010011111101100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499650; }

 p { color: rgb(73,150,80); }

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

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

 a { background-color: rgb(73,150,80); }

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

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

 span { border-color: rgb(73,150,80); }

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