Shades of County Green #20523E
Tints of County Green #20523E
RGB
CMYK
RGB Variations
Color information
#20523E (or 0x20523E) is known color: County Green. HEX triplet: 20, 52 and 3E. RGB value is (32,82,62). Sum of RGB (Red+Green+Blue) = 32+82+62=176 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.18% from 176); Green value is 82 (32.42% from 255 or 46.59% from 176); Blue value is 62 (24.61% from 255 or 35.23% from 176); Max value from RGB is 82 - color contains mainly: green. Hex color #20523E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20523E is #DFADC1. Grayscale: #404040. Windows color (decimal): -14659010 or 4084256. OLE color: 4084256.
HSL color Cylindrical-coordinate representation of color #20523E: hue angle of 156º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #20523E is Cyan = 0.61, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 32 | 82 | 62 | - |
| CMYK | 0.61 | 0 | 0.24 | 0.68 |
| HSL | 156º | 0.44% | 0.22% | - |
| HSV(B) | 156º | 0.61% | 0.32% | - |
| XYZ | 4.48 | 6.69 | 5.61 | - |
| YUV | 64.77 | 126.44 | 104.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 82 | 62 | 0.61 | 0 | 0.24 | 0.68 | 156 | 0.44 | 0.22 |
| Hex | 20 | 52 | 3E | 3D | 0 | 18 | 44 | 9C | 2C | 16 |
| Octal | 40 | 122 | 76 | 75 | 0 | 30 | 104 | 234 | 54 | 26 |
| Binary | 100000 | 1010010 | 111110 | 111101 | 0 | 11000 | 1000100 | 10011100 | 101100 | 10110 |
Color Harmonies of #20523E
Complementary color
Monochromatic Colors of #20523E
Black with #20523E
Text Example
Text Example
White with #20523E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20523E; }
p { color: rgb(32,82,62); }
H1.HeaderClassName
{
color: #20523E;
}
.AnyTagClassName
{
color: #20523E;
}
</style>
background-color css
<style>
a { background-color: #20523E; }
a { background-color: rgb(32,82,62); }
div.DivClassName
{
background-color: #20523E;
}
.BgClassName
{
background-color: #20523E;
}
</style>
border-color css
<style>
span { border-color: #20523E; }
span { border-color: rgb(32,82,62); }
td.TdClassName
{
border-color: #20523E;
}
.TagClassName
{
border-color: #20523E;
}
</style>