#4E944D

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

Shades of Fruit Salad #4E944D

Tints of Fruit Salad #4E944D

Color information

#4E944D (or 0x4E944D) is unknown color: approx Fruit Salad. HEX triplet: 4E, 94 and 4D. RGB value is (78,148,77). Sum of RGB (Red+Green+Blue) = 78+148+77=303 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.74% from 303); Green value is 148 (58.20% from 255 or 48.84% from 303); Blue value is 77 (30.47% from 255 or 25.41% from 303); Max value from RGB is 148 - color contains mainly: green. Hex color #4E944D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E944D is #B16BB2. Grayscale: #777777. Windows color (decimal): -11627443 or 5084238. OLE color: 5084238.

HSL color Cylindrical-coordinate representation of color #4E944D: hue angle of 119.15º degrees, saturation: 0.32, 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 #4E944D is Cyan = 0.47, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB7814877-
CMYK0.4700.480.42
HSL119.15º31.56%44.12%-
HSV(B)119.15º47.97%58.04%-
XYZ15.0723.3410.73-
YUV118.98104.3198.77-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 25.74%
GREEN value IS 148 (58.20% from 255) = 48.84%
BLUE value IS 77 (30.47% from 255) = 25.41%
R=25.74%
G=48.84%
B=25.41%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal78148770.4700.480.42119.1531.5644.12
Hex4E944D2F0302A77202c
Octal11622411557060521674054
Binary100111010010100100110110111101100001010101110111100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E944D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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