#499A50

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

Shades of Fruit Salad #499A50

Tints of Fruit Salad #499A50

Color information

#499A50 (or 0x499A50) is unknown color: approx Fruit Salad. HEX triplet: 49, 9A and 50. RGB value is (73,154,80). Sum of RGB (Red+Green+Blue) = 73+154+80=307 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.78% from 307); Green value is 154 (60.55% from 255 or 50.16% from 307); Blue value is 80 (31.64% from 255 or 26.06% from 307); Max value from RGB is 154 - color contains mainly: green. Hex color #499A50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499A50 is #B665AF. Grayscale: #797979. Windows color (decimal): -11953584 or 5282377. OLE color: 5282377.

HSL color Cylindrical-coordinate representation of color #499A50: hue angle of 125.19º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #499A50 is Cyan = 0.53, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.40.

Color convert

RGB7315480-
CMYK0.5300.480.40
HSL125.19º35.68%44.51%-
HSV(B)125.19º52.6%60.39%-
XYZ15.7525.1111.61-
YUV121.34104.6693.52-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.78%
GREEN value IS 154 (60.55% from 255) = 50.16%
BLUE value IS 80 (31.64% from 255) = 26.06%
R=23.78%
G=50.16%
B=26.06%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal73154800.5300.480.40125.1935.6844.51
Hex499A5035030287d242d
Octal11123212065060501754455
Binary100100110011010101000011010101100001010001111101100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499A50; }

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

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

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

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

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

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

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

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