#49984E

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

Shades of Fruit Salad #49984E

Tints of Fruit Salad #49984E

Color information

#49984E (or 0x49984E) is unknown color: approx Fruit Salad. HEX triplet: 49, 98 and 4E. RGB value is (73,152,78). Sum of RGB (Red+Green+Blue) = 73+152+78=303 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.09% from 303); Green value is 152 (59.77% from 255 or 50.17% from 303); Blue value is 78 (30.86% from 255 or 25.74% from 303); Max value from RGB is 152 - color contains mainly: green. Hex color #49984E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49984E is #B667B1. Grayscale: #787878. Windows color (decimal): -11954098 or 5150793. OLE color: 5150793.

HSL color Cylindrical-coordinate representation of color #49984E: hue angle of 123.8º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #49984E is Cyan = 0.52, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.40.

Color convert

RGB7315278-
CMYK0.5200.490.40
HSL123.8º35.11%44.12%-
HSV(B)123.8º51.97%59.61%-
XYZ15.3524.4211.11-
YUV119.94104.3394.52-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.09%
GREEN value IS 152 (59.77% from 255) = 50.17%
BLUE value IS 78 (30.86% from 255) = 25.74%
R=24.09%
G=50.17%
B=25.74%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal73152780.5200.490.40123.835.1144.12
Hex49984E34031287c232c
Octal11123011664061501744354
Binary100100110011000100111011010001100011010001111100100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49984E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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