Shades of County Green #16563C
Tints of County Green #16563C
RGB
CMYK
RGB Variations
Color information
#16563C (or 0x16563C) is known color: County Green. HEX triplet: 16, 56 and 3C. RGB value is (22,86,60). Sum of RGB (Red+Green+Blue) = 22+86+60=168 (22% of max value = 765). Red value is 22 (8.98% from 255 or 13.10% from 168); Green value is 86 (33.98% from 255 or 51.19% from 168); Blue value is 60 (23.83% from 255 or 35.71% from 168); Max value from RGB is 86 - color contains mainly: green. Hex color #16563C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #16563C is #E9A9C3. Grayscale: #3F3F3F. Windows color (decimal): -15313348 or 3954198. OLE color: 3954198.
HSL color Cylindrical-coordinate representation of color #16563C: hue angle of 155.62º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #16563C is Cyan = 0.74, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 22 | 86 | 60 | - |
| CMYK | 0.74 | 0 | 0.30 | 0.66 |
| HSL | 155.63º | 0.59% | 0.21% | - |
| HSV(B) | 155.63º | 0.74% | 0.34% | - |
| XYZ | 4.47 | 7.15 | 5.42 | - |
| YUV | 63.9 | 125.8 | 98.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 86 | 60 | 0.74 | 0 | 0.30 | 0.66 | 155.63 | 0.59 | 0.21 |
| Hex | 16 | 56 | 3C | 4A | 0 | 1E | 42 | 9C | 3B | 15 |
| Octal | 26 | 126 | 74 | 112 | 0 | 36 | 102 | 234 | 73 | 25 |
| Binary | 10110 | 1010110 | 111100 | 1001010 | 0 | 11110 | 1000010 | 10011100 | 111011 | 10101 |
Color Harmonies of #16563C
Complementary color
Monochromatic Colors of #16563C
Black with #16563C
Text Example
Text Example
White with #16563C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16563C; }
p { color: rgb(22,86,60); }
H1.HeaderClassName
{
color: #16563C;
}
.AnyTagClassName
{
color: #16563C;
}
</style>
background-color css
<style>
a { background-color: #16563C; }
a { background-color: rgb(22,86,60); }
div.DivClassName
{
background-color: #16563C;
}
.BgClassName
{
background-color: #16563C;
}
</style>
border-color css
<style>
span { border-color: #16563C; }
span { border-color: rgb(22,86,60); }
td.TdClassName
{
border-color: #16563C;
}
.TagClassName
{
border-color: #16563C;
}
</style>