#499242

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

Shades of Fruit Salad #499242

Tints of Fruit Salad #499242

Color information

#499242 (or 0x499242) is unknown color: approx Fruit Salad. HEX triplet: 49, 92 and 42. RGB value is (73,146,66). Sum of RGB (Red+Green+Blue) = 73+146+66=285 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.61% from 285); Green value is 146 (57.42% from 255 or 51.23% from 285); Blue value is 66 (26.17% from 255 or 23.16% from 285); Max value from RGB is 146 - color contains mainly: green. Hex color #499242 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499242 is #B66DBD. Grayscale: #737373. Windows color (decimal): -11955646 or 4362825. OLE color: 4362825.

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

Color convert

RGB7314666-
CMYK0.500.550.43
HSL114.75º37.74%41.57%-
HSV(B)114.75º54.79%57.25%-
XYZ14.0122.378.73-
YUV115.05100.3298-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.61%
GREEN value IS 146 (57.42% from 255) = 51.23%
BLUE value IS 66 (26.17% from 255) = 23.16%
R=25.61%
G=51.23%
B=23.16%

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
Decimal73146660.500.550.43114.7537.7441.57
Hex499242320372B73262a
Octal11122210262067531634652
Binary100100110010010100001011001001101111010111110011100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499242; }

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

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

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

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

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

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

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

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