#4E944C

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

Shades of Fruit Salad #4E944C

Tints of Fruit Salad #4E944C

Color information

#4E944C (or 0x4E944C) is unknown color: approx Fruit Salad. HEX triplet: 4E, 94 and 4C. RGB value is (78,148,76). Sum of RGB (Red+Green+Blue) = 78+148+76=302 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.83% from 302); Green value is 148 (58.20% from 255 or 49.01% from 302); Blue value is 76 (30.08% from 255 or 25.17% from 302); Max value from RGB is 148 - color contains mainly: green. Hex color #4E944C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4E944C is #B16BB3. Grayscale: #777777. Windows color (decimal): -11627444 or 5018702. OLE color: 5018702.

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

Color convert

RGB7814876-
CMYK0.4700.490.42
HSL118.33º32.14%43.92%-
HSV(B)118.33º48.65%58.04%-
XYZ15.0423.3210.55-
YUV118.86103.8198.85-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 25.83%
GREEN value IS 148 (58.20% from 255) = 49.01%
BLUE value IS 76 (30.08% from 255) = 25.17%
R=25.83%
G=49.01%
B=25.17%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal78148760.4700.490.42118.3332.1443.92
Hex4E944C2F0312A76202c
Octal11622411457061521664054
Binary100111010010100100110010111101100011010101110110100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E944C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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