Shades of Watercourse #015B3F
Tints of Watercourse #015B3F
RGB
CMYK
RGB Variations
Color information
#015B3F (or 0x015B3F) is known color: Watercourse. HEX triplet: 01, 5B and 3F. RGB value is (1,91,63). Sum of RGB (Red+Green+Blue) = 1+91+63=155 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 155); Green value is 91 (35.94% from 255 or 58.71% from 155); Blue value is 63 (25% from 255 or 40.65% from 155); Max value from RGB is 91 - color contains mainly: green. Hex color #015B3F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015B3F is #FEA4C0. Grayscale: #3C3C3C. Windows color (decimal): -16688321 or 4152065. OLE color: 4152065.
HSL color Cylindrical-coordinate representation of color #015B3F: hue angle of 161.33º 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 #015B3F is Cyan = 0.99, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 1 | 91 | 63 | - |
| CMYK | 0.99 | 0 | 0.31 | 0.64 |
| HSL | 161.33º | 0.98% | 0.18% | - |
| HSV(B) | 161.33º | 0.99% | 0.36% | - |
| XYZ | 4.65 | 7.85 | 5.97 | - |
| YUV | 60.9 | 129.18 | 85.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 91 | 63 | 0.99 | 0 | 0.31 | 0.64 | 161.33 | 0.98 | 0.18 |
| Hex | 1 | 5B | 3F | 63 | 0 | 1F | 40 | A1 | 62 | 12 |
| Octal | 1 | 133 | 77 | 143 | 0 | 37 | 100 | 241 | 142 | 22 |
| Binary | 1 | 1011011 | 111111 | 1100011 | 0 | 11111 | 1000000 | 10100001 | 1100010 | 10010 |
Color Harmonies of #015B3F
Complementary color
Monochromatic Colors of #015B3F
Black with #015B3F
Text Example
Text Example
White with #015B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015B3F; }
p { color: rgb(1,91,63); }
H1.HeaderClassName
{
color: #015B3F;
}
.AnyTagClassName
{
color: #015B3F;
}
</style>
background-color css
<style>
a { background-color: #015B3F; }
a { background-color: rgb(1,91,63); }
div.DivClassName
{
background-color: #015B3F;
}
.BgClassName
{
background-color: #015B3F;
}
</style>
border-color css
<style>
span { border-color: #015B3F; }
span { border-color: rgb(1,91,63); }
td.TdClassName
{
border-color: #015B3F;
}
.TagClassName
{
border-color: #015B3F;
}
</style>