What is the CMYK code for navy green?
The CSS color navy green in CMYK format is cmyk(36.1%, 0%, 88%, 67.5%). Use this value directly in CSS, SVG, and most design tools.
How do I use navy green in CSS?
To apply navy green in CSS:
- Text color: color: cmyk(36.1%, 0%, 88%, 67.5%);
- Background: background-color: cmyk(36.1%, 0%, 88%, 67.5%);
- Border: border-color: cmyk(36.1%, 0%, 88%, 67.5%);
What are all the color format values for navy green?
| Format | Value |
|---|---|
| HEX | #35530a |
| RGB | rgb(53, 83, 10) |
| HSL | hsl(84.7, 78.5%, 18.2%) |
| CMYK | cmyk(36.1%, 0%, 88%, 67.5%) |
How do I convert navy green to CMYK?
Select navy green from the color name list in our color converter. The CMYK value — cmyk(36.1%, 0%, 88%, 67.5%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does navy green belong to?
navy green belongs to the green color family. It is a dark, vivid color with HSL values: hue 84.7°, saturation 78.5%, lightness 18.2%.
How do I create lighter and darker shades of navy green?
Lighter variant (lightness 33.2%): #609712. Darker variant (lightness 5%): #0f1703. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is CMYK used for?
CMYK (Cyan, Magenta, Yellow, Key/Black) is used in print design. Unlike RGB which adds light, CMYK subtracts it using ink. Always convert to CMYK before sending files to a professional printer.