Shades of Green Waterloo #161904
Tints of Green Waterloo #161904
RGB
CMYK
RGB Variations
Color information
#161904 (or 0x161904) is known color: Green Waterloo. HEX triplet: 16, 19 and 04. RGB value is (22,25,4). Sum of RGB (Red+Green+Blue) = 22+25+4=51 (6% of max value = 765). Red value is 22 (8.98% from 255 or 43.14% from 51); Green value is 25 (10.16% from 255 or 49.02% from 51); Blue value is 4 (1.95% from 255 or 7.84% from 51); Max value from RGB is 25 - color contains mainly: green. Hex color #161904 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #161904 is #E9E6FB. Grayscale: #151515. Windows color (decimal): -15329020 or 268566. OLE color: 268566.
HSL color Cylindrical-coordinate representation of color #161904: hue angle of 68.57º degrees, saturation: 0.72, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #161904 is Cyan = 0.12, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 22 | 25 | 4 | - |
| CMYK | 0.12 | 0 | 0.84 | 0.90 |
| HSL | 68.57º | 0.72% | 0.06% | - |
| HSV(B) | 68.57º | 0.84% | 0.1% | - |
| XYZ | 0.7 | 0.87 | 0.25 | - |
| YUV | 21.71 | 118.01 | 128.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 25 | 4 | 0.12 | 0 | 0.84 | 0.90 | 68.57 | 0.72 | 0.06 |
| Hex | 16 | 19 | 4 | C | 0 | 54 | 5A | 45 | 48 | 6 |
| Octal | 26 | 31 | 4 | 14 | 0 | 124 | 132 | 105 | 110 | 6 |
| Binary | 10110 | 11001 | 100 | 1100 | 0 | 1010100 | 1011010 | 1000101 | 1001000 | 110 |
Color Harmonies of #161904
Complementary color
Monochromatic Colors of #161904
Black with #161904
Text Example
Text Example
White with #161904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161904; }
p { color: rgb(22,25,4); }
H1.HeaderClassName
{
color: #161904;
}
.AnyTagClassName
{
color: #161904;
}
</style>
background-color css
<style>
a { background-color: #161904; }
a { background-color: rgb(22,25,4); }
div.DivClassName
{
background-color: #161904;
}
.BgClassName
{
background-color: #161904;
}
</style>
border-color css
<style>
span { border-color: #161904; }
span { border-color: rgb(22,25,4); }
td.TdClassName
{
border-color: #161904;
}
.TagClassName
{
border-color: #161904;
}
</style>