Camo green to RGB — Color Code

RGB

rgb(82, 101, 37)

Format Value
HEX #526525
RGB rgb(82, 101, 37)
HSL hsl(77.8, 46.4%, 27.1%)
CMYK cmyk(18.8%, 0%, 63.4%, 60.4%)

What is the RGB code for camo green?

The CSS color camo green in RGB format is rgb(82, 101, 37). Use this value directly in CSS, SVG, and most design tools.

How do I use camo green in CSS?

To apply camo green in CSS:

  • Text color: color: rgb(82, 101, 37);
  • Background: background-color: rgb(82, 101, 37);
  • Border: border-color: rgb(82, 101, 37);

What are all the color format values for camo green?

FormatValue
HEX#526525
RGBrgb(82, 101, 37)
HSLhsl(77.8, 46.4%, 27.1%)
CMYKcmyk(18.8%, 0%, 63.4%, 60.4%)

How do I convert camo green to RGB?

Select camo green from the color name list in our color converter. The RGB value — rgb(82, 101, 37) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does camo green belong to?

camo green belongs to the green color family. It is a dark, moderately saturated color with HSL values: hue 77.8°, saturation 46.4%, lightness 27.1%.

How do I create lighter and darker shades of camo green?

Lighter variant (lightness 42.1%): #809d3a. Darker variant (lightness 12.100000000000001%): #252d11. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.

What is RGB used for?

RGB defines colors using three values from 0 to 255 — red, green and blue intensity. It is the native format for screens, monitors and web browsers.