#494815

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

Shades of Army green #494815

Tints of Army green #494815

Color information

#494815 (or 0x494815) is unknown color: approx Army green. HEX triplet: 49, 48 and 15. RGB value is (73,72,21). Sum of RGB (Red+Green+Blue) = 73+72+21=166 (21% of max value = 765). Red value is 73 (28.91% from 255 or 43.98% from 166); Green value is 72 (28.52% from 255 or 43.37% from 166); Blue value is 21 (8.59% from 255 or 12.65% from 166); Max value from RGB is 73 - color contains mainly: red. Hex color #494815 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494815 is #B6B7EA. Grayscale: #424242. Windows color (decimal): -11974635 or 1394761. OLE color: 1394761.

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

Color convert

RGB737221-
CMYK00.010.710.71
HSL58.85º55.32%18.43%-
HSV(B)58.85º71.23%28.63%-
XYZ5.26.111.61-
YUV66.48102.33132.65-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 43.98%
GREEN value IS 72 (28.52% from 255) = 43.37%
BLUE value IS 21 (8.59% from 255) = 12.65%
R=43.98%
G=43.37%
B=12.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.71
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73722100.010.710.7158.8555.3218.43
Hex4948150147473b3712
Octal1111102501107107736722
Binary1001001100100010101011000111100011111101111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494815; }

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

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

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

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

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

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

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

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