Shades of Watercourse #01643F
Tints of Watercourse #01643F
RGB
CMYK
RGB Variations
Color information
#01643F (or 0x01643F) is known color: Watercourse. HEX triplet: 01, 64 and 3F. RGB value is (1,100,63). Sum of RGB (Red+Green+Blue) = 1+100+63=164 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 164); Green value is 100 (39.45% from 255 or 60.98% from 164); Blue value is 63 (25% from 255 or 38.41% from 164); Max value from RGB is 100 - color contains mainly: green. Hex color #01643F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01643F is #FE9BC0. Grayscale: #424242. Windows color (decimal): -16686017 or 4154369. OLE color: 4154369.
HSL color Cylindrical-coordinate representation of color #01643F: hue angle of 157.58º 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 #01643F is Cyan = 0.99, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 1 | 100 | 63 | - |
| CMYK | 0.99 | 0 | 0.37 | 0.61 |
| HSL | 157.58º | 0.98% | 0.2% | - |
| HSV(B) | 157.58º | 0.99% | 0.39% | - |
| XYZ | 5.47 | 9.48 | 6.24 | - |
| YUV | 66.18 | 126.2 | 81.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 100 | 63 | 0.99 | 0 | 0.37 | 0.61 | 157.58 | 0.98 | 0.2 |
| Hex | 1 | 64 | 3F | 63 | 0 | 25 | 3D | 9E | 62 | 14 |
| Octal | 1 | 144 | 77 | 143 | 0 | 45 | 75 | 236 | 142 | 24 |
| Binary | 1 | 1100100 | 111111 | 1100011 | 0 | 100101 | 111101 | 10011110 | 1100010 | 10100 |
Color Harmonies of #01643F
Complementary color
Monochromatic Colors of #01643F
Black with #01643F
Text Example
Text Example
White with #01643F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01643F; }
p { color: rgb(1,100,63); }
H1.HeaderClassName
{
color: #01643F;
}
.AnyTagClassName
{
color: #01643F;
}
</style>
background-color css
<style>
a { background-color: #01643F; }
a { background-color: rgb(1,100,63); }
div.DivClassName
{
background-color: #01643F;
}
.BgClassName
{
background-color: #01643F;
}
</style>
border-color css
<style>
span { border-color: #01643F; }
span { border-color: rgb(1,100,63); }
td.TdClassName
{
border-color: #01643F;
}
.TagClassName
{
border-color: #01643F;
}
</style>