#4F934D

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

Shades of Fruit Salad #4F934D

Tints of Fruit Salad #4F934D

Color information

#4F934D (or 0x4F934D) is unknown color: approx Fruit Salad. HEX triplet: 4F, 93 and 4D. RGB value is (79,147,77). Sum of RGB (Red+Green+Blue) = 79+147+77=303 (40% of max value = 765). Red value is 79 (31.25% from 255 or 26.07% from 303); Green value is 147 (57.81% from 255 or 48.51% from 303); Blue value is 77 (30.47% from 255 or 25.41% from 303); Max value from RGB is 147 - color contains mainly: green. Hex color #4F934D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F934D is #B06CB2. Grayscale: #767676. Windows color (decimal): -11562163 or 5083983. OLE color: 5083983.

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

Color convert

RGB7914777-
CMYK0.4600.480.42
HSL118.29º31.25%43.92%-
HSV(B)118.29º47.62%57.65%-
XYZ1523.0710.68-
YUV118.69104.4799.69-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 26.07%
GREEN value IS 147 (57.81% from 255) = 48.51%
BLUE value IS 77 (30.47% from 255) = 25.41%
R=26.07%
G=48.51%
B=25.41%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal79147770.4600.480.42118.2931.2543.92
Hex4F934D2E0302A761f2c
Octal11722311556060521663754
Binary10011111001001110011011011100110000101010111011011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F934D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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