#4D8E49

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

Shades of Fruit Salad #4D8E49

Tints of Fruit Salad #4D8E49

Color information

#4D8E49 (or 0x4D8E49) is unknown color: approx Fruit Salad. HEX triplet: 4D, 8E and 49. RGB value is (77,142,73). Sum of RGB (Red+Green+Blue) = 77+142+73=292 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.37% from 292); Green value is 142 (55.86% from 255 or 48.63% from 292); Blue value is 73 (28.91% from 255 or 25% from 292); Max value from RGB is 142 - color contains mainly: green. Hex color #4D8E49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D8E49 is #B271B6. Grayscale: #727272. Windows color (decimal): -11694519 or 4820557. OLE color: 4820557.

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

Color convert

RGB7714273-
CMYK0.4600.490.44
HSL116.52º32.09%42.16%-
HSV(B)116.52º48.59%55.69%-
XYZ13.9421.49.7-
YUV114.7104.47101.11-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 26.37%
GREEN value IS 142 (55.86% from 255) = 48.63%
BLUE value IS 73 (28.91% from 255) = 25%
R=26.37%
G=48.63%
B=25%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal77142730.4600.490.44116.5232.0942.16
Hex4D8E492E0312C75202a
Octal11521611156061541654052
Binary100110110001110100100110111001100011011001110101100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D8E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,142,73); }

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

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

 a { background-color: rgb(77,142,73); }

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

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

 span { border-color: rgb(77,142,73); }

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