Shades of County Green #20553F
Tints of County Green #20553F
RGB
CMYK
RGB Variations
Color information
#20553F (or 0x20553F) is known color: County Green. HEX triplet: 20, 55 and 3F. RGB value is (32,85,63). Sum of RGB (Red+Green+Blue) = 32+85+63=180 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.78% from 180); Green value is 85 (33.59% from 255 or 47.22% from 180); Blue value is 63 (25% from 255 or 35% from 180); Max value from RGB is 85 - color contains mainly: green. Hex color #20553F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20553F is #DFAAC0. Grayscale: #424242. Windows color (decimal): -14658241 or 4150560. OLE color: 4150560.
HSL color Cylindrical-coordinate representation of color #20553F: hue angle of 155.09º 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 #20553F is Cyan = 0.62, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 32 | 85 | 63 | - |
| CMYK | 0.62 | 0 | 0.26 | 0.67 |
| HSL | 155.09º | 0.45% | 0.23% | - |
| HSV(B) | 155.09º | 0.62% | 0.33% | - |
| XYZ | 4.74 | 7.16 | 5.84 | - |
| YUV | 66.65 | 125.94 | 103.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 85 | 63 | 0.62 | 0 | 0.26 | 0.67 | 155.09 | 0.45 | 0.23 |
| Hex | 20 | 55 | 3F | 3E | 0 | 1A | 43 | 9B | 2D | 17 |
| Octal | 40 | 125 | 77 | 76 | 0 | 32 | 103 | 233 | 55 | 27 |
| Binary | 100000 | 1010101 | 111111 | 111110 | 0 | 11010 | 1000011 | 10011011 | 101101 | 10111 |
Color Harmonies of #20553F
Complementary color
Monochromatic Colors of #20553F
Black with #20553F
Text Example
Text Example
White with #20553F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20553F; }
p { color: rgb(32,85,63); }
H1.HeaderClassName
{
color: #20553F;
}
.AnyTagClassName
{
color: #20553F;
}
</style>
background-color css
<style>
a { background-color: #20553F; }
a { background-color: rgb(32,85,63); }
div.DivClassName
{
background-color: #20553F;
}
.BgClassName
{
background-color: #20553F;
}
</style>
border-color css
<style>
span { border-color: #20553F; }
span { border-color: rgb(32,85,63); }
td.TdClassName
{
border-color: #20553F;
}
.TagClassName
{
border-color: #20553F;
}
</style>