#499A4D

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

Shades of Fruit Salad #499A4D

Tints of Fruit Salad #499A4D

Color information

#499A4D (or 0x499A4D) is unknown color: approx Fruit Salad. HEX triplet: 49, 9A and 4D. RGB value is (73,154,77). Sum of RGB (Red+Green+Blue) = 73+154+77=304 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.01% from 304); Green value is 154 (60.55% from 255 or 50.66% from 304); Blue value is 77 (30.47% from 255 or 25.33% from 304); Max value from RGB is 154 - color contains mainly: green. Hex color #499A4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499A4D is #B665B2. Grayscale: #797979. Windows color (decimal): -11953587 or 5085769. OLE color: 5085769.

HSL color Cylindrical-coordinate representation of color #499A4D: hue angle of 122.96º 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 #499A4D is Cyan = 0.53, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.40.

Color convert

RGB7315477-
CMYK0.5300.500.40
HSL122.96º35.68%44.51%-
HSV(B)122.96º52.6%60.39%-
XYZ15.6425.0611.03-
YUV121103.1693.76-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.01%
GREEN value IS 154 (60.55% from 255) = 50.66%
BLUE value IS 77 (30.47% from 255) = 25.33%
R=24.01%
G=50.66%
B=25.33%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal73154770.5300.500.40122.9635.6844.51
Hex499A4D35032287b242d
Octal11123211565062501734455
Binary100100110011010100110111010101100101010001111011100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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