Shades of Watercourse #017350
Tints of Watercourse #017350
RGB
CMYK
RGB Variations
Color information
#017350 (or 0x017350) is known color: Watercourse. HEX triplet: 01, 73 and 50. RGB value is (1,115,80). Sum of RGB (Red+Green+Blue) = 1+115+80=196 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 196); Green value is 115 (45.31% from 255 or 58.67% from 196); Blue value is 80 (31.64% from 255 or 40.82% from 196); Max value from RGB is 115 - color contains mainly: green. Hex color #017350 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017350 is #FE8CAF. Grayscale: #4C4C4C. Windows color (decimal): -16682160 or 5272321. OLE color: 5272321.
HSL color Cylindrical-coordinate representation of color #017350: hue angle of 161.58º 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 #017350 is Cyan = 0.99, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 1 | 115 | 80 | - |
| CMYK | 0.99 | 0 | 0.30 | 0.55 |
| HSL | 161.58º | 0.98% | 0.23% | - |
| HSV(B) | 161.58º | 0.99% | 0.45% | - |
| XYZ | 7.59 | 12.85 | 9.67 | - |
| YUV | 76.92 | 129.73 | 73.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 115 | 80 | 0.99 | 0 | 0.30 | 0.55 | 161.58 | 0.98 | 0.23 |
| Hex | 1 | 73 | 50 | 63 | 0 | 1E | 37 | A2 | 62 | 17 |
| Octal | 1 | 163 | 120 | 143 | 0 | 36 | 67 | 242 | 142 | 27 |
| Binary | 1 | 1110011 | 1010000 | 1100011 | 0 | 11110 | 110111 | 10100010 | 1100010 | 10111 |
Color Harmonies of #017350
Complementary color
Monochromatic Colors of #017350
Black with #017350
Text Example
Text Example
White with #017350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017350; }
p { color: rgb(1,115,80); }
H1.HeaderClassName
{
color: #017350;
}
.AnyTagClassName
{
color: #017350;
}
</style>
background-color css
<style>
a { background-color: #017350; }
a { background-color: rgb(1,115,80); }
div.DivClassName
{
background-color: #017350;
}
.BgClassName
{
background-color: #017350;
}
</style>
border-color css
<style>
span { border-color: #017350; }
span { border-color: rgb(1,115,80); }
td.TdClassName
{
border-color: #017350;
}
.TagClassName
{
border-color: #017350;
}
</style>