#4A5D48

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

Shades of Grey-Asparagus #4A5D48

Tints of Grey-Asparagus #4A5D48

Color information

#4A5D48 (or 0x4A5D48) is unknown color: approx Grey-Asparagus. HEX triplet: 4A, 5D and 48. RGB value is (74,93,72). Sum of RGB (Red+Green+Blue) = 74+93+72=239 (31% of max value = 765). Red value is 74 (29.30% from 255 or 30.96% from 239); Green value is 93 (36.72% from 255 or 38.91% from 239); Blue value is 72 (28.52% from 255 or 30.13% from 239); Max value from RGB is 93 - color contains mainly: green. Hex color #4A5D48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A5D48 is #B5A2B7. Grayscale: #545454. Windows color (decimal): -11903672 or 4742474. OLE color: 4742474.

HSL color Cylindrical-coordinate representation of color #4A5D48: hue angle of 114.29º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4A5D48 is Cyan = 0.20, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.64.

Color convert

RGB749372-
CMYK0.2000.230.64
HSL114.29º12.73%32.35%-
HSV(B)114.29º22.58%36.47%-
XYZ7.919.757.6-
YUV84.92120.71120.21-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 30.96%
GREEN value IS 93 (36.72% from 255) = 38.91%
BLUE value IS 72 (28.52% from 255) = 30.13%
R=30.96%
G=38.91%
B=30.13%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7493720.2000.230.64114.2912.7332.35
Hex4A5D48140174072d20
Octal112135110240271001621540
Binary10010101011101100100010100010111100000011100101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A5D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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