Shades of Watercourse #017553
Tints of Watercourse #017553
RGB
CMYK
RGB Variations
Color information
#017553 (or 0x017553) is known color: Watercourse. HEX triplet: 01, 75 and 53. RGB value is (1,117,83). Sum of RGB (Red+Green+Blue) = 1+117+83=201 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 201); Green value is 117 (46.09% from 255 or 58.21% from 201); Blue value is 83 (32.81% from 255 or 41.29% from 201); Max value from RGB is 117 - color contains mainly: green. Hex color #017553 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017553 is #FE8AAC. Grayscale: #4E4E4E. Windows color (decimal): -16681645 or 5469441. OLE color: 5469441.
HSL color Cylindrical-coordinate representation of color #017553: hue angle of 162.41º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017553 is Cyan = 0.99, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 1 | 117 | 83 | - |
| CMYK | 0.99 | 0 | 0.29 | 0.54 |
| HSL | 162.41º | 0.98% | 0.23% | - |
| HSV(B) | 162.41º | 0.99% | 0.46% | - |
| XYZ | 7.94 | 13.35 | 10.34 | - |
| YUV | 78.44 | 130.57 | 72.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 117 | 83 | 0.99 | 0 | 0.29 | 0.54 | 162.41 | 0.98 | 0.23 |
| Hex | 1 | 75 | 53 | 63 | 0 | 1D | 36 | A2 | 62 | 17 |
| Octal | 1 | 165 | 123 | 143 | 0 | 35 | 66 | 242 | 142 | 27 |
| Binary | 1 | 1110101 | 1010011 | 1100011 | 0 | 11101 | 110110 | 10100010 | 1100010 | 10111 |
Color Harmonies of #017553
Complementary color
Monochromatic Colors of #017553
Black with #017553
Text Example
Text Example
White with #017553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017553; }
p { color: rgb(1,117,83); }
H1.HeaderClassName
{
color: #017553;
}
.AnyTagClassName
{
color: #017553;
}
</style>
background-color css
<style>
a { background-color: #017553; }
a { background-color: rgb(1,117,83); }
div.DivClassName
{
background-color: #017553;
}
.BgClassName
{
background-color: #017553;
}
</style>
border-color css
<style>
span { border-color: #017553; }
span { border-color: rgb(1,117,83); }
td.TdClassName
{
border-color: #017553;
}
.TagClassName
{
border-color: #017553;
}
</style>