Shades of Watercourse #01644C
Tints of Watercourse #01644C
RGB
CMYK
RGB Variations
Color information
#01644C (or 0x01644C) is known color: Watercourse. HEX triplet: 01, 64 and 4C. RGB value is (1,100,76). Sum of RGB (Red+Green+Blue) = 1+100+76=177 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 177); Green value is 100 (39.45% from 255 or 56.50% from 177); Blue value is 76 (30.08% from 255 or 42.94% from 177); Max value from RGB is 100 - color contains mainly: green. Hex color #01644C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01644C is #FE9BB3. Grayscale: #434343. Windows color (decimal): -16686004 or 5006337. OLE color: 5006337.
HSL color Cylindrical-coordinate representation of color #01644C: hue angle of 165.45º 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 #01644C is Cyan = 0.99, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 1 | 100 | 76 | - |
| CMYK | 0.99 | 0 | 0.24 | 0.61 |
| HSL | 165.45º | 0.98% | 0.2% | - |
| HSV(B) | 165.45º | 0.99% | 0.39% | - |
| XYZ | 5.87 | 9.64 | 8.39 | - |
| YUV | 67.66 | 132.7 | 80.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 100 | 76 | 0.99 | 0 | 0.24 | 0.61 | 165.45 | 0.98 | 0.2 |
| Hex | 1 | 64 | 4C | 63 | 0 | 18 | 3D | A5 | 62 | 14 |
| Octal | 1 | 144 | 114 | 143 | 0 | 30 | 75 | 245 | 142 | 24 |
| Binary | 1 | 1100100 | 1001100 | 1100011 | 0 | 11000 | 111101 | 10100101 | 1100010 | 10100 |
Color Harmonies of #01644C
Complementary color
Monochromatic Colors of #01644C
Black with #01644C
Text Example
Text Example
White with #01644C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01644C; }
p { color: rgb(1,100,76); }
H1.HeaderClassName
{
color: #01644C;
}
.AnyTagClassName
{
color: #01644C;
}
</style>
background-color css
<style>
a { background-color: #01644C; }
a { background-color: rgb(1,100,76); }
div.DivClassName
{
background-color: #01644C;
}
.BgClassName
{
background-color: #01644C;
}
</style>
border-color css
<style>
span { border-color: #01644C; }
span { border-color: rgb(1,100,76); }
td.TdClassName
{
border-color: #01644C;
}
.TagClassName
{
border-color: #01644C;
}
</style>