#444722

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

Shades of Army green #444722

Tints of Army green #444722

Color information

#444722 (or 0x444722) is unknown color: approx Army green. HEX triplet: 44, 47 and 22. RGB value is (68,71,34). Sum of RGB (Red+Green+Blue) = 68+71+34=173 (22% of max value = 765). Red value is 68 (26.95% from 255 or 39.31% from 173); Green value is 71 (28.12% from 255 or 41.04% from 173); Blue value is 34 (13.67% from 255 or 19.65% from 173); Max value from RGB is 71 - color contains mainly: green. Hex color #444722 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444722 is #BBB8DD. Grayscale: #424242. Windows color (decimal): -12302558 or 2246468. OLE color: 2246468.

HSL color Cylindrical-coordinate representation of color #444722: hue angle of 64.86º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #444722 is Cyan = 0.04, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.72.

Color convert

RGB687134-
CMYK0.0400.520.72
HSL64.86º35.24%20.59%-
HSV(B)64.86º52.11%27.84%-
XYZ4.935.852.38-
YUV65.89110.01129.51-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 39.31%
GREEN value IS 71 (28.12% from 255) = 41.04%
BLUE value IS 34 (13.67% from 255) = 19.65%
R=39.31%
G=41.04%
B=19.65%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6871340.0400.520.7264.8635.2420.59
Hex444722403448412315
Octal1041074240641101014325
Binary1000100100011110001010001101001001000100000110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444722

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444722; }

 p { color: rgb(68,71,34); }

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

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

 a { background-color: rgb(68,71,34); }

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

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

 span { border-color: rgb(68,71,34); }

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