Shades of Watercourse #017141
Tints of Watercourse #017141
RGB
CMYK
RGB Variations
Color information
#017141 (or 0x017141) is known color: Watercourse. HEX triplet: 01, 71 and 41. RGB value is (1,113,65). Sum of RGB (Red+Green+Blue) = 1+113+65=179 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 179); Green value is 113 (44.53% from 255 or 63.13% from 179); Blue value is 65 (25.78% from 255 or 36.31% from 179); Max value from RGB is 113 - color contains mainly: green. Hex color #017141 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017141 is #FE8EBE. Grayscale: #4A4A4A. Windows color (decimal): -16682687 or 4288769. OLE color: 4288769.
HSL color Cylindrical-coordinate representation of color #017141: hue angle of 154.29º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017141 is Cyan = 0.99, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 113 | 65 | - |
| CMYK | 0.99 | 0 | 0.42 | 0.56 |
| HSL | 154.29º | 0.98% | 0.22% | - |
| HSV(B) | 154.29º | 0.99% | 0.44% | - |
| XYZ | 6.87 | 12.2 | 6.99 | - |
| YUV | 74.04 | 122.89 | 75.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 113 | 65 | 0.99 | 0 | 0.42 | 0.56 | 154.29 | 0.98 | 0.22 |
| Hex | 1 | 71 | 41 | 63 | 0 | 2A | 38 | 9A | 62 | 16 |
| Octal | 1 | 161 | 101 | 143 | 0 | 52 | 70 | 232 | 142 | 26 |
| Binary | 1 | 1110001 | 1000001 | 1100011 | 0 | 101010 | 111000 | 10011010 | 1100010 | 10110 |
Color Harmonies of #017141
Complementary color
Monochromatic Colors of #017141
Black with #017141
Text Example
Text Example
White with #017141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017141; }
p { color: rgb(1,113,65); }
H1.HeaderClassName
{
color: #017141;
}
.AnyTagClassName
{
color: #017141;
}
</style>
background-color css
<style>
a { background-color: #017141; }
a { background-color: rgb(1,113,65); }
div.DivClassName
{
background-color: #017141;
}
.BgClassName
{
background-color: #017141;
}
</style>
border-color css
<style>
span { border-color: #017141; }
span { border-color: rgb(1,113,65); }
td.TdClassName
{
border-color: #017141;
}
.TagClassName
{
border-color: #017141;
}
</style>