#499744

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

Shades of Fruit Salad #499744

Tints of Fruit Salad #499744

Color information

#499744 (or 0x499744) is unknown color: approx Fruit Salad. HEX triplet: 49, 97 and 44. RGB value is (73,151,68). Sum of RGB (Red+Green+Blue) = 73+151+68=292 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25% from 292); Green value is 151 (59.38% from 255 or 51.71% from 292); Blue value is 68 (26.95% from 255 or 23.29% from 292); Max value from RGB is 151 - color contains mainly: green. Hex color #499744 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499744 is #B668BB. Grayscale: #767676. Windows color (decimal): -11954364 or 4495177. OLE color: 4495177.

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

Color convert

RGB7315168-
CMYK0.5200.550.41
HSL116.39º37.9%42.94%-
HSV(B)116.39º54.97%59.22%-
XYZ14.8623.979.31-
YUV118.2299.6695.75-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25%
GREEN value IS 151 (59.38% from 255) = 51.71%
BLUE value IS 68 (26.95% from 255) = 23.29%
R=25%
G=51.71%
B=23.29%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal73151680.5200.550.41116.3937.942.94
Hex499744340372974262b
Octal11122710464067511644653
Binary100100110010111100010011010001101111010011110100100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499744; }

 p { color: rgb(73,151,68); }

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

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

 a { background-color: rgb(73,151,68); }

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

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

 span { border-color: rgb(73,151,68); }

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