Shades of County Green #20503C
Tints of County Green #20503C
RGB
CMYK
RGB Variations
Color information
#20503C (or 0x20503C) is known color: County Green. HEX triplet: 20, 50 and 3C. RGB value is (32,80,60). Sum of RGB (Red+Green+Blue) = 32+80+60=172 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.60% from 172); Green value is 80 (31.64% from 255 or 46.51% from 172); Blue value is 60 (23.83% from 255 or 34.88% from 172); Max value from RGB is 80 - color contains mainly: green. Hex color #20503C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20503C is #DFAFC3. Grayscale: #3F3F3F. Windows color (decimal): -14659524 or 3952672. OLE color: 3952672.
HSL color Cylindrical-coordinate representation of color #20503C: hue angle of 155º 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 #20503C is Cyan = 0.60, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 32 | 80 | 60 | - |
| CMYK | 0.60 | 0 | 0.25 | 0.69 |
| HSL | 155º | 0.43% | 0.22% | - |
| HSV(B) | 155º | 0.6% | 0.31% | - |
| XYZ | 4.28 | 6.37 | 5.28 | - |
| YUV | 63.37 | 126.1 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 80 | 60 | 0.60 | 0 | 0.25 | 0.69 | 155 | 0.43 | 0.22 |
| Hex | 20 | 50 | 3C | 3C | 0 | 19 | 45 | 9B | 2B | 16 |
| Octal | 40 | 120 | 74 | 74 | 0 | 31 | 105 | 233 | 53 | 26 |
| Binary | 100000 | 1010000 | 111100 | 111100 | 0 | 11001 | 1000101 | 10011011 | 101011 | 10110 |
Color Harmonies of #20503C
Complementary color
Monochromatic Colors of #20503C
Black with #20503C
Text Example
Text Example
White with #20503C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20503C; }
p { color: rgb(32,80,60); }
H1.HeaderClassName
{
color: #20503C;
}
.AnyTagClassName
{
color: #20503C;
}
</style>
background-color css
<style>
a { background-color: #20503C; }
a { background-color: rgb(32,80,60); }
div.DivClassName
{
background-color: #20503C;
}
.BgClassName
{
background-color: #20503C;
}
</style>
border-color css
<style>
span { border-color: #20503C; }
span { border-color: rgb(32,80,60); }
td.TdClassName
{
border-color: #20503C;
}
.TagClassName
{
border-color: #20503C;
}
</style>