Toolman

#365314 color

#365314#365314

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
RGBrgb(54, 83, 20)
HSLhsl(88, 61%, 20%)
CMYKcmyk(35%, 0%, 76%, 67%)
Decimal3560212
CSScolor: #365314;
Android0xFF365314
SwiftUIColor(red: 0.212, green: 0.325, blue: 0.078, alpha: 1)

Accessibility and contrast

White text on #3653148.73:1 — AA pass · AA large pass · AAA pass
Black text on #3653142.40:1 — AA fail · AA large fail · AAA fail
Recommended text colorwhite

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.

95%
85%
75%
65%
55%
45%
35%
25%
15%

Colors that go with #365314

Harmonies generated by rotating the hue on the color wheel while holding saturation and lightness constant.

Complementary
Triadic +120°
Triadic +240°
Analogous −30°
Analogous +30°
Split −150°
Split +150°

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.

Convert any color → · Browse all colors