Html Css Color HEX #4C554B Grey-Asparagus

📋 copy color: '#4C554B'

red 76 ◦ green 85 ◦ blue 75

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

Shades of Grey-Asparagus #4C554B

Tints of Grey-Asparagus #4C554B

RGB

 RED value IS 76 (30.08% from 255) = 32.2%

 GREEN value IS 85 (33.59% from 255) = 36.02%

 BLUE value IS 75 (29.69% from 255) = 31.78%

R = 32.2%
G = 36.02%
B = 31.78%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.12

 K value IS 0.67

RGB Variations

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

Color information

#4C554B (or 0x4C554B) is known color: Grey-Asparagus. HEX triplet: 4C, 55 and 4B. RGB value is (76,85,75). Sum of RGB (Red+Green+Blue) = 76+85+75=236 (31% of max value = 765). Red value is 76 (30.08% from 255 or 32.20% from 236); Green value is 85 (33.59% from 255 or 36.02% from 236); Blue value is 75 (29.69% from 255 or 31.78% from 236); Max value from RGB is 85 - color contains mainly: green. Hex color #4C554B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C554B is #B3AAB4. Grayscale: #515151. Windows color (decimal): -11774645 or 4937036. OLE color: 4937036.

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

Color convert

RGB 76 85 75 -
CMYK 0.11 0 0.12 0.67
HSL 114º 0.06% 0.31% -
HSV(B) 114º 0.12% 0.33% -
XYZ 7.5 8.54 7.91 -
YUV 81.17 124.52 124.31 -
System Red Green Blue C M Y K H S L
Decimal 76 85 75 0.11 0 0.12 0.67 114 0.06 0.31
Hex 4C 55 4B B 0 C 43 72 6 1F
Octal 114 125 113 13 0 14 103 162 6 37
Binary 1001100 1010101 1001011 1011 0 1100 1000011 1110010 110 11111

Color Harmonies of #4C554B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C554B

Black with #4C554B

Text Example


Text Example

White with #4C554B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,85,75); }

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

background-color css

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

 a { background-color: rgb(76,85,75); }

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

border-color css

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

 span { border-color: rgb(76,85,75); }

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