#494E1A

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

Shades of Army green #494E1A

Tints of Army green #494E1A

Color information

#494E1A (or 0x494E1A) is unknown color: approx Army green. HEX triplet: 49, 4E and 1A. RGB value is (73,78,26). Sum of RGB (Red+Green+Blue) = 73+78+26=177 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.24% from 177); Green value is 78 (30.86% from 255 or 44.07% from 177); Blue value is 26 (10.55% from 255 or 14.69% from 177); Max value from RGB is 78 - color contains mainly: green. Hex color #494E1A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #494E1A is #B6B1E5. Grayscale: #464646. Windows color (decimal): -11973094 or 1723977. OLE color: 1723977.

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

Color convert

RGB737826-
CMYK0.0600.670.69
HSL65.77º50%20.39%-
HSV(B)65.77º66.67%30.59%-
XYZ5.666.942.02-
YUV70.58102.84129.73-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 41.24%
GREEN value IS 78 (30.86% from 255) = 44.07%
BLUE value IS 26 (10.55% from 255) = 14.69%
R=41.24%
G=44.07%
B=14.69%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7378260.0600.670.6965.775020.39
Hex494E1A604345423214
Octal11111632601031051026224
Binary1001001100111011010110010000111000101100001011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,78,26); }

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

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

 a { background-color: rgb(73,78,26); }

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

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

 span { border-color: rgb(73,78,26); }

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