CSS Color Background

Myrtle Green

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

Preview

Myrtle Green solid color background preview (#317873)

Color value: #317873

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #317873; }

HTML Code

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