#4D5C4B

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

Shades of Nandor #4D5C4B

Tints of Nandor #4D5C4B

Color information

#4D5C4B (or 0x4D5C4B) is unknown color: approx Nandor. HEX triplet: 4D, 5C and 4B. RGB value is (77,92,75). Sum of RGB (Red+Green+Blue) = 77+92+75=244 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.56% from 244); Green value is 92 (36.33% from 255 or 37.70% from 244); Blue value is 75 (29.69% from 255 or 30.74% from 244); Max value from RGB is 92 - color contains mainly: green. Hex color #4D5C4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5C4B is #B2A3B4. Grayscale: #555555. Windows color (decimal): -11707317 or 4938829. OLE color: 4938829.

HSL color Cylindrical-coordinate representation of color #4D5C4B: hue angle of 112.94º 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 #4D5C4B is Cyan = 0.16, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.64.

Color convert

RGB779275-
CMYK0.1600.180.64
HSL112.94º10.18%32.75%-
HSV(B)112.94º18.48%36.08%-
XYZ8.169.748.11-
YUV85.58122.03121.88-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 31.56%
GREEN value IS 92 (36.33% from 255) = 37.70%
BLUE value IS 75 (29.69% from 255) = 30.74%
R=31.56%
G=37.70%
B=30.74%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7792750.1600.180.64112.9410.1832.75
Hex4D5C4B100124071a21
Octal115134113200221001611241
Binary10011011011100100101110000010010100000011100011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D5C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,92,75); }

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

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

 a { background-color: rgb(77,92,75); }

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

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

 span { border-color: rgb(77,92,75); }

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