#494C19

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

Shades of Army green #494C19

Tints of Army green #494C19

Color information

#494C19 (or 0x494C19) is unknown color: approx Army green. HEX triplet: 49, 4C and 19. RGB value is (73,76,25). Sum of RGB (Red+Green+Blue) = 73+76+25=174 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.95% from 174); Green value is 76 (30.08% from 255 or 43.68% from 174); Blue value is 25 (10.16% from 255 or 14.37% from 174); Max value from RGB is 76 - color contains mainly: green. Hex color #494C19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494C19 is #B6B3E6. Grayscale: #454545. Windows color (decimal): -11973607 or 1657929. OLE color: 1657929.

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

Color convert

RGB737625-
CMYK0.0400.670.70
HSL63.53º50.5%19.8%-
HSV(B)63.53º67.11%29.8%-
XYZ5.516.661.91-
YUV69.29103.01130.65-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 41.95%
GREEN value IS 76 (30.08% from 255) = 43.68%
BLUE value IS 25 (10.16% from 255) = 14.37%
R=41.95%
G=43.68%
B=14.37%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7376250.0400.670.7063.5350.519.8
Hex494C19404346403214
Octal11111431401031061006224
Binary1001001100110011001100010000111000110100000011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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