Philodendron
#116356
Looking for the precise values behind Philodendron (#116356)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #116356 | |
|---|---|---|
| RGB | rgb(17, 99, 86) | |
| HSL | hsl(170, 71%, 23%) | |
| CMYK | cmyk(83%, 0%, 13%, 61%) | |
| LAB | lab(37, -27, 0) | |
| OKLCH | oklch(0.45 0.077 179) |
Color harmonies
Tints & shades
Code snippets
color: #116356;
background-color: #116356;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF116356)
/* Swift / UIKit */
UIColor(red: 0.07, green: 0.39, blue: 0.34, alpha: 1.0)