#4D615E

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

Shades of Mako #4D615E

Tints of Mako #4D615E

Color information

#4D615E (or 0x4D615E) is unknown color: approx Mako. HEX triplet: 4D, 61 and 5E. RGB value is (77,97,94). Sum of RGB (Red+Green+Blue) = 77+97+94=268 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.73% from 268); Green value is 97 (38.28% from 255 or 36.19% from 268); Blue value is 94 (37.11% from 255 or 35.07% from 268); Max value from RGB is 97 - color contains mainly: green. Hex color #4D615E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D615E is #B29EA1. Grayscale: #5A5A5A. Windows color (decimal): -11706018 or 6185293. OLE color: 6185293.

HSL color Cylindrical-coordinate representation of color #4D615E: hue angle of 171º degrees, saturation: 0.11, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #4D615E is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB779794-
CMYK0.2100.030.62
HSL171º11.49%34.12%-
HSV(B)171º20.62%38.04%-
XYZ9.3610.9412.21-
YUV90.68129.87118.24-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 28.73%
GREEN value IS 97 (38.28% from 255) = 36.19%
BLUE value IS 94 (37.11% from 255) = 35.07%
R=28.73%
G=36.19%
B=35.07%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7797940.2100.030.6217111.4934.12
Hex4D615E15033Eabb22
Octal1151411362503762531342
Binary10011011100001101111010101011111110101010111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D615E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,97,94); }

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

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

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

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

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

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

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