#4E5B4E

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

Shades of Nandor #4E5B4E

Tints of Nandor #4E5B4E

Color information

#4E5B4E (or 0x4E5B4E) is unknown color: approx Nandor. HEX triplet: 4E, 5B and 4E. RGB value is (78,91,78). Sum of RGB (Red+Green+Blue) = 78+91+78=247 (32% of max value = 765). Red value is 78 (30.86% from 255 or 31.58% from 247); Green value is 91 (35.94% from 255 or 36.84% from 247); Blue value is 78 (30.86% from 255 or 31.58% from 247); Max value from RGB is 91 - color contains mainly: green. Hex color #4E5B4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5B4E is #B1A4B1. Grayscale: #555555. Windows color (decimal): -11642034 or 5135182. OLE color: 5135182.

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

Color convert

RGB789178-
CMYK0.1400.140.64
HSL120º7.69%33.14%-
HSV(B)120º14.29%35.69%-
XYZ8.269.658.64-
YUV85.63123.69122.56-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 31.58%
GREEN value IS 91 (35.94% from 255) = 36.84%
BLUE value IS 78 (30.86% from 255) = 31.58%
R=31.58%
G=36.84%
B=31.58%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7891780.1400.140.641207.6933.14
Hex4E5B4EE0E4078821
Octal116133116160161001701041
Binary100111010110111001110111001110100000011110001000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E5B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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