#4D664D

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

Shades of Nandor #4D664D

Tints of Nandor #4D664D

Color information

#4D664D (or 0x4D664D) is unknown color: approx Nandor. HEX triplet: 4D, 66 and 4D. RGB value is (77,102,77). Sum of RGB (Red+Green+Blue) = 77+102+77=256 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.08% from 256); Green value is 102 (40.23% from 255 or 39.84% from 256); Blue value is 77 (30.47% from 255 or 30.08% from 256); Max value from RGB is 102 - color contains mainly: green. Hex color #4D664D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D664D is #B299B2. Grayscale: #5B5B5B. Windows color (decimal): -11704755 or 5072461. OLE color: 5072461.

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

Color convert

RGB7710277-
CMYK0.2500.250.6
HSL120º13.97%35.1%-
HSV(B)120º24.51%40%-
XYZ9.1511.628.78-
YUV91.68119.72117.53-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 30.08%
GREEN value IS 102 (40.23% from 255) = 39.84%
BLUE value IS 77 (30.47% from 255) = 30.08%
R=30.08%
G=39.84%
B=30.08%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal77102770.2500.250.612013.9735.1
Hex4D664D190193C78e23
Octal11514611531031741701643
Binary1001101110011010011011100101100111110011110001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D664D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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