Skip to main content

Chateau Green

#34A853 aka “Google Green” by Google

Chateau Green is a cool medium color with the hex code #34A853. Also known as "Google Green" by Google . This moderately saturated hue can be represented as RGB 52, 168, 83 in digital design or CMYK 69%, 0%, 51%, 34% for print applications. Find matching Pantone color. Currently, 1 brand uses this color in their visual identity, making it a proven choice for professional branding and web design.

Chateau Green color values

HEX
#34A853
RGB
52, 168, 83
HSL
136°, 53%, 43%
CMYK
69, 0, 51, 34

About this color

Chateau Green sits at 136° on the color wheel with 53% saturation and 43% lightness, placing it in the green segment of the spectrum. The moderate 53% saturation gives it enough color presence to register clearly without competing for dominance in a composition. Its mid-range lightness positions it as a mid-tone: neither a background color nor a deep accent, but something in between.

In digital environments, Chateau Green is rendered as rgb(52, 168, 83), where the green channel leads at 168, producing a distinctly green-dominant tone. This cool mid-tone is a reliable choice for UI chrome, informational states, and contexts that call for a calm, readable presence.

For print, Chateau Green translates to a CMYK breakdown of 69C 0M 51Y 34K. With a moderate key (34%), this color uses black to deepen the chromatic channels rather than replace them, a profile that typically holds up well in both offset and digital print. In brand applications, this exact value is specified as Google Green.

How to use Chateau Green

CSS Variable

:root {
  --brand-primary: #34A853;
  --brand-primary-rgb: 52, 168, 83;
}

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

Tailwind Config

colors: {
  brand: '#34A853',
}

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

Print Design (CMYK)

C: 69%
M: 0%
Y: 51%
K: 34%

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

RGB for Screens

rgb(52, 168, 83)
rgba(52, 168, 83, 0.8)

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

Brands using Chateau Green

1 brand uses this color in their identity

Frequently asked questions

What color is #34A853?
#34A853 is Chateau Green, a cool medium color with RGB values of 52, 168, 83. It has a hue of 136°, 53% saturation, and 43% lightness in the HSL color space.
What is the RGB value of #34A853?
The RGB color code for #34A853 is rgb(52, 168, 83). This means it contains 52 red, 168 green, and 83 blue in the RGB color model.
Is Chateau Green a warm or cool color?
Chateau Green (#34A853) is a cool color with a hue between 120-300° on the color wheel.
How do I use #34A853 in CSS?
You can use #34A853 in CSS with: background-color: #34A853; or color: #34A853; or as an RGB value: rgb(52, 168, 83). For print design, use CMYK: 69%, 0%, 51%, 34%.