Shades of Watercourse #015E49
Tints of Watercourse #015E49
RGB
CMYK
RGB Variations
Color information
#015E49 (or 0x015E49) is known color: Watercourse. HEX triplet: 01, 5E and 49. RGB value is (1,94,73). Sum of RGB (Red+Green+Blue) = 1+94+73=168 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 168); Green value is 94 (37.11% from 255 or 55.95% from 168); Blue value is 73 (28.91% from 255 or 43.45% from 168); Max value from RGB is 94 - color contains mainly: green. Hex color #015E49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015E49 is #FEA1B6. Grayscale: #3F3F3F. Windows color (decimal): -16687543 or 4808193. OLE color: 4808193.
HSL color Cylindrical-coordinate representation of color #015E49: hue angle of 166.45º 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 #015E49 is Cyan = 0.99, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 1 | 94 | 73 | - |
| CMYK | 0.99 | 0 | 0.22 | 0.63 |
| HSL | 166.45º | 0.98% | 0.19% | - |
| HSV(B) | 166.45º | 0.99% | 0.37% | - |
| XYZ | 5.22 | 8.49 | 7.67 | - |
| YUV | 63.8 | 133.19 | 83.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 94 | 73 | 0.99 | 0 | 0.22 | 0.63 | 166.45 | 0.98 | 0.19 |
| Hex | 1 | 5E | 49 | 63 | 0 | 16 | 3F | A6 | 62 | 13 |
| Octal | 1 | 136 | 111 | 143 | 0 | 26 | 77 | 246 | 142 | 23 |
| Binary | 1 | 1011110 | 1001001 | 1100011 | 0 | 10110 | 111111 | 10100110 | 1100010 | 10011 |
Color Harmonies of #015E49
Complementary color
Monochromatic Colors of #015E49
Black with #015E49
Text Example
Text Example
White with #015E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015E49; }
p { color: rgb(1,94,73); }
H1.HeaderClassName
{
color: #015E49;
}
.AnyTagClassName
{
color: #015E49;
}
</style>
background-color css
<style>
a { background-color: #015E49; }
a { background-color: rgb(1,94,73); }
div.DivClassName
{
background-color: #015E49;
}
.BgClassName
{
background-color: #015E49;
}
</style>
border-color css
<style>
span { border-color: #015E49; }
span { border-color: rgb(1,94,73); }
td.TdClassName
{
border-color: #015E49;
}
.TagClassName
{
border-color: #015E49;
}
</style>