#444A20

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

Shades of Army green #444A20

Tints of Army green #444A20

Color information

#444A20 (or 0x444A20) is unknown color: approx Army green. HEX triplet: 44, 4A and 20. RGB value is (68,74,32). Sum of RGB (Red+Green+Blue) = 68+74+32=174 (23% of max value = 765). Red value is 68 (26.95% from 255 or 39.08% from 174); Green value is 74 (29.30% from 255 or 42.53% from 174); Blue value is 32 (12.89% from 255 or 18.39% from 174); Max value from RGB is 74 - color contains mainly: green. Hex color #444A20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444A20 is #BBB5DF. Grayscale: #434343. Windows color (decimal): -12301792 or 2116164. OLE color: 2116164.

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

Color convert

RGB687432-
CMYK0.0800.570.71
HSL68.57º39.62%20.78%-
HSV(B)68.57º56.76%29.02%-
XYZ5.096.232.3-
YUV67.42108.01128.42-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 39.08%
GREEN value IS 74 (29.30% from 255) = 42.53%
BLUE value IS 32 (12.89% from 255) = 18.39%
R=39.08%
G=42.53%
B=18.39%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6874320.0800.570.7168.5739.6220.78
Hex444A20803947452815
Octal10411240100711071055025
Binary10001001001010100000100001110011000111100010110100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444A20; }

 p { color: rgb(68,74,32); }

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

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

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

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

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

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

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