Shades of Watercourse #017552
Tints of Watercourse #017552
RGB
CMYK
RGB Variations
Color information
#017552 (or 0x017552) is known color: Watercourse. HEX triplet: 01, 75 and 52. RGB value is (1,117,82). Sum of RGB (Red+Green+Blue) = 1+117+82=200 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.5% from 200); Green value is 117 (46.09% from 255 or 58.5% from 200); Blue value is 82 (32.42% from 255 or 41% from 200); Max value from RGB is 117 - color contains mainly: green. Hex color #017552 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017552 is #FE8AAD. Grayscale: #4E4E4E. Windows color (decimal): -16681646 or 5403905. OLE color: 5403905.
HSL color Cylindrical-coordinate representation of color #017552: hue angle of 161.9º 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 #017552 is Cyan = 0.99, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 1 | 117 | 82 | - |
| CMYK | 0.99 | 0 | 0.30 | 0.54 |
| HSL | 161.9º | 0.98% | 0.23% | - |
| HSV(B) | 161.9º | 0.99% | 0.46% | - |
| XYZ | 7.9 | 13.34 | 10.14 | - |
| YUV | 78.33 | 130.07 | 72.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 117 | 82 | 0.99 | 0 | 0.30 | 0.54 | 161.9 | 0.98 | 0.23 |
| Hex | 1 | 75 | 52 | 63 | 0 | 1E | 36 | A2 | 62 | 17 |
| Octal | 1 | 165 | 122 | 143 | 0 | 36 | 66 | 242 | 142 | 27 |
| Binary | 1 | 1110101 | 1010010 | 1100011 | 0 | 11110 | 110110 | 10100010 | 1100010 | 10111 |
Color Harmonies of #017552
Complementary color
Monochromatic Colors of #017552
Black with #017552
Text Example
Text Example
White with #017552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017552; }
p { color: rgb(1,117,82); }
H1.HeaderClassName
{
color: #017552;
}
.AnyTagClassName
{
color: #017552;
}
</style>
background-color css
<style>
a { background-color: #017552; }
a { background-color: rgb(1,117,82); }
div.DivClassName
{
background-color: #017552;
}
.BgClassName
{
background-color: #017552;
}
</style>
border-color css
<style>
span { border-color: #017552; }
span { border-color: rgb(1,117,82); }
td.TdClassName
{
border-color: #017552;
}
.TagClassName
{
border-color: #017552;
}
</style>