Shades of Green Waterloo #16170D
Tints of Green Waterloo #16170D
RGB
CMYK
RGB Variations
Color information
#16170D (or 0x16170D) is known color: Green Waterloo. HEX triplet: 16, 17 and 0D. RGB value is (22,23,13). Sum of RGB (Red+Green+Blue) = 22+23+13=58 (7% of max value = 765). Red value is 22 (8.98% from 255 or 37.93% from 58); Green value is 23 (9.38% from 255 or 39.66% from 58); Blue value is 13 (5.47% from 255 or 22.41% from 58); Max value from RGB is 23 - color contains mainly: green. Hex color #16170D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #16170D is #E9E8F2. Grayscale: #151515. Windows color (decimal): -15329523 or 857878. OLE color: 857878.
HSL color Cylindrical-coordinate representation of color #16170D: hue angle of 66º degrees, saturation: 0.28, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #16170D is Cyan = 0.04, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 22 | 23 | 13 | - |
| CMYK | 0.04 | 0 | 0.43 | 0.91 |
| HSL | 66º | 0.28% | 0.07% | - |
| HSV(B) | 66º | 0.43% | 0.09% | - |
| XYZ | 0.71 | 0.81 | 0.5 | - |
| YUV | 21.56 | 123.17 | 128.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 23 | 13 | 0.04 | 0 | 0.43 | 0.91 | 66 | 0.28 | 0.07 |
| Hex | 16 | 17 | D | 4 | 0 | 2B | 5B | 42 | 1C | 7 |
| Octal | 26 | 27 | 15 | 4 | 0 | 53 | 133 | 102 | 34 | 7 |
| Binary | 10110 | 10111 | 1101 | 100 | 0 | 101011 | 1011011 | 1000010 | 11100 | 111 |
Color Harmonies of #16170D
Complementary color
Monochromatic Colors of #16170D
Black with #16170D
Text Example
Text Example
White with #16170D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16170D; }
p { color: rgb(22,23,13); }
H1.HeaderClassName
{
color: #16170D;
}
.AnyTagClassName
{
color: #16170D;
}
</style>
background-color css
<style>
a { background-color: #16170D; }
a { background-color: rgb(22,23,13); }
div.DivClassName
{
background-color: #16170D;
}
.BgClassName
{
background-color: #16170D;
}
</style>
border-color css
<style>
span { border-color: #16170D; }
span { border-color: rgb(22,23,13); }
td.TdClassName
{
border-color: #16170D;
}
.TagClassName
{
border-color: #16170D;
}
</style>