Shades of Watercourse #015D42
Tints of Watercourse #015D42
RGB
CMYK
RGB Variations
Color information
#015D42 (or 0x015D42) is known color: Watercourse. HEX triplet: 01, 5D and 42. RGB value is (1,93,66). Sum of RGB (Red+Green+Blue) = 1+93+66=160 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 160); Green value is 93 (36.72% from 255 or 58.12% from 160); Blue value is 66 (26.17% from 255 or 41.25% from 160); Max value from RGB is 93 - color contains mainly: green. Hex color #015D42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015D42 is #FEA2BD. Grayscale: #3E3E3E. Windows color (decimal): -16687806 or 4349185. OLE color: 4349185.
HSL color Cylindrical-coordinate representation of color #015D42: hue angle of 162.39º 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 #015D42 is Cyan = 0.99, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 1 | 93 | 66 | - |
| CMYK | 0.99 | 0 | 0.29 | 0.64 |
| HSL | 162.39º | 0.98% | 0.18% | - |
| HSV(B) | 162.39º | 0.99% | 0.36% | - |
| XYZ | 4.91 | 8.23 | 6.48 | - |
| YUV | 62.41 | 130.02 | 84.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 93 | 66 | 0.99 | 0 | 0.29 | 0.64 | 162.39 | 0.98 | 0.18 |
| Hex | 1 | 5D | 42 | 63 | 0 | 1D | 40 | A2 | 62 | 12 |
| Octal | 1 | 135 | 102 | 143 | 0 | 35 | 100 | 242 | 142 | 22 |
| Binary | 1 | 1011101 | 1000010 | 1100011 | 0 | 11101 | 1000000 | 10100010 | 1100010 | 10010 |
Color Harmonies of #015D42
Complementary color
Monochromatic Colors of #015D42
Black with #015D42
Text Example
Text Example
White with #015D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015D42; }
p { color: rgb(1,93,66); }
H1.HeaderClassName
{
color: #015D42;
}
.AnyTagClassName
{
color: #015D42;
}
</style>
background-color css
<style>
a { background-color: #015D42; }
a { background-color: rgb(1,93,66); }
div.DivClassName
{
background-color: #015D42;
}
.BgClassName
{
background-color: #015D42;
}
</style>
border-color css
<style>
span { border-color: #015D42; }
span { border-color: rgb(1,93,66); }
td.TdClassName
{
border-color: #015D42;
}
.TagClassName
{
border-color: #015D42;
}
</style>