#4D544E

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

Shades of Nandor #4D544E

Tints of Nandor #4D544E

Color information

#4D544E (or 0x4D544E) is unknown color: approx Nandor. HEX triplet: 4D, 54 and 4E. RGB value is (77,84,78). Sum of RGB (Red+Green+Blue) = 77+84+78=239 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.22% from 239); Green value is 84 (33.20% from 255 or 35.15% from 239); Blue value is 78 (30.86% from 255 or 32.64% from 239); Max value from RGB is 84 - color contains mainly: green. Hex color #4D544E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D544E is #B2ABB1. Grayscale: #515151. Windows color (decimal): -11709362 or 5133389. OLE color: 5133389.

HSL color Cylindrical-coordinate representation of color #4D544E: hue angle of 128.57º degrees, saturation: 0.04, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #4D544E is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB778478-
CMYK0.0800.070.67
HSL128.57º4.35%31.57%-
HSV(B)128.57º8.33%32.94%-
XYZ7.618.478.44-
YUV81.22126.18124.99-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 32.22%
GREEN value IS 84 (33.20% from 255) = 35.15%
BLUE value IS 78 (30.86% from 255) = 32.64%
R=32.22%
G=35.15%
B=32.64%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7784780.0800.070.67128.574.3531.57
Hex4D544E8074381420
Octal1151241161007103201440
Binary10011011010100100111010000111100001110000001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D544E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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