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
#34A853 aka “Google Green” by Google
Chateau Green color values
- HEX
- #34A853
- RGB
- 52, 168, 83
- HSL
- 136°, 53%, 43%
- CMYK
- 69, 0, 51, 34
Shades & tints
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.
Color harmonies
Complementary
Analogous
Triadic
Split-Complementary
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.
Frequently asked questions
What color is #34A853?
What is the RGB value of #34A853?
Is Chateau Green a warm or cool color?
How do I use #34A853 in CSS?
background-color: #34A853; or color: #34A853; or as an RGB value: rgb(52, 168, 83). For print design, use CMYK: 69%, 0%, 51%, 34%.