Shades of County Green #16553E
Tints of County Green #16553E
RGB
CMYK
RGB Variations
Color information
#16553E (or 0x16553E) is known color: County Green. HEX triplet: 16, 55 and 3E. RGB value is (22,85,62). Sum of RGB (Red+Green+Blue) = 22+85+62=169 (22% of max value = 765). Red value is 22 (8.98% from 255 or 13.02% from 169); Green value is 85 (33.59% from 255 or 50.30% from 169); Blue value is 62 (24.61% from 255 or 36.69% from 169); Max value from RGB is 85 - color contains mainly: green. Hex color #16553E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #16553E is #E9AAC1. Grayscale: #3F3F3F. Windows color (decimal): -15313602 or 4085014. OLE color: 4085014.
HSL color Cylindrical-coordinate representation of color #16553E: hue angle of 158.1º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #16553E is Cyan = 0.74, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 22 | 85 | 62 | - |
| CMYK | 0.74 | 0 | 0.27 | 0.67 |
| HSL | 158.1º | 0.59% | 0.21% | - |
| HSV(B) | 158.1º | 0.74% | 0.33% | - |
| XYZ | 4.45 | 7.02 | 5.68 | - |
| YUV | 63.54 | 127.13 | 98.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 85 | 62 | 0.74 | 0 | 0.27 | 0.67 | 158.1 | 0.59 | 0.21 |
| Hex | 16 | 55 | 3E | 4A | 0 | 1B | 43 | 9E | 3B | 15 |
| Octal | 26 | 125 | 76 | 112 | 0 | 33 | 103 | 236 | 73 | 25 |
| Binary | 10110 | 1010101 | 111110 | 1001010 | 0 | 11011 | 1000011 | 10011110 | 111011 | 10101 |
Color Harmonies of #16553E
Complementary color
Monochromatic Colors of #16553E
Black with #16553E
Text Example
Text Example
White with #16553E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16553E; }
p { color: rgb(22,85,62); }
H1.HeaderClassName
{
color: #16553E;
}
.AnyTagClassName
{
color: #16553E;
}
</style>
background-color css
<style>
a { background-color: #16553E; }
a { background-color: rgb(22,85,62); }
div.DivClassName
{
background-color: #16553E;
}
.BgClassName
{
background-color: #16553E;
}
</style>
border-color css
<style>
span { border-color: #16553E; }
span { border-color: rgb(22,85,62); }
td.TdClassName
{
border-color: #16553E;
}
.TagClassName
{
border-color: #16553E;
}
</style>