#499A42

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

Shades of Fruit Salad #499A42

Tints of Fruit Salad #499A42

Color information

#499A42 (or 0x499A42) is unknown color: approx Fruit Salad. HEX triplet: 49, 9A and 42. RGB value is (73,154,66). Sum of RGB (Red+Green+Blue) = 73+154+66=293 (38% of max value = 765). Red value is 73 (28.91% from 255 or 24.91% from 293); Green value is 154 (60.55% from 255 or 52.56% from 293); Blue value is 66 (26.17% from 255 or 22.53% from 293); Max value from RGB is 154 - color contains mainly: green. Hex color #499A42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499A42 is #B665BD. Grayscale: #787878. Windows color (decimal): -11953598 or 4364873. OLE color: 4364873.

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

Color convert

RGB7315466-
CMYK0.5300.570.40
HSL115.23º40%43.14%-
HSV(B)115.23º57.14%60.39%-
XYZ15.2924.929.16-
YUV119.7597.6694.66-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.91%
GREEN value IS 154 (60.55% from 255) = 52.56%
BLUE value IS 66 (26.17% from 255) = 22.53%
R=24.91%
G=52.56%
B=22.53%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal73154660.5300.570.40115.234043.14
Hex499A42350392873282b
Octal11123210265071501635053
Binary100100110011010100001011010101110011010001110011101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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