Shades of County Green #16553C
Tints of County Green #16553C
RGB
CMYK
RGB Variations
Color information
#16553C (or 0x16553C) is known color: County Green. HEX triplet: 16, 55 and 3C. RGB value is (22,85,60). Sum of RGB (Red+Green+Blue) = 22+85+60=167 (22% of max value = 765). Red value is 22 (8.98% from 255 or 13.17% from 167); Green value is 85 (33.59% from 255 or 50.90% from 167); Blue value is 60 (23.83% from 255 or 35.93% from 167); Max value from RGB is 85 - color contains mainly: green. Hex color #16553C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #16553C is #E9AAC3. Grayscale: #3F3F3F. Windows color (decimal): -15313604 or 3953942. OLE color: 3953942.
HSL color Cylindrical-coordinate representation of color #16553C: hue angle of 156.19º 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 #16553C is Cyan = 0.74, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 22 | 85 | 60 | - |
| CMYK | 0.74 | 0 | 0.29 | 0.67 |
| HSL | 156.19º | 0.59% | 0.21% | - |
| HSV(B) | 156.19º | 0.74% | 0.33% | - |
| XYZ | 4.39 | 6.99 | 5.39 | - |
| YUV | 63.31 | 126.13 | 98.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 85 | 60 | 0.74 | 0 | 0.29 | 0.67 | 156.19 | 0.59 | 0.21 |
| Hex | 16 | 55 | 3C | 4A | 0 | 1D | 43 | 9C | 3B | 15 |
| Octal | 26 | 125 | 74 | 112 | 0 | 35 | 103 | 234 | 73 | 25 |
| Binary | 10110 | 1010101 | 111100 | 1001010 | 0 | 11101 | 1000011 | 10011100 | 111011 | 10101 |
Color Harmonies of #16553C
Complementary color
Monochromatic Colors of #16553C
Black with #16553C
Text Example
Text Example
White with #16553C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16553C; }
p { color: rgb(22,85,60); }
H1.HeaderClassName
{
color: #16553C;
}
.AnyTagClassName
{
color: #16553C;
}
</style>
background-color css
<style>
a { background-color: #16553C; }
a { background-color: rgb(22,85,60); }
div.DivClassName
{
background-color: #16553C;
}
.BgClassName
{
background-color: #16553C;
}
</style>
border-color css
<style>
span { border-color: #16553C; }
span { border-color: rgb(22,85,60); }
td.TdClassName
{
border-color: #16553C;
}
.TagClassName
{
border-color: #16553C;
}
</style>