Shades of Green Waterloo #161A09
Tints of Green Waterloo #161A09
RGB
CMYK
RGB Variations
Color information
#161A09 (or 0x161A09) is known color: Green Waterloo. HEX triplet: 16, 1A and 09. RGB value is (22,26,9). Sum of RGB (Red+Green+Blue) = 22+26+9=57 (7% of max value = 765). Red value is 22 (8.98% from 255 or 38.60% from 57); Green value is 26 (10.55% from 255 or 45.61% from 57); Blue value is 9 (3.91% from 255 or 15.79% from 57); Max value from RGB is 26 - color contains mainly: green. Hex color #161A09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #161A09 is #E9E5F6. Grayscale: #161616. Windows color (decimal): -15328759 or 596502. OLE color: 596502.
HSL color Cylindrical-coordinate representation of color #161A09: hue angle of 74.12º degrees, saturation: 0.49, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #161A09 is Cyan = 0.15, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 22 | 26 | 9 | - |
| CMYK | 0.15 | 0 | 0.65 | 0.90 |
| HSL | 74.12º | 0.49% | 0.07% | - |
| HSV(B) | 74.12º | 0.65% | 0.1% | - |
| XYZ | 0.75 | 0.93 | 0.4 | - |
| YUV | 22.87 | 120.17 | 127.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 26 | 9 | 0.15 | 0 | 0.65 | 0.90 | 74.12 | 0.49 | 0.07 |
| Hex | 16 | 1A | 9 | F | 0 | 41 | 5A | 4A | 31 | 7 |
| Octal | 26 | 32 | 11 | 17 | 0 | 101 | 132 | 112 | 61 | 7 |
| Binary | 10110 | 11010 | 1001 | 1111 | 0 | 1000001 | 1011010 | 1001010 | 110001 | 111 |
Color Harmonies of #161A09
Complementary color
Monochromatic Colors of #161A09
Black with #161A09
Text Example
Text Example
White with #161A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161A09; }
p { color: rgb(22,26,9); }
H1.HeaderClassName
{
color: #161A09;
}
.AnyTagClassName
{
color: #161A09;
}
</style>
background-color css
<style>
a { background-color: #161A09; }
a { background-color: rgb(22,26,9); }
div.DivClassName
{
background-color: #161A09;
}
.BgClassName
{
background-color: #161A09;
}
</style>
border-color css
<style>
span { border-color: #161A09; }
span { border-color: rgb(22,26,9); }
td.TdClassName
{
border-color: #161A09;
}
.TagClassName
{
border-color: #161A09;
}
</style>