#49974F

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

Shades of Fruit Salad #49974F

Tints of Fruit Salad #49974F

Color information

#49974F (or 0x49974F) is unknown color: approx Fruit Salad. HEX triplet: 49, 97 and 4F. RGB value is (73,151,79). Sum of RGB (Red+Green+Blue) = 73+151+79=303 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.09% from 303); Green value is 151 (59.38% from 255 or 49.83% from 303); Blue value is 79 (31.25% from 255 or 26.07% from 303); Max value from RGB is 151 - color contains mainly: green. Hex color #49974F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49974F is #B668B0. Grayscale: #777777. Windows color (decimal): -11954353 or 5216073. OLE color: 5216073.

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

Color convert

RGB7315179-
CMYK0.5200.480.41
HSL124.62º34.82%43.92%-
HSV(B)124.62º51.66%59.22%-
XYZ15.2324.1111.25-
YUV119.47105.1694.85-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.09%
GREEN value IS 151 (59.38% from 255) = 49.83%
BLUE value IS 79 (31.25% from 255) = 26.07%
R=24.09%
G=49.83%
B=26.07%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal73151790.5200.480.41124.6234.8243.92
Hex49974F34030297d232c
Octal11122711764060511754354
Binary100100110010111100111111010001100001010011111101100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49974F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49974F; }

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

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

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

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

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

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

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

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