#494D1E

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

Shades of Army green #494D1E

Tints of Army green #494D1E

Color information

#494D1E (or 0x494D1E) is unknown color: approx Army green. HEX triplet: 49, 4D and 1E. RGB value is (73,77,30). Sum of RGB (Red+Green+Blue) = 73+77+30=180 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.56% from 180); Green value is 77 (30.47% from 255 or 42.78% from 180); Blue value is 30 (12.11% from 255 or 16.67% from 180); Max value from RGB is 77 - color contains mainly: green. Hex color #494D1E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #494D1E is #B6B2E1. Grayscale: #464646. Windows color (decimal): -11973346 or 1985865. OLE color: 1985865.

HSL color Cylindrical-coordinate representation of color #494D1E: hue angle of 65.11º degrees, saturation: 0.44, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #494D1E is Cyan = 0.05, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.70.

Color convert

RGB737730-
CMYK0.0500.610.70
HSL65.11º43.93%20.98%-
HSV(B)65.11º61.04%30.2%-
XYZ5.646.822.25-
YUV70.45105.17129.82-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 40.56%
GREEN value IS 77 (30.47% from 255) = 42.78%
BLUE value IS 30 (12.11% from 255) = 16.67%
R=40.56%
G=42.78%
B=16.67%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7377300.0500.610.7065.1143.9320.98
Hex494D1E503D46412c15
Octal1111153650751061015425
Binary100100110011011111010101111011000110100000110110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,77,30); }

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

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

 a { background-color: rgb(73,77,30); }

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

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

 span { border-color: rgb(73,77,30); }

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