#4F9049

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

Shades of Fruit Salad #4F9049

Tints of Fruit Salad #4F9049

Color information

#4F9049 (or 0x4F9049) is unknown color: approx Fruit Salad. HEX triplet: 4F, 90 and 49. RGB value is (79,144,73). Sum of RGB (Red+Green+Blue) = 79+144+73=296 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.69% from 296); Green value is 144 (56.64% from 255 or 48.65% from 296); Blue value is 73 (28.91% from 255 or 24.66% from 296); Max value from RGB is 144 - color contains mainly: green. Hex color #4F9049 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4F9049 is #B06FB6. Grayscale: #747474. Windows color (decimal): -11562935 or 4821071. OLE color: 4821071.

HSL color Cylindrical-coordinate representation of color #4F9049: hue angle of 114.93º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4F9049 is Cyan = 0.45, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.44.

Color convert

RGB7914473-
CMYK0.4500.490.44
HSL114.93º32.72%42.55%-
HSV(B)114.93º49.31%56.47%-
XYZ14.422.099.81-
YUV116.47103.47101.27-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 26.69%
GREEN value IS 144 (56.64% from 255) = 48.65%
BLUE value IS 73 (28.91% from 255) = 24.66%
R=26.69%
G=48.65%
B=24.66%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal79144730.4500.490.44114.9332.7242.55
Hex4F90492D0312C73212b
Octal11722011155061541634153
Binary100111110010000100100110110101100011011001110011100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F9049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4F9049; }

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

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

<style>
 a { background-color: #4F9049; }

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

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

<style>
 span { border-color: #4F9049; }

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

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