#4F974D

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

Shades of Fruit Salad #4F974D

Tints of Fruit Salad #4F974D

Color information

#4F974D (or 0x4F974D) is unknown color: approx Fruit Salad. HEX triplet: 4F, 97 and 4D. RGB value is (79,151,77). Sum of RGB (Red+Green+Blue) = 79+151+77=307 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.73% from 307); Green value is 151 (59.38% from 255 or 49.19% from 307); Blue value is 77 (30.47% from 255 or 25.08% from 307); Max value from RGB is 151 - color contains mainly: green. Hex color #4F974D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F974D is #B068B2. Grayscale: #797979. Windows color (decimal): -11561139 or 5085007. OLE color: 5085007.

HSL color Cylindrical-coordinate representation of color #4F974D: hue angle of 118.38º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4F974D is Cyan = 0.48, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.41.

Color convert

RGB7915177-
CMYK0.4800.490.41
HSL118.38º32.46%44.71%-
HSV(B)118.38º49.01%59.22%-
XYZ15.6324.3310.89-
YUV121.04103.1598.02-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 25.73%
GREEN value IS 151 (59.38% from 255) = 49.19%
BLUE value IS 77 (30.47% from 255) = 25.08%
R=25.73%
G=49.19%
B=25.08%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal79151770.4800.490.41118.3832.4644.71
Hex4F974D300312976202d
Octal11722711560061511664055
Binary100111110010111100110111000001100011010011110110100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F974D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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