#499145

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

Shades of Fruit Salad #499145

Tints of Fruit Salad #499145

Color information

#499145 (or 0x499145) is unknown color: approx Fruit Salad. HEX triplet: 49, 91 and 45. RGB value is (73,145,69). Sum of RGB (Red+Green+Blue) = 73+145+69=287 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.44% from 287); Green value is 145 (57.03% from 255 or 50.52% from 287); Blue value is 69 (27.34% from 255 or 24.04% from 287); Max value from RGB is 145 - color contains mainly: green. Hex color #499145 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499145 is #B66EBA. Grayscale: #737373. Windows color (decimal): -11955899 or 4559177. OLE color: 4559177.

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

Color convert

RGB7314569-
CMYK0.5000.520.43
HSL116.84º35.51%41.96%-
HSV(B)116.84º52.41%56.86%-
XYZ13.9522.19.16-
YUV114.81102.1598.18-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.44%
GREEN value IS 145 (57.03% from 255) = 50.52%
BLUE value IS 69 (27.34% from 255) = 24.04%
R=25.44%
G=50.52%
B=24.04%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal73145690.5000.520.43116.8435.5141.96
Hex499145320342B75242a
Octal11122110562064531654452
Binary100100110010001100010111001001101001010111110101100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499145; }

 p { color: rgb(73,145,69); }

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

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

 a { background-color: rgb(73,145,69); }

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

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

 span { border-color: rgb(73,145,69); }

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