Shades of County Green #20503D
Tints of County Green #20503D
RGB
CMYK
RGB Variations
Color information
#20503D (or 0x20503D) is known color: County Green. HEX triplet: 20, 50 and 3D. RGB value is (32,80,61). Sum of RGB (Red+Green+Blue) = 32+80+61=173 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.50% from 173); Green value is 80 (31.64% from 255 or 46.24% from 173); Blue value is 61 (24.22% from 255 or 35.26% from 173); Max value from RGB is 80 - color contains mainly: green. Hex color #20503D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20503D is #DFAFC2. Grayscale: #3F3F3F. Windows color (decimal): -14659523 or 4018208. OLE color: 4018208.
HSL color Cylindrical-coordinate representation of color #20503D: hue angle of 156.25º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #20503D is Cyan = 0.60, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 32 | 80 | 61 | - |
| CMYK | 0.60 | 0 | 0.24 | 0.69 |
| HSL | 156.25º | 0.43% | 0.22% | - |
| HSV(B) | 156.25º | 0.6% | 0.31% | - |
| XYZ | 4.31 | 6.38 | 5.42 | - |
| YUV | 63.48 | 126.6 | 105.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 80 | 61 | 0.60 | 0 | 0.24 | 0.69 | 156.25 | 0.43 | 0.22 |
| Hex | 20 | 50 | 3D | 3C | 0 | 18 | 45 | 9C | 2B | 16 |
| Octal | 40 | 120 | 75 | 74 | 0 | 30 | 105 | 234 | 53 | 26 |
| Binary | 100000 | 1010000 | 111101 | 111100 | 0 | 11000 | 1000101 | 10011100 | 101011 | 10110 |
Color Harmonies of #20503D
Complementary color
Monochromatic Colors of #20503D
Black with #20503D
Text Example
Text Example
White with #20503D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20503D; }
p { color: rgb(32,80,61); }
H1.HeaderClassName
{
color: #20503D;
}
.AnyTagClassName
{
color: #20503D;
}
</style>
background-color css
<style>
a { background-color: #20503D; }
a { background-color: rgb(32,80,61); }
div.DivClassName
{
background-color: #20503D;
}
.BgClassName
{
background-color: #20503D;
}
</style>
border-color css
<style>
span { border-color: #20503D; }
span { border-color: rgb(32,80,61); }
td.TdClassName
{
border-color: #20503D;
}
.TagClassName
{
border-color: #20503D;
}
</style>