Shades of Watercourse #01604A
Tints of Watercourse #01604A
RGB
CMYK
RGB Variations
Color information
#01604A (or 0x01604A) is known color: Watercourse. HEX triplet: 01, 60 and 4A. RGB value is (1,96,74). Sum of RGB (Red+Green+Blue) = 1+96+74=171 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 171); Green value is 96 (37.89% from 255 or 56.14% from 171); Blue value is 74 (29.30% from 255 or 43.27% from 171); Max value from RGB is 96 - color contains mainly: green. Hex color #01604A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01604A is #FE9FB5. Grayscale: #414141. Windows color (decimal): -16687030 or 4874241. OLE color: 4874241.
HSL color Cylindrical-coordinate representation of color #01604A: hue angle of 166.11º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01604A is Cyan = 0.99, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 1 | 96 | 74 | - |
| CMYK | 0.99 | 0 | 0.23 | 0.62 |
| HSL | 166.11º | 0.98% | 0.19% | - |
| HSV(B) | 166.11º | 0.99% | 0.38% | - |
| XYZ | 5.43 | 8.87 | 7.9 | - |
| YUV | 65.09 | 133.03 | 82.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 96 | 74 | 0.99 | 0 | 0.23 | 0.62 | 166.11 | 0.98 | 0.19 |
| Hex | 1 | 60 | 4A | 63 | 0 | 17 | 3E | A6 | 62 | 13 |
| Octal | 1 | 140 | 112 | 143 | 0 | 27 | 76 | 246 | 142 | 23 |
| Binary | 1 | 1100000 | 1001010 | 1100011 | 0 | 10111 | 111110 | 10100110 | 1100010 | 10011 |
Color Harmonies of #01604A
Complementary color
Monochromatic Colors of #01604A
Black with #01604A
Text Example
Text Example
White with #01604A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01604A; }
p { color: rgb(1,96,74); }
H1.HeaderClassName
{
color: #01604A;
}
.AnyTagClassName
{
color: #01604A;
}
</style>
background-color css
<style>
a { background-color: #01604A; }
a { background-color: rgb(1,96,74); }
div.DivClassName
{
background-color: #01604A;
}
.BgClassName
{
background-color: #01604A;
}
</style>
border-color css
<style>
span { border-color: #01604A; }
span { border-color: rgb(1,96,74); }
td.TdClassName
{
border-color: #01604A;
}
.TagClassName
{
border-color: #01604A;
}
</style>