#4D944D

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

Shades of Fruit Salad #4D944D

Tints of Fruit Salad #4D944D

Color information

#4D944D (or 0x4D944D) is unknown color: approx Fruit Salad. HEX triplet: 4D, 94 and 4D. RGB value is (77,148,77). Sum of RGB (Red+Green+Blue) = 77+148+77=302 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.50% from 302); Green value is 148 (58.20% from 255 or 49.01% from 302); Blue value is 77 (30.47% from 255 or 25.50% from 302); Max value from RGB is 148 - color contains mainly: green. Hex color #4D944D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D944D is #B26BB2. Grayscale: #767676. Windows color (decimal): -11692979 or 5084237. OLE color: 5084237.

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

Color convert

RGB7714877-
CMYK0.4800.480.42
HSL120º31.56%44.12%-
HSV(B)120º47.97%58.04%-
XYZ14.9923.2910.73-
YUV118.68104.4898.27-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 25.50%
GREEN value IS 148 (58.20% from 255) = 49.01%
BLUE value IS 77 (30.47% from 255) = 25.50%
R=25.50%
G=49.01%
B=25.50%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal77148770.4800.480.4212031.5644.12
Hex4D944D300302A78202c
Octal11522411560060521704054
Binary100110110010100100110111000001100001010101111000100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D944D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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