Shades of Green Waterloo #161B04
Tints of Green Waterloo #161B04
RGB
CMYK
RGB Variations
Color information
#161B04 (or 0x161B04) is known color: Green Waterloo. HEX triplet: 16, 1B and 04. RGB value is (22,27,4). Sum of RGB (Red+Green+Blue) = 22+27+4=53 (7% of max value = 765). Red value is 22 (8.98% from 255 or 41.51% from 53); Green value is 27 (10.94% from 255 or 50.94% from 53); Blue value is 4 (1.95% from 255 or 7.55% from 53); Max value from RGB is 27 - color contains mainly: green. Hex color #161B04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #161B04 is #E9E4FB. Grayscale: #161616. Windows color (decimal): -15328508 or 269078. OLE color: 269078.
HSL color Cylindrical-coordinate representation of color #161B04: hue angle of 73.04º degrees, saturation: 0.74, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #161B04 is Cyan = 0.19, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 22 | 27 | 4 | - |
| CMYK | 0.19 | 0 | 0.85 | 0.89 |
| HSL | 73.04º | 0.74% | 0.06% | - |
| HSV(B) | 73.04º | 0.85% | 0.11% | - |
| XYZ | 0.74 | 0.96 | 0.26 | - |
| YUV | 22.88 | 117.34 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 27 | 4 | 0.19 | 0 | 0.85 | 0.89 | 73.04 | 0.74 | 0.06 |
| Hex | 16 | 1B | 4 | 13 | 0 | 55 | 59 | 49 | 4A | 6 |
| Octal | 26 | 33 | 4 | 23 | 0 | 125 | 131 | 111 | 112 | 6 |
| Binary | 10110 | 11011 | 100 | 10011 | 0 | 1010101 | 1011001 | 1001001 | 1001010 | 110 |
Color Harmonies of #161B04
Complementary color
Monochromatic Colors of #161B04
Black with #161B04
Text Example
Text Example
White with #161B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161B04; }
p { color: rgb(22,27,4); }
H1.HeaderClassName
{
color: #161B04;
}
.AnyTagClassName
{
color: #161B04;
}
</style>
background-color css
<style>
a { background-color: #161B04; }
a { background-color: rgb(22,27,4); }
div.DivClassName
{
background-color: #161B04;
}
.BgClassName
{
background-color: #161B04;
}
</style>
border-color css
<style>
span { border-color: #161B04; }
span { border-color: rgb(22,27,4); }
td.TdClassName
{
border-color: #161B04;
}
.TagClassName
{
border-color: #161B04;
}
</style>