#4F9249

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

Shades of Fruit Salad #4F9249

Tints of Fruit Salad #4F9249

Color information

#4F9249 (or 0x4F9249) is unknown color: approx Fruit Salad. HEX triplet: 4F, 92 and 49. RGB value is (79,146,73). Sum of RGB (Red+Green+Blue) = 79+146+73=298 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.51% from 298); Green value is 146 (57.42% from 255 or 48.99% from 298); Blue value is 73 (28.91% from 255 or 24.50% from 298); Max value from RGB is 146 - color contains mainly: green. Hex color #4F9249 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4F9249 is #B06DB6. Grayscale: #757575. Windows color (decimal): -11562423 or 4821583. OLE color: 4821583.

HSL color Cylindrical-coordinate representation of color #4F9249: hue angle of 115.07º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4F9249 is Cyan = 0.46, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.43.

Color convert

RGB7914673-
CMYK0.4600.50.43
HSL115.07º33.33%42.94%-
HSV(B)115.07º50%57.25%-
XYZ14.7122.79.91-
YUV117.64102.8100.44-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 26.51%
GREEN value IS 146 (57.42% from 255) = 48.99%
BLUE value IS 73 (28.91% from 255) = 24.50%
R=26.51%
G=48.99%
B=24.50%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal79146730.4600.50.43115.0733.3342.94
Hex4F92492E0322B73212b
Octal11722211156062531634153
Binary100111110010010100100110111001100101010111110011100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F9249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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