#494820

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

Shades of Army green #494820

Tints of Army green #494820

Color information

#494820 (or 0x494820) is unknown color: approx Army green. HEX triplet: 49, 48 and 20. RGB value is (73,72,32). Sum of RGB (Red+Green+Blue) = 73+72+32=177 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.24% from 177); Green value is 72 (28.52% from 255 or 40.68% from 177); Blue value is 32 (12.89% from 255 or 18.08% from 177); Max value from RGB is 73 - color contains mainly: red. Hex color #494820 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494820 is #B6B7DF. Grayscale: #434343. Windows color (decimal): -11974624 or 2115657. OLE color: 2115657.

HSL color Cylindrical-coordinate representation of color #494820: hue angle of 58.54º 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 #494820 is Cyan = 0, Magento = 0.01, Yellow = 0.56 and Black (K on CMYK) = 0.71.

Color convert

RGB737232-
CMYK00.010.560.71
HSL58.54º39.05%20.59%-
HSV(B)58.54º56.16%28.63%-
XYZ5.336.162.27-
YUV67.74107.83131.75-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 41.24%
GREEN value IS 72 (28.52% from 255) = 40.68%
BLUE value IS 32 (12.89% from 255) = 18.08%
R=41.24%
G=40.68%
B=18.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.56
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73723200.010.560.7158.5439.0520.59
Hex4948200138473b2715
Octal111110400170107734725
Binary1001001100100010000001111000100011111101110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494820; }

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

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

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

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

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

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

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

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