#494E22

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

Shades of Army green #494E22

Tints of Army green #494E22

Color information

#494E22 (or 0x494E22) is unknown color: approx Army green. HEX triplet: 49, 4E and 22. RGB value is (73,78,34). Sum of RGB (Red+Green+Blue) = 73+78+34=185 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.46% from 185); Green value is 78 (30.86% from 255 or 42.16% from 185); Blue value is 34 (13.67% from 255 or 18.38% from 185); Max value from RGB is 78 - color contains mainly: green. Hex color #494E22 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #494E22 is #B6B1DD. Grayscale: #474747. Windows color (decimal): -11973086 or 2248265. OLE color: 2248265.

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

Color convert

RGB737834-
CMYK0.0600.560.69
HSL66.82º39.29%21.96%-
HSV(B)66.82º56.41%30.59%-
XYZ5.766.982.56-
YUV71.49106.84129.08-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 39.46%
GREEN value IS 78 (30.86% from 255) = 42.16%
BLUE value IS 34 (13.67% from 255) = 18.38%
R=39.46%
G=42.16%
B=18.38%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7378340.0600.560.6966.8239.2921.96
Hex494E22603845432716
Octal1111164260701051034726
Binary1001001100111010001011001110001000101100001110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494E22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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