#4E6B4E

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

Shades of Nandor #4E6B4E

Tints of Nandor #4E6B4E

Color information

#4E6B4E (or 0x4E6B4E) is unknown color: approx Nandor. HEX triplet: 4E, 6B and 4E. RGB value is (78,107,78). Sum of RGB (Red+Green+Blue) = 78+107+78=263 (34% of max value = 765). Red value is 78 (30.86% from 255 or 29.66% from 263); Green value is 107 (42.19% from 255 or 40.68% from 263); Blue value is 78 (30.86% from 255 or 29.66% from 263); Max value from RGB is 107 - color contains mainly: green. Hex color #4E6B4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6B4E is #B194B1. Grayscale: #5F5F5F. Windows color (decimal): -11637938 or 5139278. OLE color: 5139278.

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

Color convert

RGB7810778-
CMYK0.2700.270.58
HSL120º15.68%36.27%-
HSV(B)120º27.1%41.96%-
XYZ9.7712.699.14-
YUV95.02118.39115.86-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 29.66%
GREEN value IS 107 (42.19% from 255) = 40.68%
BLUE value IS 78 (30.86% from 255) = 29.66%
R=29.66%
G=40.68%
B=29.66%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal78107780.2700.270.5812015.6836.27
Hex4E6B4E1B01B3A781024
Octal11615311633033721702044
Binary10011101101011100111011011011011111010111100010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E6B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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