#499654

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

Shades of Fruit Salad #499654

Tints of Fruit Salad #499654

Color information

#499654 (or 0x499654) is unknown color: approx Fruit Salad. HEX triplet: 49, 96 and 54. RGB value is (73,150,84). Sum of RGB (Red+Green+Blue) = 73+150+84=307 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.78% from 307); Green value is 150 (58.98% from 255 or 48.86% from 307); Blue value is 84 (33.20% from 255 or 27.36% from 307); Max value from RGB is 150 - color contains mainly: green. Hex color #499654 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499654 is #B669AB. Grayscale: #777777. Windows color (decimal): -11954604 or 5543497. OLE color: 5543497.

HSL color Cylindrical-coordinate representation of color #499654: hue angle of 128.57º 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 #499654 is Cyan = 0.51, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.41.

Color convert

RGB7315084-
CMYK0.5100.440.41
HSL128.57º34.53%43.73%-
HSV(B)128.57º51.33%58.82%-
XYZ15.2523.8712.19-
YUV119.45107.9994.87-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.78%
GREEN value IS 150 (58.98% from 255) = 48.86%
BLUE value IS 84 (33.20% from 255) = 27.36%
R=23.78%
G=48.86%
B=27.36%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal73150840.5100.440.41128.5734.5343.73
Hex4996543302C2981232c
Octal11122612463054512014354
Binary1001001100101101010100110011010110010100110000001100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499654; }

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

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

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

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

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

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

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

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