#4D745B

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

Shades of Como #4D745B

Tints of Como #4D745B

Color information

#4D745B (or 0x4D745B) is unknown color: approx Como. HEX triplet: 4D, 74 and 5B. RGB value is (77,116,91). Sum of RGB (Red+Green+Blue) = 77+116+91=284 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.11% from 284); Green value is 116 (45.70% from 255 or 40.85% from 284); Blue value is 91 (35.94% from 255 or 32.04% from 284); Max value from RGB is 116 - color contains mainly: green. Hex color #4D745B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D745B is #B28BA4. Grayscale: #656565. Windows color (decimal): -11701157 or 5993549. OLE color: 5993549.

HSL color Cylindrical-coordinate representation of color #4D745B: hue angle of 141.54º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4D745B is Cyan = 0.34, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB7711691-
CMYK0.3400.220.55
HSL141.54º20.21%37.84%-
HSV(B)141.54º33.62%45.49%-
XYZ11.1914.8212.17-
YUV101.49122.08110.53-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 27.11%
GREEN value IS 116 (45.70% from 255) = 40.85%
BLUE value IS 91 (35.94% from 255) = 32.04%
R=27.11%
G=40.85%
B=32.04%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal77116910.3400.220.55141.5420.2137.84
Hex4D745B22016378e1426
Octal11516413342026672162446
Binary1001101111010010110111000100101101101111000111010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D745B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,116,91); }

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

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

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

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

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

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

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