Shades of County Green #20523D
Tints of County Green #20523D
RGB
CMYK
RGB Variations
Color information
#20523D (or 0x20523D) is known color: County Green. HEX triplet: 20, 52 and 3D. RGB value is (32,82,61). Sum of RGB (Red+Green+Blue) = 32+82+61=175 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.29% from 175); Green value is 82 (32.42% from 255 or 46.86% from 175); Blue value is 61 (24.22% from 255 or 34.86% from 175); Max value from RGB is 82 - color contains mainly: green. Hex color #20523D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20523D is #DFADC2. Grayscale: #404040. Windows color (decimal): -14659011 or 4018720. OLE color: 4018720.
HSL color Cylindrical-coordinate representation of color #20523D: hue angle of 154.8º 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 #20523D is Cyan = 0.61, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 32 | 82 | 61 | - |
| CMYK | 0.61 | 0 | 0.26 | 0.68 |
| HSL | 154.8º | 0.44% | 0.22% | - |
| HSV(B) | 154.8º | 0.61% | 0.32% | - |
| XYZ | 4.46 | 6.68 | 5.47 | - |
| YUV | 64.66 | 125.94 | 104.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 82 | 61 | 0.61 | 0 | 0.26 | 0.68 | 154.8 | 0.44 | 0.22 |
| Hex | 20 | 52 | 3D | 3D | 0 | 1A | 44 | 9B | 2C | 16 |
| Octal | 40 | 122 | 75 | 75 | 0 | 32 | 104 | 233 | 54 | 26 |
| Binary | 100000 | 1010010 | 111101 | 111101 | 0 | 11010 | 1000100 | 10011011 | 101100 | 10110 |
Color Harmonies of #20523D
Complementary color
Monochromatic Colors of #20523D
Black with #20523D
Text Example
Text Example
White with #20523D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20523D; }
p { color: rgb(32,82,61); }
H1.HeaderClassName
{
color: #20523D;
}
.AnyTagClassName
{
color: #20523D;
}
</style>
background-color css
<style>
a { background-color: #20523D; }
a { background-color: rgb(32,82,61); }
div.DivClassName
{
background-color: #20523D;
}
.BgClassName
{
background-color: #20523D;
}
</style>
border-color css
<style>
span { border-color: #20523D; }
span { border-color: rgb(32,82,61); }
td.TdClassName
{
border-color: #20523D;
}
.TagClassName
{
border-color: #20523D;
}
</style>