#4D614E

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

Shades of Nandor #4D614E

Tints of Nandor #4D614E

Color information

#4D614E (or 0x4D614E) is unknown color: approx Nandor. HEX triplet: 4D, 61 and 4E. RGB value is (77,97,78). Sum of RGB (Red+Green+Blue) = 77+97+78=252 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.56% from 252); Green value is 97 (38.28% from 255 or 38.49% from 252); Blue value is 78 (30.86% from 255 or 30.95% from 252); Max value from RGB is 97 - color contains mainly: green. Hex color #4D614E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D614E is #B29EB1. Grayscale: #585858. Windows color (decimal): -11706034 or 5136717. OLE color: 5136717.

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

Color convert

RGB779778-
CMYK0.2100.200.62
HSL123º11.49%34.12%-
HSV(B)123º20.62%38.04%-
XYZ8.7110.688.81-
YUV88.85121.87119.54-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 30.56%
GREEN value IS 97 (38.28% from 255) = 38.49%
BLUE value IS 78 (30.86% from 255) = 30.95%
R=30.56%
G=38.49%
B=30.95%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7797780.2100.200.6212311.4934.12
Hex4D614E150143E7bb22
Octal11514111625024761731342
Binary1001101110000110011101010101010011111011110111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D614E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,97,78); }

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

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

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

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

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

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

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