#4D594E

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

Shades of Nandor #4D594E

Tints of Nandor #4D594E

Color information

#4D594E (or 0x4D594E) is unknown color: approx Nandor. HEX triplet: 4D, 59 and 4E. RGB value is (77,89,78). Sum of RGB (Red+Green+Blue) = 77+89+78=244 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.56% from 244); Green value is 89 (35.16% from 255 or 36.48% from 244); Blue value is 78 (30.86% from 255 or 31.97% from 244); Max value from RGB is 89 - color contains mainly: green. Hex color #4D594E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D594E is #B2A6B1. Grayscale: #545454. Windows color (decimal): -11708082 or 5134669. OLE color: 5134669.

HSL color Cylindrical-coordinate representation of color #4D594E: hue angle of 125º degrees, saturation: 0.07, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #4D594E is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.65.

Color convert

RGB778978-
CMYK0.1300.120.65
HSL125º7.23%32.55%-
HSV(B)125º13.48%34.9%-
XYZ8.019.278.58-
YUV84.16124.52122.89-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 31.56%
GREEN value IS 89 (35.16% from 255) = 36.48%
BLUE value IS 78 (30.86% from 255) = 31.97%
R=31.56%
G=36.48%
B=31.97%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7789780.1300.120.651257.2332.55
Hex4D594ED0C417d721
Octal11513111615014101175741
Binary10011011011001100111011010110010000011111101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D594E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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