Army green color: code #4B5320

Army green

#4B5320

Color codes

  • HEX#4B5320
  • RGBrgb(75, 83, 32)
  • HSLhsl(69, 44%, 23%)
  • HSVhsv(69, 61%, 33%)
  • CMYKcmyk(10%, 0%, 61%, 67%)
  • LABlab(33.5% -11.6 28.3)
  • OKLCHoklch(42.3% 0.074 117.1)

About the color Army green

Army green has the HEX code #4B5320, which corresponds to rgb(75, 83, 32) in the RGB model. On the color wheel its hue sits at 69°, with 44% saturation and 23% lightness (hsl(69, 44%, 23%)).

Because of its hue it reads as a warm color: it tends to feel energetic and close, and it visually “advances” in a composition.

As a background it calls for light text: white reaches a 8.21:1 contrast ratio on it, versus 2.55:1 for black.

For print, the approximate conversion is cmyk(10%, 0%, 61%, 67%). Always confirm with your printer’s color profile, because the result depends on paper and ink.

Lighter tints

Darker shades

Color combinations with Army green

Complementary

#4B5320 · #292154

Analogous

#544221 · #4B5320 · #335421

Triadic

#4B5320 · #214D54 · #54214D

Tetradic

#4B5320 · #215442 · #292154 · #542133

Split-complementary

#4B5320 · #213354 · #422154

Monochromatic

#000000 · #2B3013 · #4B5320 · #7F8C36 · #ACBC52

Army green with white and black text

White text Aa Bb Cc 123
8.21:1 · AAA
Black text Aa Bb Cc 123
2.55:1 · fails WCAG

Test other pairs in the contrast checker

A green with a history

Army green (#4B5320) is a dark, low-saturation green that leans toward brown, designed to blend into vegetation and soil. That functional origin in uniforms and field gear is what gives the shade its sense of toughness, practicality and discipline. The US Army's olive drab of the World Wars belongs to the same family, and military surplus later carried the color into everyday wardrobes. Outside the military, fashion and outdoor design adopted it so thoroughly that today it signals adventure and utility far more than combat. As with any color, perception depends on culture and context.

Where it works well

Fashion

Field jackets, cargo pants, twill shirts and backpacks: army green behaves like a dark neutral, much like denim. It pairs with white, black and camel tones, and it holds up to daily wear because it hides scuffs.

Interiors

On walls it looks refined in rooms with good daylight, such as a living room with wood floors or a study with dark shelving. In small, dim rooms, use it on furniture, textiles or a single accent wall instead.

Brands and interfaces

Camping, tools, cycling and menswear brands reach for it because it reads as rugged. In a UI it makes a solid, understated header background.

How to pair it

The safest starting point is the earth-tone family: beige (#F5F5DC) and brown (#8B4513) keep everything cohesive. For a jolt of energy, add a little orange (#FFA500), the warm complement you often see on zipper pulls and tags of technical gear. For an urban look, black (#000000) and white make the outfit or layout more graphic. The color palette generator builds more harmonies from #4B5320.

Tip: contrast and dark mode

Because it is dark, #4B5320 handles white text easily: about 8.2:1, above even the WCAG AAA level (7:1). Black text sits around 2.6:1 and should be avoided. In dark mode the problem flips: on a near-black background, army green disappears. There, lighten the color for icons and borders, or use it only as a card background with light text. Test the variants with the contrast checker.

How to use it in CSS

:root {
  --color-military-green: #4B5320;
  --color-military-green-rgb: 75, 83, 32;
}

.elemento {
  background-color: var(--color-military-green);
  color: #FFFFFF;
}