#365314 color
The swatch above shows #365314 with its hex code written on it in white and in black, so you can see which of the two is legible before reading the measured ratios below.
#365314 is a dark, moderately saturated yellow-green, closest to the CSS named color darkslategray (#2F4F4F).
It is also a Tailwind CSS default: lime-900. That means you can write bg-lime-900 or text-lime-900 directly, with no arbitrary-value brackets and no entry in your theme config.
Color values
| HEX | #365314 |
| RGB | rgb(54, 83, 20) |
| HSL | hsl(88, 61%, 20%) |
| CMYK | cmyk(35%, 0%, 76%, 67%) |
| Decimal | 3560212 |
| CSS | color: #365314; |
| Android | 0xFF365314 |
| Swift | UIColor(red: 0.212, green: 0.325, blue: 0.078, alpha: 1) |
Accessibility and contrast
| White text on #365314 | 8.73:1 — AA pass · AA large pass · AAA pass |
| Black text on #365314 | 2.40:1 — AA fail · AA large fail · AAA fail |
| Recommended text color | white |
WCAG 2.1 asks for at least 4.5:1 for body text and 3:1 for large text (18 pt, or 14 pt bold).
Tints and shades of #365314
Each swatch keeps the hue and saturation of #365314 and varies only lightness — the quickest way to build a usable scale from a single brand color.
Colors that go with #365314
Harmonies generated by rotating the hue on the color wheel while holding saturation and lightness constant.
Using #365314 in code
/* CSS */
.element { color: #365314; background-color: #365314; }
.element { color: rgb(54 83 20); }
.element { color: hsl(88 61% 20%); }
/* Tailwind */
<div class="bg-lime-900 text-white">
/* SCSS variable */
$brand: #365314;
Frequently asked questions
What color is #365314?
#365314 is a dark, moderately saturated yellow-green. Its hue sits at 88° on the color wheel, with 61% saturation and 20% lightness.
What is #365314 in RGB?
#365314 converts to rgb(54, 83, 20) — 54 red, 83 green and 20 blue.
What is #365314 in CMYK?
Approximately cmyk(35%, 0%, 76%, 67%). Print output depends on the ICC profile of the press and paper, so treat this as a starting point rather than an exact match.
Should text on #365314 be white or black?
White gives the better contrast ratio (8.73:1 versus 2.40:1).
What is the complementary color of #365314?
#311452 — the hue directly opposite #365314 on the color wheel.