Shades of Watercourse #015741
Tints of Watercourse #015741
RGB
CMYK
RGB Variations
Color information
#015741 (or 0x015741) is known color: Watercourse. HEX triplet: 01, 57 and 41. RGB value is (1,87,65). Sum of RGB (Red+Green+Blue) = 1+87+65=153 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 153); Green value is 87 (34.38% from 255 or 56.86% from 153); Blue value is 65 (25.78% from 255 or 42.48% from 153); Max value from RGB is 87 - color contains mainly: green. Hex color #015741 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015741 is #FEA8BE. Grayscale: #3A3A3A. Windows color (decimal): -16689343 or 4282113. OLE color: 4282113.
HSL color Cylindrical-coordinate representation of color #015741: hue angle of 164.65º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015741 is Cyan = 0.99, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 1 | 87 | 65 | - |
| CMYK | 0.99 | 0 | 0.25 | 0.66 |
| HSL | 164.65º | 0.98% | 0.17% | - |
| HSV(B) | 164.65º | 0.99% | 0.34% | - |
| XYZ | 4.37 | 7.2 | 6.16 | - |
| YUV | 58.78 | 131.51 | 86.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 87 | 65 | 0.99 | 0 | 0.25 | 0.66 | 164.65 | 0.98 | 0.17 |
| Hex | 1 | 57 | 41 | 63 | 0 | 19 | 42 | A5 | 62 | 11 |
| Octal | 1 | 127 | 101 | 143 | 0 | 31 | 102 | 245 | 142 | 21 |
| Binary | 1 | 1010111 | 1000001 | 1100011 | 0 | 11001 | 1000010 | 10100101 | 1100010 | 10001 |
Color Harmonies of #015741
Complementary color
Monochromatic Colors of #015741
Black with #015741
Text Example
Text Example
White with #015741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015741; }
p { color: rgb(1,87,65); }
H1.HeaderClassName
{
color: #015741;
}
.AnyTagClassName
{
color: #015741;
}
</style>
background-color css
<style>
a { background-color: #015741; }
a { background-color: rgb(1,87,65); }
div.DivClassName
{
background-color: #015741;
}
.BgClassName
{
background-color: #015741;
}
</style>
border-color css
<style>
span { border-color: #015741; }
span { border-color: rgb(1,87,65); }
td.TdClassName
{
border-color: #015741;
}
.TagClassName
{
border-color: #015741;
}
</style>