Shades of Watercourse #016346
Tints of Watercourse #016346
RGB
CMYK
RGB Variations
Color information
#016346 (or 0x016346) is known color: Watercourse. HEX triplet: 01, 63 and 46. RGB value is (1,99,70). Sum of RGB (Red+Green+Blue) = 1+99+70=170 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 170); Green value is 99 (39.06% from 255 or 58.24% from 170); Blue value is 70 (27.73% from 255 or 41.18% from 170); Max value from RGB is 99 - color contains mainly: green. Hex color #016346 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016346 is #FE9CB9. Grayscale: #424242. Windows color (decimal): -16686266 or 4612865. OLE color: 4612865.
HSL color Cylindrical-coordinate representation of color #016346: hue angle of 162.24º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016346 is Cyan = 0.99, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 1 | 99 | 70 | - |
| CMYK | 0.99 | 0 | 0.29 | 0.61 |
| HSL | 162.24º | 0.98% | 0.2% | - |
| HSV(B) | 162.24º | 0.99% | 0.39% | - |
| XYZ | 5.58 | 9.37 | 7.31 | - |
| YUV | 66.39 | 130.03 | 81.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 99 | 70 | 0.99 | 0 | 0.29 | 0.61 | 162.24 | 0.98 | 0.2 |
| Hex | 1 | 63 | 46 | 63 | 0 | 1D | 3D | A2 | 62 | 14 |
| Octal | 1 | 143 | 106 | 143 | 0 | 35 | 75 | 242 | 142 | 24 |
| Binary | 1 | 1100011 | 1000110 | 1100011 | 0 | 11101 | 111101 | 10100010 | 1100010 | 10100 |
Color Harmonies of #016346
Complementary color
Monochromatic Colors of #016346
Black with #016346
Text Example
Text Example
White with #016346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016346; }
p { color: rgb(1,99,70); }
H1.HeaderClassName
{
color: #016346;
}
.AnyTagClassName
{
color: #016346;
}
</style>
background-color css
<style>
a { background-color: #016346; }
a { background-color: rgb(1,99,70); }
div.DivClassName
{
background-color: #016346;
}
.BgClassName
{
background-color: #016346;
}
</style>
border-color css
<style>
span { border-color: #016346; }
span { border-color: rgb(1,99,70); }
td.TdClassName
{
border-color: #016346;
}
.TagClassName
{
border-color: #016346;
}
</style>