#494A20

Color #494A20 Army green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Army green #494A20

Tints of Army green #494A20

Color information

#494A20 (or 0x494A20) is unknown color: approx Army green. HEX triplet: 49, 4A and 20. RGB value is (73,74,32). Sum of RGB (Red+Green+Blue) = 73+74+32=179 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.78% from 179); Green value is 74 (29.30% from 255 or 41.34% from 179); Blue value is 32 (12.89% from 255 or 17.88% from 179); Max value from RGB is 74 - color contains mainly: green. Hex color #494A20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494A20 is #B6B5DF. Grayscale: #454545. Windows color (decimal): -11974112 or 2116169. OLE color: 2116169.

HSL color Cylindrical-coordinate representation of color #494A20: hue angle of 61.43º degrees, saturation: 0.4, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #494A20 is Cyan = 0.01, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.71.

Color convert

RGB737432-
CMYK0.0100.570.71
HSL61.43º39.62%20.78%-
HSV(B)61.43º56.76%29.02%-
XYZ5.466.422.32-
YUV68.91107.17130.92-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 40.78%
GREEN value IS 74 (29.30% from 255) = 41.34%
BLUE value IS 32 (12.89% from 255) = 17.88%
R=40.78%
G=41.34%
B=17.88%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7374320.0100.570.7161.4339.6220.78
Hex494A201039473d2815
Octal111112401071107755025
Binary1001001100101010000010111001100011111110110100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494A20; }

 p { color: rgb(73,74,32); }

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

<style>
 a { background-color: #494A20; }

 a { background-color: rgb(73,74,32); }

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

<style>
 span { border-color: #494A20; }

 span { border-color: rgb(73,74,32); }

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