#494C24

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

Shades of Army green #494C24

Tints of Army green #494C24

Color information

#494C24 (or 0x494C24) is unknown color: approx Army green. HEX triplet: 49, 4C and 24. RGB value is (73,76,36). Sum of RGB (Red+Green+Blue) = 73+76+36=185 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.46% from 185); Green value is 76 (30.08% from 255 or 41.08% from 185); Blue value is 36 (14.45% from 255 or 19.46% from 185); Max value from RGB is 76 - color contains mainly: green. Hex color #494C24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494C24 is #B6B3DB. Grayscale: #464646. Windows color (decimal): -11973596 or 2378825. OLE color: 2378825.

HSL color Cylindrical-coordinate representation of color #494C24: hue angle of 64.5º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #494C24 is Cyan = 0.04, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.70.

Color convert

RGB737636-
CMYK0.0400.530.70
HSL64.5º35.71%21.96%-
HSV(B)64.5º52.63%29.8%-
XYZ5.656.712.67-
YUV70.54108.51129.75-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 39.46%
GREEN value IS 76 (30.08% from 255) = 41.08%
BLUE value IS 36 (14.45% from 255) = 19.46%
R=39.46%
G=41.08%
B=19.46%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7376360.0400.530.7064.535.7121.96
Hex494C24403546402416
Octal1111144440651061004426
Binary1001001100110010010010001101011000110100000010010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494C24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,76,36); }

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

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

 a { background-color: rgb(73,76,36); }

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

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

 span { border-color: rgb(73,76,36); }

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