#4D9155

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

Shades of Fruit Salad #4D9155

Tints of Fruit Salad #4D9155

Color information

#4D9155 (or 0x4D9155) is unknown color: approx Fruit Salad. HEX triplet: 4D, 91 and 55. RGB value is (77,145,85). Sum of RGB (Red+Green+Blue) = 77+145+85=307 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.08% from 307); Green value is 145 (57.03% from 255 or 47.23% from 307); Blue value is 85 (33.59% from 255 or 27.69% from 307); Max value from RGB is 145 - color contains mainly: green. Hex color #4D9155 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D9155 is #B26EAA. Grayscale: #757575. Windows color (decimal): -11693739 or 5607757. OLE color: 5607757.

HSL color Cylindrical-coordinate representation of color #4D9155: hue angle of 127.06º 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 #4D9155 is Cyan = 0.47, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.43.

Color convert

RGB7714585-
CMYK0.4700.410.43
HSL127.06º30.63%43.53%-
HSV(B)127.06º46.9%56.86%-
XYZ14.8322.4812.15-
YUV117.83109.4798.88-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 25.08%
GREEN value IS 145 (57.03% from 255) = 47.23%
BLUE value IS 85 (33.59% from 255) = 27.69%
R=25.08%
G=47.23%
B=27.69%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal77145850.4700.410.43127.0630.6343.53
Hex4D91552F0292B7f1f2c
Octal11522112557051531773754
Binary10011011001000110101011011110101001101011111111111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D9155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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