Shades of Watercourse #016149
Tints of Watercourse #016149
RGB
CMYK
RGB Variations
Color information
#016149 (or 0x016149) is known color: Watercourse. HEX triplet: 01, 61 and 49. RGB value is (1,97,73). Sum of RGB (Red+Green+Blue) = 1+97+73=171 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 171); Green value is 97 (38.28% from 255 or 56.73% from 171); Blue value is 73 (28.91% from 255 or 42.69% from 171); Max value from RGB is 97 - color contains mainly: green. Hex color #016149 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016149 is #FE9EB6. Grayscale: #414141. Windows color (decimal): -16686775 or 4808961. OLE color: 4808961.
HSL color Cylindrical-coordinate representation of color #016149: hue angle of 165º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016149 is Cyan = 0.99, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 1 | 97 | 73 | - |
| CMYK | 0.99 | 0 | 0.25 | 0.62 |
| HSL | 165º | 0.98% | 0.19% | - |
| HSV(B) | 165º | 0.99% | 0.38% | - |
| XYZ | 5.49 | 9.04 | 7.76 | - |
| YUV | 65.56 | 132.2 | 81.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 97 | 73 | 0.99 | 0 | 0.25 | 0.62 | 165 | 0.98 | 0.19 |
| Hex | 1 | 61 | 49 | 63 | 0 | 19 | 3E | A5 | 62 | 13 |
| Octal | 1 | 141 | 111 | 143 | 0 | 31 | 76 | 245 | 142 | 23 |
| Binary | 1 | 1100001 | 1001001 | 1100011 | 0 | 11001 | 111110 | 10100101 | 1100010 | 10011 |
Color Harmonies of #016149
Complementary color
Monochromatic Colors of #016149
Black with #016149
Text Example
Text Example
White with #016149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016149; }
p { color: rgb(1,97,73); }
H1.HeaderClassName
{
color: #016149;
}
.AnyTagClassName
{
color: #016149;
}
</style>
background-color css
<style>
a { background-color: #016149; }
a { background-color: rgb(1,97,73); }
div.DivClassName
{
background-color: #016149;
}
.BgClassName
{
background-color: #016149;
}
</style>
border-color css
<style>
span { border-color: #016149; }
span { border-color: rgb(1,97,73); }
td.TdClassName
{
border-color: #016149;
}
.TagClassName
{
border-color: #016149;
}
</style>