#4C594A

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

Shades of Grey-Asparagus #4C594A

Tints of Grey-Asparagus #4C594A

Color information

#4C594A (or 0x4C594A) is unknown color: approx Grey-Asparagus. HEX triplet: 4C, 59 and 4A. RGB value is (76,89,74). Sum of RGB (Red+Green+Blue) = 76+89+74=239 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.80% from 239); Green value is 89 (35.16% from 255 or 37.24% from 239); Blue value is 74 (29.30% from 255 or 30.96% from 239); Max value from RGB is 89 - color contains mainly: green. Hex color #4C594A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C594A is #B3A6B5. Grayscale: #535353. Windows color (decimal): -11773622 or 4872524. OLE color: 4872524.

HSL color Cylindrical-coordinate representation of color #4C594A: hue angle of 112º degrees, saturation: 0.09, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #4C594A is Cyan = 0.15, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.65.

Color convert

RGB768974-
CMYK0.1500.170.65
HSL112º9.2%31.96%-
HSV(B)112º16.85%34.9%-
XYZ7.799.187.84-
YUV83.4122.69122.72-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 31.80%
GREEN value IS 89 (35.16% from 255) = 37.24%
BLUE value IS 74 (29.30% from 255) = 30.96%
R=31.80%
G=37.24%
B=30.96%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7689740.1500.170.651129.231.96
Hex4C594AF0114170920
Octal114131112170211011601140
Binary1001100101100110010101111010001100000111100001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C594A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,89,74); }

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

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

 a { background-color: rgb(76,89,74); }

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

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

 span { border-color: rgb(76,89,74); }

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