Shades of County Green #20543D
Tints of County Green #20543D
RGB
CMYK
RGB Variations
Color information
#20543D (or 0x20543D) is known color: County Green. HEX triplet: 20, 54 and 3D. RGB value is (32,84,61). Sum of RGB (Red+Green+Blue) = 32+84+61=177 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.08% from 177); Green value is 84 (33.20% from 255 or 47.46% from 177); Blue value is 61 (24.22% from 255 or 34.46% from 177); Max value from RGB is 84 - color contains mainly: green. Hex color #20543D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20543D is #DFABC2. Grayscale: #414141. Windows color (decimal): -14658499 or 4019232. OLE color: 4019232.
HSL color Cylindrical-coordinate representation of color #20543D: hue angle of 153.46º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #20543D is Cyan = 0.62, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 32 | 84 | 61 | - |
| CMYK | 0.62 | 0 | 0.27 | 0.67 |
| HSL | 153.46º | 0.45% | 0.23% | - |
| HSV(B) | 153.46º | 0.62% | 0.33% | - |
| XYZ | 4.61 | 6.98 | 5.52 | - |
| YUV | 65.83 | 125.27 | 103.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 84 | 61 | 0.62 | 0 | 0.27 | 0.67 | 153.46 | 0.45 | 0.23 |
| Hex | 20 | 54 | 3D | 3E | 0 | 1B | 43 | 99 | 2D | 17 |
| Octal | 40 | 124 | 75 | 76 | 0 | 33 | 103 | 231 | 55 | 27 |
| Binary | 100000 | 1010100 | 111101 | 111110 | 0 | 11011 | 1000011 | 10011001 | 101101 | 10111 |
Color Harmonies of #20543D
Complementary color
Monochromatic Colors of #20543D
Black with #20543D
Text Example
Text Example
White with #20543D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20543D; }
p { color: rgb(32,84,61); }
H1.HeaderClassName
{
color: #20543D;
}
.AnyTagClassName
{
color: #20543D;
}
</style>
background-color css
<style>
a { background-color: #20543D; }
a { background-color: rgb(32,84,61); }
div.DivClassName
{
background-color: #20543D;
}
.BgClassName
{
background-color: #20543D;
}
</style>
border-color css
<style>
span { border-color: #20543D; }
span { border-color: rgb(32,84,61); }
td.TdClassName
{
border-color: #20543D;
}
.TagClassName
{
border-color: #20543D;
}
</style>