What is hex #556B2F color?

 
The hex code #556B2F is also know by an other name that is Deep Spring Bud.
This color is composed of 85% red, 107% green and 47% blue. So we can say that the RGB value is (85,107,47)
You need to use it for a printer? The CMYK colors code equivalent of hex #556B2F is C:21 M:0 Y:56, K:58) .
In the HSV/HSB scale, #556B2F has a hue of 82°, 56% saturation and a brightness value of 42%.
If you want to know all about the hex #556B2F, you can find below others details like Web safe equivalent, closest Pantone color, closest RAL color but also others informations like grayscale equivalent according to some algorithms.
You can also find all about color palettes of hex #556B2F (complementary, analogous, triadic, tetradic...).

Hex #556B2F Color Codes & Equivalents

Color Name [Deep Spring Bud]
RGB Values (85,107,47)
CMYK Values (21%, 0%, 56%, 58%)
HSV/HSB Values (82°, 56%, 42%)
Closest Web Safe
#666633
Inverse Color
#aa94d0
Closest Pantone®
371 C
Closest RAL
RAL 6025 [Fern green]
Complementary Color
#452f6b

#556B2F Converted to Grayscale Codes

Average
#505050
Lightness (Desaturation)
#4d4d4d
Weighted (BT601)
#5e5e5e
Luma (BT709)
#626262

Hex #556B2F Color Palettes – Complementary, Analogous, Triadic...

Complementary Palette

The complementary color of #556B2F is #452f6b. To get this value, we need to use the RGB metrics, and take this opposite color at the end of the color wheel, so for #556B2F you will find #452f6b. When placed next to each other, they create the strongest contrast for those two colors. Complementary colors may also be called "opposite colors". So if you need to grab attention, you should use it.

#556B2F #452f6b

Analogous Palette

The analogous color scheme of #556B2F is composed with colors #6B632F and #376B2F. Colors are called analogous colors when they are very similar to each other. They are located to the right and left of your main color #556B2F with a 30° separation on the RGB color wheel. An analogous color palette is best used with either warm or cool colors, creating a look that has a certain temperature as well as proper color harmony.

#6B632F #556B2F #376B2F

Split-Complementary Palette

The split-complementary color scheme of #556B2F is composed with colors #632F6B and #2F376B. A split-complementary color palette is like an analogous palette but you will take the complementary color as base instead of your main color. This choice, however, also makes the split complementary color combinations less vibrant and eye-catching, but it's also a good choice for beginners as you can hardly go wrong.

#556B2F #632F6B #2F376B

Triadic Palette

The triadic color scheme of #556B2F is composed with colors #6B2F55 and #2F556B. They are located to the right and left of your main color #556B2F with a 120° separation on the RGB color wheel. With it you have the maximum variation in hue and offering by the same occasion the best possible contrast when taken together.

#556B2F #6B2F55 #2F556B

Tetradic Palette

The tetradic color scheme of #556B2F is composed with colors #2F556B, #452F6B and #6B452F A tetradic color scheme, an outstanding variant of the twin color scheme, with an equal distance between all colors. All four colors are divided evenly around the color wheel. Like this there being no clear dominance of one color overs others. Colorful palettes create a sense of diversity, optimism and openness which are positive for a consumer brand. You can find the tetradic color scheme on big tech company logo like Google, Slack, Zoho, Microsoft, eBay for example. Fort a better result, you can also adjust saturation and brightness.

#556B2F #2F556B #452F6B #6B452F

Square Palette

The square color scheme of #556B2F is composed with colors #2F6B63, #452F6B and #6B2F37 To get this color, it's pretty the same method that analogous or triadic, but instead, you will take an angle of 90° on the RGB Wheel between each colors. The square palette looks a lot like the Tetradic palette but it is less dark which is nicer in my opinion.

#556B2F #2F6B63 #452F6B #6B2F37

Tints, Tones & Shades of Hex #556B2F

Tints

Tints are created by adding white, resulting in lighter shades of #556B2F.

#556B2F #607935 #6B873B #769541 #82A347 #8DB14E #96B75C #9FBD6A

Tones

Tones are made by mixing with gray, softening the original color.

#556B2F #526336 #505B3E #4E5445 #4D4D4D #4D4D4D #4D4D4D #4D4D4D

Shades

Shades result from adding black, creating darker variations.

#556B2F #495C28 #3E4E22 #33401C #273216 #1C240F #111509 #060703

Hex #556B2F in programming languages

If you are a developer, you will find below the color codes to use according to your programming language (HTML, JAVA, Pyhton, .NET), enjoy!

HTML, CSS #556B2F
Java new Color(85,107,47);
Python Color(#556B2F)
.NET Color.FromArgb(255, 85,107,47);
Swift / iOS UIColor(red: 0.33, green: 0.42, blue: 0.18, alpha: 1)
Kotlin / Android Color.rgb(85, 107, 47)