#4F9345

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

Shades of Fruit Salad #4F9345

Tints of Fruit Salad #4F9345

Color information

#4F9345 (or 0x4F9345) is unknown color: approx Fruit Salad. HEX triplet: 4F, 93 and 45. RGB value is (79,147,69). Sum of RGB (Red+Green+Blue) = 79+147+69=295 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.78% from 295); Green value is 147 (57.81% from 255 or 49.83% from 295); Blue value is 69 (27.34% from 255 or 23.39% from 295); Max value from RGB is 147 - color contains mainly: green. Hex color #4F9345 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4F9345 is #B06CBA. Grayscale: #767676. Windows color (decimal): -11562171 or 4559695. OLE color: 4559695.

HSL color Cylindrical-coordinate representation of color #4F9345: hue angle of 112.31º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4F9345 is Cyan = 0.46, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.42.

Color convert

RGB7914769-
CMYK0.4600.530.42
HSL112.31º36.11%42.35%-
HSV(B)112.31º53.06%57.65%-
XYZ14.7322.969.29-
YUV117.78100.47100.34-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 26.78%
GREEN value IS 147 (57.81% from 255) = 49.83%
BLUE value IS 69 (27.34% from 255) = 23.39%
R=26.78%
G=49.83%
B=23.39%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal79147690.4600.530.42112.3136.1142.35
Hex4F93452E0352A70242a
Octal11722310556065521604452
Binary100111110010011100010110111001101011010101110000100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F9345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,147,69); }

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

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

 a { background-color: rgb(79,147,69); }

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

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

 span { border-color: rgb(79,147,69); }

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