CSS Color Background

Army Green

Pure CSS color background: #4B5320. Use this solid color for personal and commercial creative projects.

Preview

Army Green solid color background preview (#4B5320)

Color value: #4B5320

Available Resolutions

Choose any resolution to download this same solid color as JPG.

Download all sizes

CSS Code

.hero { background-color: #4B5320; }

HTML Code

<section class="hero army-green-bg"> <h2>Your content</h2> </section> <style> .army-green-bg { background-color: #4B5320; } </style>