Html Css Color HEX #4D564C Grey-Asparagus

📋 copy color: '#4D564C'

red 77 ◦ green 86 ◦ blue 76

#4D564C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Grey-Asparagus #4D564C

Tints of Grey-Asparagus #4D564C

RGB

 RED value IS 77 (30.47% from 255) = 32.22%

 GREEN value IS 86 (33.98% from 255) = 35.98%

 BLUE value IS 76 (30.08% from 255) = 31.8%

R = 32.22%
G = 35.98%
B = 31.8%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.12

 K value IS 0.66

RGB Variations

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

Color information

#4D564C (or 0x4D564C) is known color: Grey-Asparagus. HEX triplet: 4D, 56 and 4C. RGB value is (77,86,76). Sum of RGB (Red+Green+Blue) = 77+86+76=239 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.22% from 239); Green value is 86 (33.98% from 255 or 35.98% from 239); Blue value is 76 (30.08% from 255 or 31.80% from 239); Max value from RGB is 86 - color contains mainly: green. Hex color #4D564C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D564C is #B2A9B3. Grayscale: #525252. Windows color (decimal): -11708852 or 5002829. OLE color: 5002829.

HSL color Cylindrical-coordinate representation of color #4D564C: hue angle of 114º degrees, saturation: 0.06, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #4D564C is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.66.

Color convert

RGB 77 86 76 -
CMYK 0.10 0 0.12 0.66
HSL 114º 0.06% 0.32% -
HSV(B) 114º 0.12% 0.34% -
XYZ 7.69 8.76 8.12 -
YUV 82.17 124.52 124.31 -
System Red Green Blue C M Y K H S L
Decimal 77 86 76 0.10 0 0.12 0.66 114 0.06 0.32
Hex 4D 56 4C A 0 C 42 72 6 20
Octal 115 126 114 12 0 14 102 162 6 40
Binary 1001101 1010110 1001100 1010 0 1100 1000010 1110010 110 100000

Color Harmonies of #4D564C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D564C

Black with #4D564C

Text Example


Text Example

White with #4D564C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4D564C;
 }
 .AnyTagClassName
 {
   color: #4D564C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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