#499241

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

Shades of Fruit Salad #499241

Tints of Fruit Salad #499241

Color information

#499241 (or 0x499241) is unknown color: approx Fruit Salad. HEX triplet: 49, 92 and 41. RGB value is (73,146,65). Sum of RGB (Red+Green+Blue) = 73+146+65=284 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.70% from 284); Green value is 146 (57.42% from 255 or 51.41% from 284); Blue value is 65 (25.78% from 255 or 22.89% from 284); Max value from RGB is 146 - color contains mainly: green. Hex color #499241 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499241 is #B66DBE. Grayscale: #737373. Windows color (decimal): -11955647 or 4297289. OLE color: 4297289.

HSL color Cylindrical-coordinate representation of color #499241: hue angle of 114.07º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #499241 is Cyan = 0.5, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.43.

Color convert

RGB7314665-
CMYK0.500.550.43
HSL114.07º38.39%41.37%-
HSV(B)114.07º55.48%57.25%-
XYZ13.9822.368.58-
YUV114.9499.8298.09-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.70%
GREEN value IS 146 (57.42% from 255) = 51.41%
BLUE value IS 65 (25.78% from 255) = 22.89%
R=25.70%
G=51.41%
B=22.89%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal73146650.500.550.43114.0738.3941.37
Hex499241320372B722629
Octal11122210162067531624651
Binary100100110010010100000111001001101111010111110010100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499241; }

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

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

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

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

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

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

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

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