CSS Color Background

Hooker's Green

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

Preview

Hooker's Green solid color background preview (#49796B)

Color value: #49796B

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #49796B; }

HTML Code

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