Shades of Watercourse #015D46
Tints of Watercourse #015D46
RGB
CMYK
RGB Variations
Color information
#015D46 (or 0x015D46) is known color: Watercourse. HEX triplet: 01, 5D and 46. RGB value is (1,93,70). Sum of RGB (Red+Green+Blue) = 1+93+70=164 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 164); Green value is 93 (36.72% from 255 or 56.71% from 164); Blue value is 70 (27.73% from 255 or 42.68% from 164); Max value from RGB is 93 - color contains mainly: green. Hex color #015D46 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015D46 is #FEA2B9. Grayscale: #3E3E3E. Windows color (decimal): -16687802 or 4611329. OLE color: 4611329.
HSL color Cylindrical-coordinate representation of color #015D46: hue angle of 165º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015D46 is Cyan = 0.99, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 1 | 93 | 70 | - |
| CMYK | 0.99 | 0 | 0.25 | 0.64 |
| HSL | 165º | 0.98% | 0.18% | - |
| HSV(B) | 165º | 0.99% | 0.36% | - |
| XYZ | 5.03 | 8.28 | 7.13 | - |
| YUV | 62.87 | 132.02 | 83.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 93 | 70 | 0.99 | 0 | 0.25 | 0.64 | 165 | 0.98 | 0.18 |
| Hex | 1 | 5D | 46 | 63 | 0 | 19 | 40 | A5 | 62 | 12 |
| Octal | 1 | 135 | 106 | 143 | 0 | 31 | 100 | 245 | 142 | 22 |
| Binary | 1 | 1011101 | 1000110 | 1100011 | 0 | 11001 | 1000000 | 10100101 | 1100010 | 10010 |
Color Harmonies of #015D46
Complementary color
Monochromatic Colors of #015D46
Black with #015D46
Text Example
Text Example
White with #015D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015D46; }
p { color: rgb(1,93,70); }
H1.HeaderClassName
{
color: #015D46;
}
.AnyTagClassName
{
color: #015D46;
}
</style>
background-color css
<style>
a { background-color: #015D46; }
a { background-color: rgb(1,93,70); }
div.DivClassName
{
background-color: #015D46;
}
.BgClassName
{
background-color: #015D46;
}
</style>
border-color css
<style>
span { border-color: #015D46; }
span { border-color: rgb(1,93,70); }
td.TdClassName
{
border-color: #015D46;
}
.TagClassName
{
border-color: #015D46;
}
</style>