#49964E

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

Shades of Fruit Salad #49964E

Tints of Fruit Salad #49964E

Color information

#49964E (or 0x49964E) is unknown color: approx Fruit Salad. HEX triplet: 49, 96 and 4E. RGB value is (73,150,78). Sum of RGB (Red+Green+Blue) = 73+150+78=301 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.25% from 301); Green value is 150 (58.98% from 255 or 49.83% from 301); Blue value is 78 (30.86% from 255 or 25.91% from 301); Max value from RGB is 150 - color contains mainly: green. Hex color #49964E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49964E is #B669B1. Grayscale: #767676. Windows color (decimal): -11954610 or 5150281. OLE color: 5150281.

HSL color Cylindrical-coordinate representation of color #49964E: hue angle of 123.9º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #49964E is Cyan = 0.51, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.41.

Color convert

RGB7315078-
CMYK0.5100.480.41
HSL123.9º34.53%43.73%-
HSV(B)123.9º51.33%58.82%-
XYZ15.0323.7811.01-
YUV118.77104.9995.35-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.25%
GREEN value IS 150 (58.98% from 255) = 49.83%
BLUE value IS 78 (30.86% from 255) = 25.91%
R=24.25%
G=49.83%
B=25.91%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal73150780.5100.480.41123.934.5343.73
Hex49964E33030297c232c
Octal11122611663060511744354
Binary100100110010110100111011001101100001010011111100100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49964E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49964E; }

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

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

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

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

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

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

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

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