#4D594D

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

Shades of Nandor #4D594D

Tints of Nandor #4D594D

Color information

#4D594D (or 0x4D594D) is unknown color: approx Nandor. HEX triplet: 4D, 59 and 4D. RGB value is (77,89,77). Sum of RGB (Red+Green+Blue) = 77+89+77=243 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.69% from 243); Green value is 89 (35.16% from 255 or 36.63% from 243); Blue value is 77 (30.47% from 255 or 31.69% from 243); Max value from RGB is 89 - color contains mainly: green. Hex color #4D594D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D594D is #B2A6B2. Grayscale: #545454. Windows color (decimal): -11708083 or 5069133. OLE color: 5069133.

HSL color Cylindrical-coordinate representation of color #4D594D: hue angle of 120º degrees, saturation: 0.07, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #4D594D is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.65.

Color convert

RGB778977-
CMYK0.1300.130.65
HSL120º7.23%32.55%-
HSV(B)120º13.48%34.9%-
XYZ7.979.268.39-
YUV84.04124.02122.98-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 31.69%
GREEN value IS 89 (35.16% from 255) = 36.63%
BLUE value IS 77 (30.47% from 255) = 31.69%
R=31.69%
G=36.63%
B=31.69%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7789770.1300.130.651207.2332.55
Hex4D594DD0D4178721
Octal11513111515015101170741
Binary10011011011001100110111010110110000011111000111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D594D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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