#4D514D

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

Shades of Nandor #4D514D

Tints of Nandor #4D514D

Color information

#4D514D (or 0x4D514D) is unknown color: approx Nandor. HEX triplet: 4D, 51 and 4D. RGB value is (77,81,77). Sum of RGB (Red+Green+Blue) = 77+81+77=235 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.77% from 235); Green value is 81 (32.03% from 255 or 34.47% from 235); Blue value is 77 (30.47% from 255 or 32.77% from 235); Max value from RGB is 81 - color contains mainly: green. Hex color #4D514D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D514D is #B2AEB2. Grayscale: #4F4F4F. Windows color (decimal): -11710131 or 5067085. OLE color: 5067085.

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

Color convert

RGB778177-
CMYK0.0500.050.68
HSL120º2.53%30.98%-
HSV(B)120º4.94%31.76%-
XYZ7.3488.18-
YUV79.35126.67126.33-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 32.77%
GREEN value IS 81 (32.03% from 255) = 34.47%
BLUE value IS 77 (30.47% from 255) = 32.77%
R=32.77%
G=34.47%
B=32.77%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7781770.0500.050.681202.5330.98
Hex4D514D505447831f
Octal115121115505104170337
Binary1001101101000110011011010101100010011110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D514D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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