#494E20

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

Shades of Army green #494E20

Tints of Army green #494E20

Color information

#494E20 (or 0x494E20) is unknown color: approx Army green. HEX triplet: 49, 4E and 20. RGB value is (73,78,32). Sum of RGB (Red+Green+Blue) = 73+78+32=183 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.89% from 183); Green value is 78 (30.86% from 255 or 42.62% from 183); Blue value is 32 (12.89% from 255 or 17.49% from 183); Max value from RGB is 78 - color contains mainly: green. Hex color #494E20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #494E20 is #B6B1DF. Grayscale: #474747. Windows color (decimal): -11973088 or 2117193. OLE color: 2117193.

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

Color convert

RGB737832-
CMYK0.0600.590.69
HSL66.52º41.82%21.57%-
HSV(B)66.52º58.97%30.59%-
XYZ5.736.972.41-
YUV71.26105.84129.24-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 39.89%
GREEN value IS 78 (30.86% from 255) = 42.62%
BLUE value IS 32 (12.89% from 255) = 17.49%
R=39.89%
G=42.62%
B=17.49%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7378320.0600.590.6966.5241.8221.57
Hex494E20603B45432a16
Octal1111164060731051035226
Binary1001001100111010000011001110111000101100001110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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