#4E694D

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

Shades of Nandor #4E694D

Tints of Nandor #4E694D

Color information

#4E694D (or 0x4E694D) is unknown color: approx Nandor. HEX triplet: 4E, 69 and 4D. RGB value is (78,105,77). Sum of RGB (Red+Green+Blue) = 78+105+77=260 (34% of max value = 765). Red value is 78 (30.86% from 255 or 30% from 260); Green value is 105 (41.41% from 255 or 40.38% from 260); Blue value is 77 (30.47% from 255 or 29.62% from 260); Max value from RGB is 105 - color contains mainly: green. Hex color #4E694D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E694D is #B196B2. Grayscale: #5D5D5D. Windows color (decimal): -11638451 or 5073230. OLE color: 5073230.

HSL color Cylindrical-coordinate representation of color #4E694D: hue angle of 117.86º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4E694D is Cyan = 0.26, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.59.

Color convert

RGB7810577-
CMYK0.2600.270.59
HSL117.86º15.38%35.69%-
HSV(B)117.86º26.67%41.18%-
XYZ9.5312.268.88-
YUV93.74118.55116.78-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 30%
GREEN value IS 105 (41.41% from 255) = 40.38%
BLUE value IS 77 (30.47% from 255) = 29.62%
R=30%
G=40.38%
B=29.62%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal78105770.2600.270.59117.8615.3835.69
Hex4E694D1A01B3B76f24
Octal11615111532033731661744
Binary1001110110100110011011101001101111101111101101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E694D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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