#44491E

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

Shades of Army green #44491E

Tints of Army green #44491E

Color information

#44491E (or 0x44491E) is unknown color: approx Army green. HEX triplet: 44, 49 and 1E. RGB value is (68,73,30). Sum of RGB (Red+Green+Blue) = 68+73+30=171 (22% of max value = 765). Red value is 68 (26.95% from 255 or 39.77% from 171); Green value is 73 (28.91% from 255 or 42.69% from 171); Blue value is 30 (12.11% from 255 or 17.54% from 171); Max value from RGB is 73 - color contains mainly: green. Hex color #44491E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44491E is #BBB6E1. Grayscale: #424242. Windows color (decimal): -12302050 or 1984836. OLE color: 1984836.

HSL color Cylindrical-coordinate representation of color #44491E: hue angle of 66.98º 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 #44491E is Cyan = 0.07, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.71.

Color convert

RGB687330-
CMYK0.0700.590.71
HSL66.98º41.75%20.2%-
HSV(B)66.98º58.9%28.63%-
XYZ56.092.14-
YUV66.6107.34129-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 39.77%
GREEN value IS 73 (28.91% from 255) = 42.69%
BLUE value IS 30 (12.11% from 255) = 17.54%
R=39.77%
G=42.69%
B=17.54%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6873300.0700.590.7166.9841.7520.2
Hex44491E703B47432a14
Octal1041113670731071035224
Binary100010010010011111011101110111000111100001110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44491E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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