#4D6B4E

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

Shades of Nandor #4D6B4E

Tints of Nandor #4D6B4E

Color information

#4D6B4E (or 0x4D6B4E) is unknown color: approx Nandor. HEX triplet: 4D, 6B and 4E. RGB value is (77,107,78). Sum of RGB (Red+Green+Blue) = 77+107+78=262 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.39% from 262); Green value is 107 (42.19% from 255 or 40.84% from 262); Blue value is 78 (30.86% from 255 or 29.77% from 262); Max value from RGB is 107 - color contains mainly: green. Hex color #4D6B4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6B4E is #B294B1. Grayscale: #5E5E5E. Windows color (decimal): -11703474 or 5139277. OLE color: 5139277.

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

Color convert

RGB7710778-
CMYK0.2800.270.58
HSL122º16.3%36.08%-
HSV(B)122º28.04%41.96%-
XYZ9.6912.649.14-
YUV94.72118.56115.36-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 29.39%
GREEN value IS 107 (42.19% from 255) = 40.84%
BLUE value IS 78 (30.86% from 255) = 29.77%
R=29.39%
G=40.84%
B=29.77%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal77107780.2800.270.5812216.336.08
Hex4D6B4E1C01B3A7a1024
Octal11515311634033721722044
Binary10011011101011100111011100011011111010111101010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D6B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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