#4D634C

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

Shades of Nandor #4D634C

Tints of Nandor #4D634C

Color information

#4D634C (or 0x4D634C) is unknown color: approx Nandor. HEX triplet: 4D, 63 and 4C. RGB value is (77,99,76). Sum of RGB (Red+Green+Blue) = 77+99+76=252 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.56% from 252); Green value is 99 (39.06% from 255 or 39.29% from 252); Blue value is 76 (30.08% from 255 or 30.16% from 252); Max value from RGB is 99 - color contains mainly: green. Hex color #4D634C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D634C is #B29CB3. Grayscale: #595959. Windows color (decimal): -11705524 or 5006157. OLE color: 5006157.

HSL color Cylindrical-coordinate representation of color #4D634C: hue angle of 117.39º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4D634C is Cyan = 0.22, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.61.

Color convert

RGB779976-
CMYK0.2200.230.61
HSL117.39º13.14%34.31%-
HSV(B)117.39º23.23%38.82%-
XYZ8.8311.028.5-
YUV89.8120.21118.87-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 30.56%
GREEN value IS 99 (39.06% from 255) = 39.29%
BLUE value IS 76 (30.08% from 255) = 30.16%
R=30.56%
G=39.29%
B=30.16%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7799760.2200.230.61117.3913.1434.31
Hex4D634C160173D75d22
Octal11514311426027751651542
Binary1001101110001110011001011001011111110111101011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D634C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,99,76); }

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

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

 a { background-color: rgb(77,99,76); }

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

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

 span { border-color: rgb(77,99,76); }

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