Shades of Watercourse #01633F
Tints of Watercourse #01633F
RGB
CMYK
RGB Variations
Color information
#01633F (or 0x01633F) is known color: Watercourse. HEX triplet: 01, 63 and 3F. RGB value is (1,99,63). Sum of RGB (Red+Green+Blue) = 1+99+63=163 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 163); Green value is 99 (39.06% from 255 or 60.74% from 163); Blue value is 63 (25% from 255 or 38.65% from 163); Max value from RGB is 99 - color contains mainly: green. Hex color #01633F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01633F is #FE9CC0. Grayscale: #414141. Windows color (decimal): -16686273 or 4154113. OLE color: 4154113.
HSL color Cylindrical-coordinate representation of color #01633F: hue angle of 157.96º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01633F is Cyan = 0.99, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 1 | 99 | 63 | - |
| CMYK | 0.99 | 0 | 0.36 | 0.61 |
| HSL | 157.96º | 0.98% | 0.2% | - |
| HSV(B) | 157.96º | 0.99% | 0.39% | - |
| XYZ | 5.37 | 9.29 | 6.21 | - |
| YUV | 65.59 | 126.53 | 81.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 99 | 63 | 0.99 | 0 | 0.36 | 0.61 | 157.96 | 0.98 | 0.2 |
| Hex | 1 | 63 | 3F | 63 | 0 | 24 | 3D | 9E | 62 | 14 |
| Octal | 1 | 143 | 77 | 143 | 0 | 44 | 75 | 236 | 142 | 24 |
| Binary | 1 | 1100011 | 111111 | 1100011 | 0 | 100100 | 111101 | 10011110 | 1100010 | 10100 |
Color Harmonies of #01633F
Complementary color
Monochromatic Colors of #01633F
Black with #01633F
Text Example
Text Example
White with #01633F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01633F; }
p { color: rgb(1,99,63); }
H1.HeaderClassName
{
color: #01633F;
}
.AnyTagClassName
{
color: #01633F;
}
</style>
background-color css
<style>
a { background-color: #01633F; }
a { background-color: rgb(1,99,63); }
div.DivClassName
{
background-color: #01633F;
}
.BgClassName
{
background-color: #01633F;
}
</style>
border-color css
<style>
span { border-color: #01633F; }
span { border-color: rgb(1,99,63); }
td.TdClassName
{
border-color: #01633F;
}
.TagClassName
{
border-color: #01633F;
}
</style>