#4E974D

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

Shades of Fruit Salad #4E974D

Tints of Fruit Salad #4E974D

Color information

#4E974D (or 0x4E974D) is unknown color: approx Fruit Salad. HEX triplet: 4E, 97 and 4D. RGB value is (78,151,77). Sum of RGB (Red+Green+Blue) = 78+151+77=306 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.49% from 306); Green value is 151 (59.38% from 255 or 49.35% from 306); Blue value is 77 (30.47% from 255 or 25.16% from 306); Max value from RGB is 151 - color contains mainly: green. Hex color #4E974D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E974D is #B168B2. Grayscale: #787878. Windows color (decimal): -11626675 or 5085006. OLE color: 5085006.

HSL color Cylindrical-coordinate representation of color #4E974D: hue angle of 119.19º 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 #4E974D is Cyan = 0.48, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.41.

Color convert

RGB7815177-
CMYK0.4800.490.41
HSL119.19º32.46%44.71%-
HSV(B)119.19º49.01%59.22%-
XYZ15.5524.2910.89-
YUV120.74103.3297.52-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 25.49%
GREEN value IS 151 (59.38% from 255) = 49.35%
BLUE value IS 77 (30.47% from 255) = 25.16%
R=25.49%
G=49.35%
B=25.16%

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
Decimal78151770.4800.490.41119.1932.4644.71
Hex4E974D300312977202d
Octal11622711560061511674055
Binary100111010010111100110111000001100011010011110111100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E974D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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