#4E994D

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

Shades of Fruit Salad #4E994D

Tints of Fruit Salad #4E994D

Color information

#4E994D (or 0x4E994D) is unknown color: approx Fruit Salad. HEX triplet: 4E, 99 and 4D. RGB value is (78,153,77). Sum of RGB (Red+Green+Blue) = 78+153+77=308 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.32% from 308); Green value is 153 (60.16% from 255 or 49.68% from 308); Blue value is 77 (30.47% from 255 or 25% from 308); Max value from RGB is 153 - color contains mainly: green. Hex color #4E994D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E994D is #B166B2. Grayscale: #7A7A7A. Windows color (decimal): -11626163 or 5085518. OLE color: 5085518.

HSL color Cylindrical-coordinate representation of color #4E994D: hue angle of 119.21º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4E994D is Cyan = 0.49, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.4.

Color convert

RGB7815377-
CMYK0.4900.500.4
HSL119.21º33.04%45.1%-
HSV(B)119.21º49.67%60%-
XYZ15.8724.9411-
YUV121.91102.6596.68-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 25.32%
GREEN value IS 153 (60.16% from 255) = 49.68%
BLUE value IS 77 (30.47% from 255) = 25%
R=25.32%
G=49.68%
B=25%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal78153770.4900.500.4119.2133.0445.1
Hex4E994D310322877212d
Octal11623111561062501674155
Binary100111010011001100110111000101100101010001110111100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E994D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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