#4A5947

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

Shades of Grey-Asparagus #4A5947

Tints of Grey-Asparagus #4A5947

Color information

#4A5947 (or 0x4A5947) is unknown color: approx Grey-Asparagus. HEX triplet: 4A, 59 and 47. RGB value is (74,89,71). Sum of RGB (Red+Green+Blue) = 74+89+71=234 (30% of max value = 765). Red value is 74 (29.30% from 255 or 31.62% from 234); Green value is 89 (35.16% from 255 or 38.03% from 234); Blue value is 71 (28.12% from 255 or 30.34% from 234); Max value from RGB is 89 - color contains mainly: green. Hex color #4A5947 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A5947 is #B5A6B8. Grayscale: #525252. Windows color (decimal): -11904697 or 4675914. OLE color: 4675914.

HSL color Cylindrical-coordinate representation of color #4A5947: hue angle of 110º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #4A5947 is Cyan = 0.17, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.65.

Color convert

RGB748971-
CMYK0.1700.200.65
HSL110º11.25%31.37%-
HSV(B)110º20.22%34.9%-
XYZ7.539.067.31-
YUV82.46121.53121.96-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 31.62%
GREEN value IS 89 (35.16% from 255) = 38.03%
BLUE value IS 71 (28.12% from 255) = 30.34%
R=31.62%
G=38.03%
B=30.34%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7489710.1700.200.6511011.2531.37
Hex4A594711014416eb1f
Octal112131107210241011561337
Binary1001010101100110001111000101010010000011101110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A5947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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