Shades of Watercourse #017549
Tints of Watercourse #017549
RGB
CMYK
RGB Variations
Color information
#017549 (or 0x017549) is known color: Watercourse. HEX triplet: 01, 75 and 49. RGB value is (1,117,73). Sum of RGB (Red+Green+Blue) = 1+117+73=191 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 191); Green value is 117 (46.09% from 255 or 61.26% from 191); Blue value is 73 (28.91% from 255 or 38.22% from 191); Max value from RGB is 117 - color contains mainly: green. Hex color #017549 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017549 is #FE8AB6. Grayscale: #4D4D4D. Windows color (decimal): -16681655 or 4814081. OLE color: 4814081.
HSL color Cylindrical-coordinate representation of color #017549: hue angle of 157.24º 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 #017549 is Cyan = 0.99, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 1 | 117 | 73 | - |
| CMYK | 0.99 | 0 | 0.38 | 0.54 |
| HSL | 157.24º | 0.98% | 0.23% | - |
| HSV(B) | 157.24º | 0.99% | 0.46% | - |
| XYZ | 7.58 | 13.21 | 8.45 | - |
| YUV | 77.3 | 125.57 | 73.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 117 | 73 | 0.99 | 0 | 0.38 | 0.54 | 157.24 | 0.98 | 0.23 |
| Hex | 1 | 75 | 49 | 63 | 0 | 26 | 36 | 9D | 62 | 17 |
| Octal | 1 | 165 | 111 | 143 | 0 | 46 | 66 | 235 | 142 | 27 |
| Binary | 1 | 1110101 | 1001001 | 1100011 | 0 | 100110 | 110110 | 10011101 | 1100010 | 10111 |
Color Harmonies of #017549
Complementary color
Monochromatic Colors of #017549
Black with #017549
Text Example
Text Example
White with #017549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017549; }
p { color: rgb(1,117,73); }
H1.HeaderClassName
{
color: #017549;
}
.AnyTagClassName
{
color: #017549;
}
</style>
background-color css
<style>
a { background-color: #017549; }
a { background-color: rgb(1,117,73); }
div.DivClassName
{
background-color: #017549;
}
.BgClassName
{
background-color: #017549;
}
</style>
border-color css
<style>
span { border-color: #017549; }
span { border-color: rgb(1,117,73); }
td.TdClassName
{
border-color: #017549;
}
.TagClassName
{
border-color: #017549;
}
</style>