#4A5548

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

Shades of Grey-Asparagus #4A5548

Tints of Grey-Asparagus #4A5548

Color information

#4A5548 (or 0x4A5548) is unknown color: approx Grey-Asparagus. HEX triplet: 4A, 55 and 48. RGB value is (74,85,72). Sum of RGB (Red+Green+Blue) = 74+85+72=231 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.03% from 231); Green value is 85 (33.59% from 255 or 36.80% from 231); Blue value is 72 (28.52% from 255 or 31.17% from 231); Max value from RGB is 85 - color contains mainly: green. Hex color #4A5548 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A5548 is #B5AAB7. Grayscale: #505050. Windows color (decimal): -11905720 or 4740426. OLE color: 4740426.

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

Color convert

RGB748572-
CMYK0.1300.150.67
HSL110.77º8.28%30.78%-
HSV(B)110.77º15.29%33.33%-
XYZ7.248.427.37-
YUV80.23123.36123.56-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 32.03%
GREEN value IS 85 (33.59% from 255) = 36.80%
BLUE value IS 72 (28.52% from 255) = 31.17%
R=32.03%
G=36.80%
B=31.17%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7485720.1300.150.67110.778.2830.78
Hex4A5548D0F436f81f
Octal112125110150171031571037
Binary10010101010101100100011010111110000111101111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A5548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,85,72); }

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

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

 a { background-color: rgb(74,85,72); }

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

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

 span { border-color: rgb(74,85,72); }

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