Shades of Watercourse #017355
Tints of Watercourse #017355
RGB
CMYK
RGB Variations
Color information
#017355 (or 0x017355) is known color: Watercourse. HEX triplet: 01, 73 and 55. RGB value is (1,115,85). Sum of RGB (Red+Green+Blue) = 1+115+85=201 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 201); Green value is 115 (45.31% from 255 or 57.21% from 201); Blue value is 85 (33.59% from 255 or 42.29% from 201); Max value from RGB is 115 - color contains mainly: green. Hex color #017355 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017355 is #FE8CAA. Grayscale: #4D4D4D. Windows color (decimal): -16682155 or 5600001. OLE color: 5600001.
HSL color Cylindrical-coordinate representation of color #017355: hue angle of 164.21º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017355 is Cyan = 0.99, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 1 | 115 | 85 | - |
| CMYK | 0.99 | 0 | 0.26 | 0.55 |
| HSL | 164.21º | 0.98% | 0.23% | - |
| HSV(B) | 164.21º | 0.99% | 0.45% | - |
| XYZ | 7.78 | 12.92 | 10.68 | - |
| YUV | 77.49 | 132.23 | 73.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 115 | 85 | 0.99 | 0 | 0.26 | 0.55 | 164.21 | 0.98 | 0.23 |
| Hex | 1 | 73 | 55 | 63 | 0 | 1A | 37 | A4 | 62 | 17 |
| Octal | 1 | 163 | 125 | 143 | 0 | 32 | 67 | 244 | 142 | 27 |
| Binary | 1 | 1110011 | 1010101 | 1100011 | 0 | 11010 | 110111 | 10100100 | 1100010 | 10111 |
Color Harmonies of #017355
Complementary color
Monochromatic Colors of #017355
Black with #017355
Text Example
Text Example
White with #017355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017355; }
p { color: rgb(1,115,85); }
H1.HeaderClassName
{
color: #017355;
}
.AnyTagClassName
{
color: #017355;
}
</style>
background-color css
<style>
a { background-color: #017355; }
a { background-color: rgb(1,115,85); }
div.DivClassName
{
background-color: #017355;
}
.BgClassName
{
background-color: #017355;
}
</style>
border-color css
<style>
span { border-color: #017355; }
span { border-color: rgb(1,115,85); }
td.TdClassName
{
border-color: #017355;
}
.TagClassName
{
border-color: #017355;
}
</style>