#4D914E

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

Shades of Fruit Salad #4D914E

Tints of Fruit Salad #4D914E

Color information

#4D914E (or 0x4D914E) is unknown color: approx Fruit Salad. HEX triplet: 4D, 91 and 4E. RGB value is (77,145,78). Sum of RGB (Red+Green+Blue) = 77+145+78=300 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.67% from 300); Green value is 145 (57.03% from 255 or 48.33% from 300); Blue value is 78 (30.86% from 255 or 26% from 300); Max value from RGB is 145 - color contains mainly: green. Hex color #4D914E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D914E is #B26EB1. Grayscale: #757575. Windows color (decimal): -11693746 or 5149005. OLE color: 5149005.

HSL color Cylindrical-coordinate representation of color #4D914E: hue angle of 120.88º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4D914E is Cyan = 0.47, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.43.

Color convert

RGB7714578-
CMYK0.4700.460.43
HSL120.88º30.63%43.53%-
HSV(B)120.88º46.9%56.86%-
XYZ14.5622.3810.76-
YUV117.03105.9799.45-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 25.67%
GREEN value IS 145 (57.03% from 255) = 48.33%
BLUE value IS 78 (30.86% from 255) = 26%
R=25.67%
G=48.33%
B=26%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal77145780.4700.460.43120.8830.6343.53
Hex4D914E2F02E2B791f2c
Octal11522111657056531713754
Binary10011011001000110011101011110101110101011111100111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D914E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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