#4D9350

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

Shades of Fruit Salad #4D9350

Tints of Fruit Salad #4D9350

Color information

#4D9350 (or 0x4D9350) is unknown color: approx Fruit Salad. HEX triplet: 4D, 93 and 50. RGB value is (77,147,80). Sum of RGB (Red+Green+Blue) = 77+147+80=304 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.33% from 304); Green value is 147 (57.81% from 255 or 48.36% from 304); Blue value is 80 (31.64% from 255 or 26.32% from 304); Max value from RGB is 147 - color contains mainly: green. Hex color #4D9350 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D9350 is #B26CAF. Grayscale: #767676. Windows color (decimal): -11693232 or 5280589. OLE color: 5280589.

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

Color convert

RGB7714780-
CMYK0.4800.460.42
HSL122.57º31.25%43.92%-
HSV(B)122.57º47.62%57.65%-
XYZ14.9423.0211.25-
YUV118.43106.3198.45-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 25.33%
GREEN value IS 147 (57.81% from 255) = 48.36%
BLUE value IS 80 (31.64% from 255) = 26.32%
R=25.33%
G=48.36%
B=26.32%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal77147800.4800.460.42122.5731.2543.92
Hex4D93503002E2A7b1f2c
Octal11522312060056521733754
Binary10011011001001110100001100000101110101010111101111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D9350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,147,80); }

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

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

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

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

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

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

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