Skip to main content

Lunar Green

#364134

Lunar Green is a neutral dark color with the hex code #364134. This muted hue can be represented as RGB 54, 65, 52 in digital design or CMYK 17%, 0%, 20%, 75% for print applications. Find matching Pantone color.

Lunar Green color values

HEX
#364134
RGB
54, 65, 52
HSL
111°, 11%, 23%
CMYK
17, 0, 20, 75

About this color

Lunar Green sits at 111° on the color wheel with 11% saturation and 23% lightness, placing it in the green segment of the spectrum. Its restrained 11% saturation keeps the hue subtle — present but not assertive, making it easy to layer over or under more expressive colors. The lower lightness gives it weight and depth, lending gravity to any palette it enters.

In digital environments, Lunar Green is rendered as rgb(54, 65, 52), where the green channel leads at 65, with red and blue channels close behind. Low saturation at this depth produces the kind of sophisticated, near-neutral dark that works for application shells, sidebars, and dark-mode base layers.

For print, Lunar Green translates to a CMYK breakdown of 17C 0M 20Y 75K. A substantial black component (75%) anchors this color in print. The remaining ink channels supplement rather than drive the hue, which keeps the result stable across different paper stocks. No brands in the brandkit.pro library currently specify this exact hex as a named brand color.

How to use Lunar Green

CSS Variable

:root {
  --brand-primary: #364134;
  --brand-primary-rgb: 54, 65, 52;
}

Define as a CSS custom property for consistent theming across your site.

Tailwind Config

colors: {
  brand: '#364134',
}

Add to your Tailwind config to use classes like bg-brand.

Print Design (CMYK)

C: 17%
M: 0%
Y: 20%
K: 75%

Use these CMYK values in Adobe Illustrator, InDesign, or print specifications.

RGB for Screens

rgb(54, 65, 52)
rgba(54, 65, 52, 0.8)

Use RGB notation for compatibility or add alpha channel for transparency.

Frequently asked questions

What color is #364134?
#364134 is Lunar Green, a neutral dark color with RGB values of 54, 65, 52. It has a hue of 111°, 11% saturation, and 23% lightness in the HSL color space.
What is the RGB value of #364134?
The RGB color code for #364134 is rgb(54, 65, 52). This means it contains 54 red, 65 green, and 52 blue in the RGB color model.
Is Lunar Green a warm or cool color?
Lunar Green (#364134) is a neutral color, sitting between warm and cool on the color wheel.
How do I use #364134 in CSS?
You can use #364134 in CSS with: background-color: #364134; or color: #364134; or as an RGB value: rgb(54, 65, 52). For print design, use CMYK: 17%, 0%, 20%, 75%.