Shades of Watercourse #017450
Tints of Watercourse #017450
RGB
CMYK
RGB Variations
Color information
#017450 (or 0x017450) is known color: Watercourse. HEX triplet: 01, 74 and 50. RGB value is (1,116,80). Sum of RGB (Red+Green+Blue) = 1+116+80=197 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 197); Green value is 116 (45.70% from 255 or 58.88% from 197); Blue value is 80 (31.64% from 255 or 40.61% from 197); Max value from RGB is 116 - color contains mainly: green. Hex color #017450 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017450 is #FE8BAF. Grayscale: #4D4D4D. Windows color (decimal): -16681904 or 5272577. OLE color: 5272577.
HSL color Cylindrical-coordinate representation of color #017450: hue angle of 161.22º 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 #017450 is Cyan = 0.99, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 1 | 116 | 80 | - |
| CMYK | 0.99 | 0 | 0.31 | 0.55 |
| HSL | 161.22º | 0.98% | 0.23% | - |
| HSV(B) | 161.22º | 0.99% | 0.45% | - |
| XYZ | 7.71 | 13.08 | 9.71 | - |
| YUV | 77.51 | 129.4 | 73.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 116 | 80 | 0.99 | 0 | 0.31 | 0.55 | 161.22 | 0.98 | 0.23 |
| Hex | 1 | 74 | 50 | 63 | 0 | 1F | 37 | A1 | 62 | 17 |
| Octal | 1 | 164 | 120 | 143 | 0 | 37 | 67 | 241 | 142 | 27 |
| Binary | 1 | 1110100 | 1010000 | 1100011 | 0 | 11111 | 110111 | 10100001 | 1100010 | 10111 |
Color Harmonies of #017450
Complementary color
Monochromatic Colors of #017450
Black with #017450
Text Example
Text Example
White with #017450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017450; }
p { color: rgb(1,116,80); }
H1.HeaderClassName
{
color: #017450;
}
.AnyTagClassName
{
color: #017450;
}
</style>
background-color css
<style>
a { background-color: #017450; }
a { background-color: rgb(1,116,80); }
div.DivClassName
{
background-color: #017450;
}
.BgClassName
{
background-color: #017450;
}
</style>
border-color css
<style>
span { border-color: #017450; }
span { border-color: rgb(1,116,80); }
td.TdClassName
{
border-color: #017450;
}
.TagClassName
{
border-color: #017450;
}
</style>