#49954C

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

Shades of Fruit Salad #49954C

Tints of Fruit Salad #49954C

Color information

#49954C (or 0x49954C) is unknown color: approx Fruit Salad. HEX triplet: 49, 95 and 4C. RGB value is (73,149,76). Sum of RGB (Red+Green+Blue) = 73+149+76=298 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.50% from 298); Green value is 149 (58.59% from 255 or 50% from 298); Blue value is 76 (30.08% from 255 or 25.50% from 298); Max value from RGB is 149 - color contains mainly: green. Hex color #49954C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49954C is #B66AB3. Grayscale: #767676. Windows color (decimal): -11954868 or 5018953. OLE color: 5018953.

HSL color Cylindrical-coordinate representation of color #49954C: hue angle of 122.37º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #49954C is Cyan = 0.51, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB7314976-
CMYK0.5100.490.42
HSL122.37º34.23%43.53%-
HSV(B)122.37º51.01%58.43%-
XYZ14.823.4310.58-
YUV117.95104.3295.94-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.50%
GREEN value IS 149 (58.59% from 255) = 50%
BLUE value IS 76 (30.08% from 255) = 25.50%
R=24.50%
G=50%
B=25.50%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal73149760.5100.490.42122.3734.2343.53
Hex49954C330312A7a222c
Octal11122511463061521724254
Binary100100110010101100110011001101100011010101111010100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49954C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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