#4D605D

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

Shades of Mako #4D605D

Tints of Mako #4D605D

Color information

#4D605D (or 0x4D605D) is unknown color: approx Mako. HEX triplet: 4D, 60 and 5D. RGB value is (77,96,93). Sum of RGB (Red+Green+Blue) = 77+96+93=266 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.95% from 266); Green value is 96 (37.89% from 255 or 36.09% from 266); Blue value is 93 (36.72% from 255 or 34.96% from 266); Max value from RGB is 96 - color contains mainly: green. Hex color #4D605D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D605D is #B29FA2. Grayscale: #595959. Windows color (decimal): -11706275 or 6119501. OLE color: 6119501.

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

Color convert

RGB779693-
CMYK0.2000.030.62
HSL170.53º10.98%33.92%-
HSV(B)170.53º19.79%37.65%-
XYZ9.2210.7311.94-
YUV89.98129.71118.74-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 28.95%
GREEN value IS 96 (37.89% from 255) = 36.09%
BLUE value IS 93 (36.72% from 255) = 34.96%
R=28.95%
G=36.09%
B=34.96%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7796930.2000.030.62170.5310.9833.92
Hex4D605D14033Eabb22
Octal1151401352403762531342
Binary10011011100000101110110100011111110101010111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D605D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,96,93); }

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

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

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

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

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

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

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