Shades of Green Waterloo #16190C
Tints of Green Waterloo #16190C
RGB
CMYK
RGB Variations
Color information
#16190C (or 0x16190C) is known color: Green Waterloo. HEX triplet: 16, 19 and 0C. RGB value is (22,25,12). Sum of RGB (Red+Green+Blue) = 22+25+12=59 (7% of max value = 765). Red value is 22 (8.98% from 255 or 37.29% from 59); Green value is 25 (10.16% from 255 or 42.37% from 59); Blue value is 12 (5.08% from 255 or 20.34% from 59); Max value from RGB is 25 - color contains mainly: green. Hex color #16190C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #16190C is #E9E6F3. Grayscale: #161616. Windows color (decimal): -15329012 or 792854. OLE color: 792854.
HSL color Cylindrical-coordinate representation of color #16190C: hue angle of 73.85º degrees, saturation: 0.35, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #16190C is Cyan = 0.12, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 22 | 25 | 12 | - |
| CMYK | 0.12 | 0 | 0.52 | 0.90 |
| HSL | 73.85º | 0.35% | 0.07% | - |
| HSV(B) | 73.85º | 0.52% | 0.1% | - |
| XYZ | 0.74 | 0.89 | 0.48 | - |
| YUV | 22.62 | 122.01 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 25 | 12 | 0.12 | 0 | 0.52 | 0.90 | 73.85 | 0.35 | 0.07 |
| Hex | 16 | 19 | C | C | 0 | 34 | 5A | 4A | 23 | 7 |
| Octal | 26 | 31 | 14 | 14 | 0 | 64 | 132 | 112 | 43 | 7 |
| Binary | 10110 | 11001 | 1100 | 1100 | 0 | 110100 | 1011010 | 1001010 | 100011 | 111 |
Color Harmonies of #16190C
Complementary color
Monochromatic Colors of #16190C
Black with #16190C
Text Example
Text Example
White with #16190C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16190C; }
p { color: rgb(22,25,12); }
H1.HeaderClassName
{
color: #16190C;
}
.AnyTagClassName
{
color: #16190C;
}
</style>
background-color css
<style>
a { background-color: #16190C; }
a { background-color: rgb(22,25,12); }
div.DivClassName
{
background-color: #16190C;
}
.BgClassName
{
background-color: #16190C;
}
</style>
border-color css
<style>
span { border-color: #16190C; }
span { border-color: rgb(22,25,12); }
td.TdClassName
{
border-color: #16190C;
}
.TagClassName
{
border-color: #16190C;
}
</style>