Shades of County Green #20563D
Tints of County Green #20563D
RGB
CMYK
RGB Variations
Color information
#20563D (or 0x20563D) is known color: County Green. HEX triplet: 20, 56 and 3D. RGB value is (32,86,61). Sum of RGB (Red+Green+Blue) = 32+86+61=179 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.88% from 179); Green value is 86 (33.98% from 255 or 48.04% from 179); Blue value is 61 (24.22% from 255 or 34.08% from 179); Max value from RGB is 86 - color contains mainly: green. Hex color #20563D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20563D is #DFA9C2. Grayscale: #434343. Windows color (decimal): -14657987 or 4019744. OLE color: 4019744.
HSL color Cylindrical-coordinate representation of color #20563D: hue angle of 152.22º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #20563D is Cyan = 0.63, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 32 | 86 | 61 | - |
| CMYK | 0.63 | 0 | 0.29 | 0.66 |
| HSL | 152.22º | 0.46% | 0.23% | - |
| HSV(B) | 152.22º | 0.63% | 0.34% | - |
| XYZ | 4.77 | 7.3 | 5.57 | - |
| YUV | 67 | 124.61 | 103.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 86 | 61 | 0.63 | 0 | 0.29 | 0.66 | 152.22 | 0.46 | 0.23 |
| Hex | 20 | 56 | 3D | 3F | 0 | 1D | 42 | 98 | 2E | 17 |
| Octal | 40 | 126 | 75 | 77 | 0 | 35 | 102 | 230 | 56 | 27 |
| Binary | 100000 | 1010110 | 111101 | 111111 | 0 | 11101 | 1000010 | 10011000 | 101110 | 10111 |
Color Harmonies of #20563D
Complementary color
Monochromatic Colors of #20563D
Black with #20563D
Text Example
Text Example
White with #20563D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20563D; }
p { color: rgb(32,86,61); }
H1.HeaderClassName
{
color: #20563D;
}
.AnyTagClassName
{
color: #20563D;
}
</style>
background-color css
<style>
a { background-color: #20563D; }
a { background-color: rgb(32,86,61); }
div.DivClassName
{
background-color: #20563D;
}
.BgClassName
{
background-color: #20563D;
}
</style>
border-color css
<style>
span { border-color: #20563D; }
span { border-color: rgb(32,86,61); }
td.TdClassName
{
border-color: #20563D;
}
.TagClassName
{
border-color: #20563D;
}
</style>