#49481E

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

Shades of Army green #49481E

Tints of Army green #49481E

Color information

#49481E (or 0x49481E) is unknown color: approx Army green. HEX triplet: 49, 48 and 1E. RGB value is (73,72,30). Sum of RGB (Red+Green+Blue) = 73+72+30=175 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.71% from 175); Green value is 72 (28.52% from 255 or 41.14% from 175); Blue value is 30 (12.11% from 255 or 17.14% from 175); Max value from RGB is 73 - color contains mainly: red. Hex color #49481E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49481E is #B6B7E1. Grayscale: #434343. Windows color (decimal): -11974626 or 1984585. OLE color: 1984585.

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

Color convert

RGB737230-
CMYK00.010.590.71
HSL58.6º41.75%20.2%-
HSV(B)58.6º58.9%28.63%-
XYZ5.36.142.14-
YUV67.51106.83131.92-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 41.71%
GREEN value IS 72 (28.52% from 255) = 41.14%
BLUE value IS 30 (12.11% from 255) = 17.14%
R=41.71%
G=41.14%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.59
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73723000.010.590.7158.641.7520.2
Hex49481E013B473b2a14
Octal111110360173107735224
Binary100100110010001111001111011100011111101110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49481E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49481E; }

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

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

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

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

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

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

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

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