Shades of Watercourse #015F46
Tints of Watercourse #015F46
RGB
CMYK
RGB Variations
Color information
#015F46 (or 0x015F46) is known color: Watercourse. HEX triplet: 01, 5F and 46. RGB value is (1,95,70). Sum of RGB (Red+Green+Blue) = 1+95+70=166 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 166); Green value is 95 (37.5% from 255 or 57.23% from 166); Blue value is 70 (27.73% from 255 or 42.17% from 166); Max value from RGB is 95 - color contains mainly: green. Hex color #015F46 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015F46 is #FEA0B9. Grayscale: #404040. Windows color (decimal): -16687290 or 4611841. OLE color: 4611841.
HSL color Cylindrical-coordinate representation of color #015F46: hue angle of 164.04º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015F46 is Cyan = 0.99, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 1 | 95 | 70 | - |
| CMYK | 0.99 | 0 | 0.26 | 0.63 |
| HSL | 164.04º | 0.98% | 0.19% | - |
| HSV(B) | 164.04º | 0.99% | 0.37% | - |
| XYZ | 5.21 | 8.63 | 7.19 | - |
| YUV | 64.04 | 131.36 | 83.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 95 | 70 | 0.99 | 0 | 0.26 | 0.63 | 164.04 | 0.98 | 0.19 |
| Hex | 1 | 5F | 46 | 63 | 0 | 1A | 3F | A4 | 62 | 13 |
| Octal | 1 | 137 | 106 | 143 | 0 | 32 | 77 | 244 | 142 | 23 |
| Binary | 1 | 1011111 | 1000110 | 1100011 | 0 | 11010 | 111111 | 10100100 | 1100010 | 10011 |
Color Harmonies of #015F46
Complementary color
Monochromatic Colors of #015F46
Black with #015F46
Text Example
Text Example
White with #015F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015F46; }
p { color: rgb(1,95,70); }
H1.HeaderClassName
{
color: #015F46;
}
.AnyTagClassName
{
color: #015F46;
}
</style>
background-color css
<style>
a { background-color: #015F46; }
a { background-color: rgb(1,95,70); }
div.DivClassName
{
background-color: #015F46;
}
.BgClassName
{
background-color: #015F46;
}
</style>
border-color css
<style>
span { border-color: #015F46; }
span { border-color: rgb(1,95,70); }
td.TdClassName
{
border-color: #015F46;
}
.TagClassName
{
border-color: #015F46;
}
</style>