What is hex #00563F color?

 
The hex code #00563F is also know by an other name that is Castleton Green.
This color is composed of 0% red, 86% green and 63% blue. So we can say that the RGB value is (0,86,63)
You need to use it for a printer? The CMYK colors code equivalent of hex #00563F is C:100 M:0 Y:27, K:66) .
In the HSV/HSB scale, #00563F has a hue of 164°, 100% saturation and a brightness value of 34%.
If you want to know all about the hex #00563F, 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 #00563F (complementary, analogous, triadic, tetradic...).

Hex #00563F Color Codes & Equivalents

Color Name [Castleton Green]
RGB Values (0,86,63)
CMYK Values (100%, 0%, 27%, 66%)
HSV/HSB Values (164°, 100%, 34%)
Closest Web Safe
#006633
Inverse Color
#ffa9c0
Closest Pantone®
7484 C
Closest RAL
RAL 6036 [Pearl opal green]
Complementary Color
#560017

#00563F Converted to Grayscale Codes

Average
#323232
Lightness (Desaturation)
#2b2b2b
Weighted (BT601)
#3a3a3a
Luma (BT709)
#424242

Hex #00563F Color Palettes – Complementary, Analogous, Triadic...

Complementary Palette

The complementary color of #00563F is #560017. 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 #00563F you will find #560017. 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.

#00563F #560017

Analogous Palette

The analogous color scheme of #00563F is composed with colors #005614 and #004256. 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 #00563F 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.

#005614 #00563F #004256

Split-Complementary Palette

The split-complementary color scheme of #00563F is composed with colors #561400 and #560042. 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.

#00563F #561400 #560042

Triadic Palette

The triadic color scheme of #00563F is composed with colors #563F00 and #3F0056. They are located to the right and left of your main color #00563F 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.

#00563F #563F00 #3F0056

Tetradic Palette

The tetradic color scheme of #00563F is composed with colors #3F0056, #560017 and #175600 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.

#00563F #3F0056 #560017 #175600

Square Palette

The square color scheme of #00563F is composed with colors #140056, #560017 and #425600 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.

#00563F #140056 #560017 #425600

Tints, Tones & Shades of Hex #00563F

Tints

Tints are created by adding white, resulting in lighter shades of #00563F.

#00563F #006A4D #007E5C #00936B #00A77A #00BC89 #00D098 #00E4A7

Tones

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

#00563F #04513D #084D3B #0C4939 #104537 #154035 #193C33 #1D3831

Shades

Shades result from adding black, creating darker variations.

#00563F #004130 #002D21 #001812 #000403 #000000 #000000 #000000

Hex #00563F 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 #00563F
Java new Color(0,86,63);
Python Color(#00563F)
.NET Color.FromArgb(255, 0,86,63);
Swift / iOS UIColor(red: 0, green: 0.34, blue: 0.25, alpha: 1)
Kotlin / Android Color.rgb(0, 86, 63)