Shades of Watercourse #016544
Tints of Watercourse #016544
RGB
CMYK
RGB Variations
Color information
#016544 (or 0x016544) is known color: Watercourse. HEX triplet: 01, 65 and 44. RGB value is (1,101,68). Sum of RGB (Red+Green+Blue) = 1+101+68=170 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 170); Green value is 101 (39.84% from 255 or 59.41% from 170); Blue value is 68 (26.95% from 255 or 40% from 170); Max value from RGB is 101 - color contains mainly: green. Hex color #016544 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016544 is #FE9ABB. Grayscale: #434343. Windows color (decimal): -16685756 or 4482305. OLE color: 4482305.
HSL color Cylindrical-coordinate representation of color #016544: hue angle of 160.2º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016544 is Cyan = 0.99, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 1 | 101 | 68 | - |
| CMYK | 0.99 | 0 | 0.33 | 0.60 |
| HSL | 160.2º | 0.98% | 0.2% | - |
| HSV(B) | 160.2º | 0.99% | 0.4% | - |
| XYZ | 5.71 | 9.73 | 7.05 | - |
| YUV | 67.34 | 128.37 | 80.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 101 | 68 | 0.99 | 0 | 0.33 | 0.60 | 160.2 | 0.98 | 0.2 |
| Hex | 1 | 65 | 44 | 63 | 0 | 21 | 3C | A0 | 62 | 14 |
| Octal | 1 | 145 | 104 | 143 | 0 | 41 | 74 | 240 | 142 | 24 |
| Binary | 1 | 1100101 | 1000100 | 1100011 | 0 | 100001 | 111100 | 10100000 | 1100010 | 10100 |
Color Harmonies of #016544
Complementary color
Monochromatic Colors of #016544
Black with #016544
Text Example
Text Example
White with #016544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016544; }
p { color: rgb(1,101,68); }
H1.HeaderClassName
{
color: #016544;
}
.AnyTagClassName
{
color: #016544;
}
</style>
background-color css
<style>
a { background-color: #016544; }
a { background-color: rgb(1,101,68); }
div.DivClassName
{
background-color: #016544;
}
.BgClassName
{
background-color: #016544;
}
</style>
border-color css
<style>
span { border-color: #016544; }
span { border-color: rgb(1,101,68); }
td.TdClassName
{
border-color: #016544;
}
.TagClassName
{
border-color: #016544;
}
</style>