Shades of Watercourse #017352
Tints of Watercourse #017352
RGB
CMYK
RGB Variations
Color information
#017352 (or 0x017352) is known color: Watercourse. HEX triplet: 01, 73 and 52. RGB value is (1,115,82). Sum of RGB (Red+Green+Blue) = 1+115+82=198 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 198); Green value is 115 (45.31% from 255 or 58.08% from 198); Blue value is 82 (32.42% from 255 or 41.41% from 198); Max value from RGB is 115 - color contains mainly: green. Hex color #017352 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017352 is #FE8CAD. Grayscale: #4D4D4D. Windows color (decimal): -16682158 or 5403393. OLE color: 5403393.
HSL color Cylindrical-coordinate representation of color #017352: hue angle of 162.63º 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 #017352 is Cyan = 0.99, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 1 | 115 | 82 | - |
| CMYK | 0.99 | 0 | 0.29 | 0.55 |
| HSL | 162.63º | 0.98% | 0.23% | - |
| HSV(B) | 162.63º | 0.99% | 0.45% | - |
| XYZ | 7.67 | 12.88 | 10.06 | - |
| YUV | 77.15 | 130.73 | 73.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 115 | 82 | 0.99 | 0 | 0.29 | 0.55 | 162.63 | 0.98 | 0.23 |
| Hex | 1 | 73 | 52 | 63 | 0 | 1D | 37 | A3 | 62 | 17 |
| Octal | 1 | 163 | 122 | 143 | 0 | 35 | 67 | 243 | 142 | 27 |
| Binary | 1 | 1110011 | 1010010 | 1100011 | 0 | 11101 | 110111 | 10100011 | 1100010 | 10111 |
Color Harmonies of #017352
Complementary color
Monochromatic Colors of #017352
Black with #017352
Text Example
Text Example
White with #017352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017352; }
p { color: rgb(1,115,82); }
H1.HeaderClassName
{
color: #017352;
}
.AnyTagClassName
{
color: #017352;
}
</style>
background-color css
<style>
a { background-color: #017352; }
a { background-color: rgb(1,115,82); }
div.DivClassName
{
background-color: #017352;
}
.BgClassName
{
background-color: #017352;
}
</style>
border-color css
<style>
span { border-color: #017352; }
span { border-color: rgb(1,115,82); }
td.TdClassName
{
border-color: #017352;
}
.TagClassName
{
border-color: #017352;
}
</style>