#4D5D4C

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

Shades of Nandor #4D5D4C

Tints of Nandor #4D5D4C

Color information

#4D5D4C (or 0x4D5D4C) is unknown color: approx Nandor. HEX triplet: 4D, 5D and 4C. RGB value is (77,93,76). Sum of RGB (Red+Green+Blue) = 77+93+76=246 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.30% from 246); Green value is 93 (36.72% from 255 or 37.80% from 246); Blue value is 76 (30.08% from 255 or 30.89% from 246); Max value from RGB is 93 - color contains mainly: green. Hex color #4D5D4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5D4C is #B2A2B3. Grayscale: #565656. Windows color (decimal): -11707060 or 5004621. OLE color: 5004621.

HSL color Cylindrical-coordinate representation of color #4D5D4C: hue angle of 116.47º degrees, saturation: 0.1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #4D5D4C is Cyan = 0.17, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.64.

Color convert

RGB779376-
CMYK0.1700.180.64
HSL116.47º10.06%33.14%-
HSV(B)116.47º18.28%36.47%-
XYZ8.289.938.32-
YUV86.28122.2121.38-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 31.30%
GREEN value IS 93 (36.72% from 255) = 37.80%
BLUE value IS 76 (30.08% from 255) = 30.89%
R=31.30%
G=37.80%
B=30.89%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7793760.1700.180.64116.4710.0633.14
Hex4D5D4C110124074a21
Octal115135114210221001641241
Binary10011011011101100110010001010010100000011101001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D5D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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