#4D934D

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

Shades of Fruit Salad #4D934D

Tints of Fruit Salad #4D934D

Color information

#4D934D (or 0x4D934D) is unknown color: approx Fruit Salad. HEX triplet: 4D, 93 and 4D. RGB value is (77,147,77). Sum of RGB (Red+Green+Blue) = 77+147+77=301 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.58% from 301); Green value is 147 (57.81% from 255 or 48.84% from 301); Blue value is 77 (30.47% from 255 or 25.58% from 301); Max value from RGB is 147 - color contains mainly: green. Hex color #4D934D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D934D is #B26CB2. Grayscale: #767676. Windows color (decimal): -11693235 or 5083981. OLE color: 5083981.

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

Color convert

RGB7714777-
CMYK0.4800.480.42
HSL120º31.25%43.92%-
HSV(B)120º47.62%57.65%-
XYZ14.8322.9810.68-
YUV118.09104.8198.69-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 25.58%
GREEN value IS 147 (57.81% from 255) = 48.84%
BLUE value IS 77 (30.47% from 255) = 25.58%
R=25.58%
G=48.84%
B=25.58%

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
Decimal77147770.4800.480.4212031.2543.92
Hex4D934D300302A781f2c
Octal11522311560060521703754
Binary10011011001001110011011100000110000101010111100011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D934D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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