#494920

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

Shades of Army green #494920

Tints of Army green #494920

Color information

#494920 (or 0x494920) is unknown color: approx Army green. HEX triplet: 49, 49 and 20. RGB value is (73,73,32). Sum of RGB (Red+Green+Blue) = 73+73+32=178 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.01% from 178); Green value is 73 (28.91% from 255 or 41.01% from 178); Blue value is 32 (12.89% from 255 or 17.98% from 178); Max value from RGB is 73 - color contains mainly: red, green. Hex color #494920 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494920 is #B6B6DF. Grayscale: #444444. Windows color (decimal): -11974368 or 2115913. OLE color: 2115913.

HSL color Cylindrical-coordinate representation of color #494920: hue angle of 60º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #494920 is Cyan = 0, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.71.

Color convert

RGB737332-
CMYK000.560.71
HSL60º39.05%20.59%-
HSV(B)60º56.16%28.63%-
XYZ5.396.292.3-
YUV68.33107.5131.33-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 41.01%
GREEN value IS 73 (28.91% from 255) = 41.01%
BLUE value IS 32 (12.89% from 255) = 17.98%
R=41.01%
G=41.01%
B=17.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal737332000.560.716039.0520.59
Hex4949200038473c2715
Octal111111400070107744725
Binary1001001100100110000000111000100011111110010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494920; }

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

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

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

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

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

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

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

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