Shades of Watercourse #015E48
Tints of Watercourse #015E48
RGB
CMYK
RGB Variations
Color information
#015E48 (or 0x015E48) is known color: Watercourse. HEX triplet: 01, 5E and 48. RGB value is (1,94,72). Sum of RGB (Red+Green+Blue) = 1+94+72=167 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 167); Green value is 94 (37.11% from 255 or 56.29% from 167); Blue value is 72 (28.52% from 255 or 43.11% from 167); Max value from RGB is 94 - color contains mainly: green. Hex color #015E48 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015E48 is #FEA1B7. Grayscale: #3F3F3F. Windows color (decimal): -16687544 or 4742657. OLE color: 4742657.
HSL color Cylindrical-coordinate representation of color #015E48: hue angle of 165.81º 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 #015E48 is Cyan = 0.99, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 1 | 94 | 72 | - |
| CMYK | 0.99 | 0 | 0.23 | 0.63 |
| HSL | 165.81º | 0.98% | 0.19% | - |
| HSV(B) | 165.81º | 0.99% | 0.37% | - |
| XYZ | 5.18 | 8.48 | 7.49 | - |
| YUV | 63.69 | 132.69 | 83.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 94 | 72 | 0.99 | 0 | 0.23 | 0.63 | 165.81 | 0.98 | 0.19 |
| Hex | 1 | 5E | 48 | 63 | 0 | 17 | 3F | A6 | 62 | 13 |
| Octal | 1 | 136 | 110 | 143 | 0 | 27 | 77 | 246 | 142 | 23 |
| Binary | 1 | 1011110 | 1001000 | 1100011 | 0 | 10111 | 111111 | 10100110 | 1100010 | 10011 |
Color Harmonies of #015E48
Complementary color
Monochromatic Colors of #015E48
Black with #015E48
Text Example
Text Example
White with #015E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015E48; }
p { color: rgb(1,94,72); }
H1.HeaderClassName
{
color: #015E48;
}
.AnyTagClassName
{
color: #015E48;
}
</style>
background-color css
<style>
a { background-color: #015E48; }
a { background-color: rgb(1,94,72); }
div.DivClassName
{
background-color: #015E48;
}
.BgClassName
{
background-color: #015E48;
}
</style>
border-color css
<style>
span { border-color: #015E48; }
span { border-color: rgb(1,94,72); }
td.TdClassName
{
border-color: #015E48;
}
.TagClassName
{
border-color: #015E48;
}
</style>