Shades of Watercourse #017544
Tints of Watercourse #017544
RGB
CMYK
RGB Variations
Color information
#017544 (or 0x017544) is known color: Watercourse. HEX triplet: 01, 75 and 44. RGB value is (1,117,68). Sum of RGB (Red+Green+Blue) = 1+117+68=186 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 186); Green value is 117 (46.09% from 255 or 62.90% from 186); Blue value is 68 (26.95% from 255 or 36.56% from 186); Max value from RGB is 117 - color contains mainly: green. Hex color #017544 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017544 is #FE8ABB. Grayscale: #4C4C4C. Windows color (decimal): -16681660 or 4486401. OLE color: 4486401.
HSL color Cylindrical-coordinate representation of color #017544: hue angle of 154.66º 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 #017544 is Cyan = 0.99, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 1 | 117 | 68 | - |
| CMYK | 0.99 | 0 | 0.42 | 0.54 |
| HSL | 154.66º | 0.98% | 0.23% | - |
| HSV(B) | 154.66º | 0.99% | 0.46% | - |
| XYZ | 7.42 | 13.15 | 7.62 | - |
| YUV | 76.73 | 123.07 | 73.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 117 | 68 | 0.99 | 0 | 0.42 | 0.54 | 154.66 | 0.98 | 0.23 |
| Hex | 1 | 75 | 44 | 63 | 0 | 2A | 36 | 9B | 62 | 17 |
| Octal | 1 | 165 | 104 | 143 | 0 | 52 | 66 | 233 | 142 | 27 |
| Binary | 1 | 1110101 | 1000100 | 1100011 | 0 | 101010 | 110110 | 10011011 | 1100010 | 10111 |
Color Harmonies of #017544
Complementary color
Monochromatic Colors of #017544
Black with #017544
Text Example
Text Example
White with #017544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017544; }
p { color: rgb(1,117,68); }
H1.HeaderClassName
{
color: #017544;
}
.AnyTagClassName
{
color: #017544;
}
</style>
background-color css
<style>
a { background-color: #017544; }
a { background-color: rgb(1,117,68); }
div.DivClassName
{
background-color: #017544;
}
.BgClassName
{
background-color: #017544;
}
</style>
border-color css
<style>
span { border-color: #017544; }
span { border-color: rgb(1,117,68); }
td.TdClassName
{
border-color: #017544;
}
.TagClassName
{
border-color: #017544;
}
</style>