#4C554B

Color #4C554B Grey-Asparagus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grey-Asparagus #4C554B

Tints of Grey-Asparagus #4C554B

Color information

#4C554B (or 0x4C554B) is unknown color: approx 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

RGB768575-
CMYK0.1100.120.67
HSL114º6.25%31.37%-
HSV(B)114º11.76%33.33%-
XYZ7.58.547.91-
YUV81.17124.52124.31-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 32.20%
GREEN value IS 85 (33.59% from 255) = 36.02%
BLUE value IS 75 (29.69% from 255) = 31.78%
R=32.20%
G=36.02%
B=31.78%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7685750.1100.120.671146.2531.37
Hex4C554BB0C437261f
Octal11412511313014103162637
Binary1001100101010110010111011011001000011111001011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C554B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>