#4D544D

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

Shades of Nandor #4D544D

Tints of Nandor #4D544D

Color information

#4D544D (or 0x4D544D) is unknown color: approx Nandor. HEX triplet: 4D, 54 and 4D. RGB value is (77,84,77). Sum of RGB (Red+Green+Blue) = 77+84+77=238 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.35% from 238); Green value is 84 (33.20% from 255 or 35.29% from 238); Blue value is 77 (30.47% from 255 or 32.35% from 238); Max value from RGB is 84 - color contains mainly: green. Hex color #4D544D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D544D is #B2ABB2. Grayscale: #515151. Windows color (decimal): -11709363 or 5067853. OLE color: 5067853.

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

Color convert

RGB778477-
CMYK0.0800.080.67
HSL120º4.35%31.57%-
HSV(B)120º8.33%32.94%-
XYZ7.578.458.25-
YUV81.11125.68125.07-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 32.35%
GREEN value IS 84 (33.20% from 255) = 35.29%
BLUE value IS 77 (30.47% from 255) = 32.35%
R=32.35%
G=35.29%
B=32.35%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7784770.0800.080.671204.3531.57
Hex4D544D8084378420
Octal11512411510010103170440
Binary10011011010100100110110000100010000111111000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D544D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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