#49984C

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

Shades of Fruit Salad #49984C

Tints of Fruit Salad #49984C

Color information

#49984C (or 0x49984C) is unknown color: approx Fruit Salad. HEX triplet: 49, 98 and 4C. RGB value is (73,152,76). Sum of RGB (Red+Green+Blue) = 73+152+76=301 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.25% from 301); Green value is 152 (59.77% from 255 or 50.50% from 301); Blue value is 76 (30.08% from 255 or 25.25% from 301); Max value from RGB is 152 - color contains mainly: green. Hex color #49984C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49984C is #B667B3. Grayscale: #777777. Windows color (decimal): -11954100 or 5019721. OLE color: 5019721.

HSL color Cylindrical-coordinate representation of color #49984C: hue angle of 122.28º 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 #49984C is Cyan = 0.52, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.40.

Color convert

RGB7315276-
CMYK0.5200.500.40
HSL122.28º35.11%44.12%-
HSV(B)122.28º51.97%59.61%-
XYZ15.2824.3910.74-
YUV119.71103.3394.68-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.25%
GREEN value IS 152 (59.77% from 255) = 50.50%
BLUE value IS 76 (30.08% from 255) = 25.25%
R=24.25%
G=50.50%
B=25.25%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal73152760.5200.500.40122.2835.1144.12
Hex49984C34032287a232c
Octal11123011464062501724354
Binary100100110011000100110011010001100101010001111010100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49984C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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