Shades of County Green #20553D
Tints of County Green #20553D
RGB
CMYK
RGB Variations
Color information
#20553D (or 0x20553D) is known color: County Green. HEX triplet: 20, 55 and 3D. RGB value is (32,85,61). Sum of RGB (Red+Green+Blue) = 32+85+61=178 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.98% from 178); Green value is 85 (33.59% from 255 or 47.75% from 178); Blue value is 61 (24.22% from 255 or 34.27% from 178); Max value from RGB is 85 - color contains mainly: green. Hex color #20553D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20553D is #DFAAC2. Grayscale: #424242. Windows color (decimal): -14658243 or 4019488. OLE color: 4019488.
HSL color Cylindrical-coordinate representation of color #20553D: hue angle of 152.83º 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 #20553D is Cyan = 0.62, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 32 | 85 | 61 | - |
| CMYK | 0.62 | 0 | 0.28 | 0.67 |
| HSL | 152.83º | 0.45% | 0.23% | - |
| HSV(B) | 152.83º | 0.62% | 0.33% | - |
| XYZ | 4.69 | 7.14 | 5.55 | - |
| YUV | 66.42 | 124.94 | 103.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 85 | 61 | 0.62 | 0 | 0.28 | 0.67 | 152.83 | 0.45 | 0.23 |
| Hex | 20 | 55 | 3D | 3E | 0 | 1C | 43 | 99 | 2D | 17 |
| Octal | 40 | 125 | 75 | 76 | 0 | 34 | 103 | 231 | 55 | 27 |
| Binary | 100000 | 1010101 | 111101 | 111110 | 0 | 11100 | 1000011 | 10011001 | 101101 | 10111 |
Color Harmonies of #20553D
Complementary color
Monochromatic Colors of #20553D
Black with #20553D
Text Example
Text Example
White with #20553D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20553D; }
p { color: rgb(32,85,61); }
H1.HeaderClassName
{
color: #20553D;
}
.AnyTagClassName
{
color: #20553D;
}
</style>
background-color css
<style>
a { background-color: #20553D; }
a { background-color: rgb(32,85,61); }
div.DivClassName
{
background-color: #20553D;
}
.BgClassName
{
background-color: #20553D;
}
</style>
border-color css
<style>
span { border-color: #20553D; }
span { border-color: rgb(32,85,61); }
td.TdClassName
{
border-color: #20553D;
}
.TagClassName
{
border-color: #20553D;
}
</style>