#499A41

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

Shades of Fruit Salad #499A41

Tints of Fruit Salad #499A41

Color information

#499A41 (or 0x499A41) is unknown color: approx Fruit Salad. HEX triplet: 49, 9A and 41. RGB value is (73,154,65). Sum of RGB (Red+Green+Blue) = 73+154+65=292 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25% from 292); Green value is 154 (60.55% from 255 or 52.74% from 292); Blue value is 65 (25.78% from 255 or 22.26% from 292); Max value from RGB is 154 - color contains mainly: green. Hex color #499A41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499A41 is #B665BE. Grayscale: #777777. Windows color (decimal): -11953599 or 4299337. OLE color: 4299337.

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

Color convert

RGB7315465-
CMYK0.5300.580.40
HSL114.61º40.64%42.94%-
HSV(B)114.61º57.79%60.39%-
XYZ15.2624.919-
YUV119.6497.1694.74-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25%
GREEN value IS 154 (60.55% from 255) = 52.74%
BLUE value IS 65 (25.78% from 255) = 22.26%
R=25%
G=52.74%
B=22.26%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal73154650.5300.580.40114.6140.6442.94
Hex499A413503A2873292b
Octal11123210165072501635153
Binary100100110011010100000111010101110101010001110011101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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