Viridian (Green)
#3C816A
RGB: 60, 129, 106
Color OverviewHEX #3C816A
#3C816A Color Code Information
In the RGB color space, #3C816A is composed of 24% red, 51% green, and 42% blue. In the HSL color space, it has a hue of 160°, saturation of 37%, and lightness of 37%.
HEX
#3C816A
RGB
60, 129, 106
HSL
160°, 37%, 37%
HSV
160°, 53%, 51%
CMYK
53%, 0%, 18%, 49%
Name Match
Viridian
Closest StandardShades of #3C816A (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #3C816A (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #3C816A (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #3C816A
Calculated color schemes based on classic color wheel angles for graphic and web design.
Complementary
Analogous
Split Complementary
Monochromatic
WCAG Accessibility Contrast Ratios
Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.
Sample Text on #3C816A Background
Contrast Ratio against Pure White (#FFFFFF):4.63 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #3C816A Background
Contrast Ratio against Pure Black (#000000):4.54 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #3C816A;
}
.element {
color: #3C816A;
background-color: #3C816A;
border-color: #3C816A;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#3C816A] text-[#3C816A] border-[#3C816A]"> Content styled with #3C816A </div>