#4d944a

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

Shades of Fruit Salad #4D944A

Tints of Fruit Salad #4D944A

Color information

#4D944A (or 0x4D944A) is unknown color: approx Fruit Salad. HEX triplet: 4D, 94 and 4A. RGB value is (77,148,74). Sum of RGB (Red+Green+Blue) = 77+148+74=299 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.75% from 299); Green value is 148 (58.20% from 255 or 49.50% from 299); Blue value is 74 (29.30% from 255 or 24.75% from 299); Max value from RGB is 148 - color contains mainly: green. Hex color #4D944A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D944A is #B26BB5. Grayscale: #767676. Windows color (decimal): -11692982 or 4887629. OLE color: 4887629.

HSL color Cylindrical-coordinate representation of color #4D944A: hue angle of 117.57º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4D944A is Cyan = 0.48, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB7714874-
CMYK0.4800.500.42
HSL117.57º33.33%43.53%-
HSV(B)117.57º50%58.04%-
XYZ14.8923.2510.18-
YUV118.33102.9898.52-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 25.75%
GREEN value IS 148 (58.20% from 255) = 49.50%
BLUE value IS 74 (29.30% from 255) = 24.75%
R=25.75%
G=49.50%
B=24.75%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal77148740.4800.500.42117.5733.3343.53
Hex4D944A300322A76212c
Octal11522411260062521664154
Binary100110110010100100101011000001100101010101110110100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4d944a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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