#4E614E

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

Shades of Nandor #4E614E

Tints of Nandor #4E614E

Color information

#4E614E (or 0x4E614E) is unknown color: approx Nandor. HEX triplet: 4E, 61 and 4E. RGB value is (78,97,78). Sum of RGB (Red+Green+Blue) = 78+97+78=253 (33% of max value = 765). Red value is 78 (30.86% from 255 or 30.83% from 253); Green value is 97 (38.28% from 255 or 38.34% from 253); Blue value is 78 (30.86% from 255 or 30.83% from 253); Max value from RGB is 97 - color contains mainly: green. Hex color #4E614E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E614E is #B19EB1. Grayscale: #595959. Windows color (decimal): -11640498 or 5136718. OLE color: 5136718.

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

Color convert

RGB789778-
CMYK0.2000.200.62
HSL120º10.86%34.31%-
HSV(B)120º19.59%38.04%-
XYZ8.7910.728.81-
YUV89.15121.71120.04-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 30.83%
GREEN value IS 97 (38.28% from 255) = 38.34%
BLUE value IS 78 (30.86% from 255) = 30.83%
R=30.83%
G=38.34%
B=30.83%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7897780.2000.200.6212010.8634.31
Hex4E614E140143E78b22
Octal11614111624024761701342
Binary1001110110000110011101010001010011111011110001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E614E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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