#499645

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

Shades of Fruit Salad #499645

Tints of Fruit Salad #499645

Color information

#499645 (or 0x499645) is unknown color: approx Fruit Salad. HEX triplet: 49, 96 and 45. RGB value is (73,150,69). Sum of RGB (Red+Green+Blue) = 73+150+69=292 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25% from 292); Green value is 150 (58.98% from 255 or 51.37% from 292); Blue value is 69 (27.34% from 255 or 23.63% from 292); Max value from RGB is 150 - color contains mainly: green. Hex color #499645 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499645 is #B669BA. Grayscale: #757575. Windows color (decimal): -11954619 or 4560457. OLE color: 4560457.

HSL color Cylindrical-coordinate representation of color #499645: hue angle of 117.04º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #499645 is Cyan = 0.51, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.41.

Color convert

RGB7315069-
CMYK0.5100.540.41
HSL117.04º36.99%42.94%-
HSV(B)117.04º54%58.82%-
XYZ14.7323.669.42-
YUV117.74100.4996.09-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25%
GREEN value IS 150 (58.98% from 255) = 51.37%
BLUE value IS 69 (27.34% from 255) = 23.63%
R=25%
G=51.37%
B=23.63%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal73150690.5100.540.41117.0436.9942.94
Hex499645330362975252b
Octal11122610563066511654553
Binary100100110010110100010111001101101101010011110101100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499645; }

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

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

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

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

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

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

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

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