Shades of Watercourse #016548
Tints of Watercourse #016548
RGB
CMYK
RGB Variations
Color information
#016548 (or 0x016548) is known color: Watercourse. HEX triplet: 01, 65 and 48. RGB value is (1,101,72). Sum of RGB (Red+Green+Blue) = 1+101+72=174 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 174); Green value is 101 (39.84% from 255 or 58.05% from 174); Blue value is 72 (28.52% from 255 or 41.38% from 174); Max value from RGB is 101 - color contains mainly: green. Hex color #016548 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016548 is #FE9AB7. Grayscale: #434343. Windows color (decimal): -16685752 or 4744449. OLE color: 4744449.
HSL color Cylindrical-coordinate representation of color #016548: hue angle of 162.6º 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 #016548 is Cyan = 0.99, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 1 | 101 | 72 | - |
| CMYK | 0.99 | 0 | 0.29 | 0.60 |
| HSL | 162.6º | 0.98% | 0.2% | - |
| HSV(B) | 162.6º | 0.99% | 0.4% | - |
| XYZ | 5.84 | 9.78 | 7.71 | - |
| YUV | 67.79 | 130.37 | 80.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 101 | 72 | 0.99 | 0 | 0.29 | 0.60 | 162.6 | 0.98 | 0.2 |
| Hex | 1 | 65 | 48 | 63 | 0 | 1D | 3C | A3 | 62 | 14 |
| Octal | 1 | 145 | 110 | 143 | 0 | 35 | 74 | 243 | 142 | 24 |
| Binary | 1 | 1100101 | 1001000 | 1100011 | 0 | 11101 | 111100 | 10100011 | 1100010 | 10100 |
Color Harmonies of #016548
Complementary color
Monochromatic Colors of #016548
Black with #016548
Text Example
Text Example
White with #016548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016548; }
p { color: rgb(1,101,72); }
H1.HeaderClassName
{
color: #016548;
}
.AnyTagClassName
{
color: #016548;
}
</style>
background-color css
<style>
a { background-color: #016548; }
a { background-color: rgb(1,101,72); }
div.DivClassName
{
background-color: #016548;
}
.BgClassName
{
background-color: #016548;
}
</style>
border-color css
<style>
span { border-color: #016548; }
span { border-color: rgb(1,101,72); }
td.TdClassName
{
border-color: #016548;
}
.TagClassName
{
border-color: #016548;
}
</style>