Shades of Green Waterloo #16190B
Tints of Green Waterloo #16190B
RGB
CMYK
RGB Variations
Color information
#16190B (or 0x16190B) is known color: Green Waterloo. HEX triplet: 16, 19 and 0B. RGB value is (22,25,11). Sum of RGB (Red+Green+Blue) = 22+25+11=58 (7% of max value = 765). Red value is 22 (8.98% from 255 or 37.93% from 58); Green value is 25 (10.16% from 255 or 43.10% from 58); Blue value is 11 (4.69% from 255 or 18.97% from 58); Max value from RGB is 25 - color contains mainly: green. Hex color #16190B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #16190B is #E9E6F4. Grayscale: #161616. Windows color (decimal): -15329013 or 727318. OLE color: 727318.
HSL color Cylindrical-coordinate representation of color #16190B: hue angle of 72.86º degrees, saturation: 0.39, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #16190B is Cyan = 0.12, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 22 | 25 | 11 | - |
| CMYK | 0.12 | 0 | 0.56 | 0.90 |
| HSL | 72.86º | 0.39% | 0.07% | - |
| HSV(B) | 72.86º | 0.56% | 0.1% | - |
| XYZ | 0.74 | 0.89 | 0.45 | - |
| YUV | 22.51 | 121.51 | 127.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 25 | 11 | 0.12 | 0 | 0.56 | 0.90 | 72.86 | 0.39 | 0.07 |
| Hex | 16 | 19 | B | C | 0 | 38 | 5A | 49 | 27 | 7 |
| Octal | 26 | 31 | 13 | 14 | 0 | 70 | 132 | 111 | 47 | 7 |
| Binary | 10110 | 11001 | 1011 | 1100 | 0 | 111000 | 1011010 | 1001001 | 100111 | 111 |
Color Harmonies of #16190B
Complementary color
Monochromatic Colors of #16190B
Black with #16190B
Text Example
Text Example
White with #16190B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16190B; }
p { color: rgb(22,25,11); }
H1.HeaderClassName
{
color: #16190B;
}
.AnyTagClassName
{
color: #16190B;
}
</style>
background-color css
<style>
a { background-color: #16190B; }
a { background-color: rgb(22,25,11); }
div.DivClassName
{
background-color: #16190B;
}
.BgClassName
{
background-color: #16190B;
}
</style>
border-color css
<style>
span { border-color: #16190B; }
span { border-color: rgb(22,25,11); }
td.TdClassName
{
border-color: #16190B;
}
.TagClassName
{
border-color: #16190B;
}
</style>