Shades of Watercourse #01744C
Tints of Watercourse #01744C
RGB
CMYK
RGB Variations
Color information
#01744C (or 0x01744C) is known color: Watercourse. HEX triplet: 01, 74 and 4C. RGB value is (1,116,76). Sum of RGB (Red+Green+Blue) = 1+116+76=193 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 193); Green value is 116 (45.70% from 255 or 60.10% from 193); Blue value is 76 (30.08% from 255 or 39.38% from 193); Max value from RGB is 116 - color contains mainly: green. Hex color #01744C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01744C is #FE8BB3. Grayscale: #4D4D4D. Windows color (decimal): -16681908 or 5010433. OLE color: 5010433.
HSL color Cylindrical-coordinate representation of color #01744C: hue angle of 159.13º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01744C is Cyan = 0.99, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 1 | 116 | 76 | - |
| CMYK | 0.99 | 0 | 0.34 | 0.55 |
| HSL | 159.13º | 0.98% | 0.23% | - |
| HSV(B) | 159.13º | 0.99% | 0.45% | - |
| XYZ | 7.56 | 13.02 | 8.95 | - |
| YUV | 77.06 | 127.4 | 73.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 116 | 76 | 0.99 | 0 | 0.34 | 0.55 | 159.13 | 0.98 | 0.23 |
| Hex | 1 | 74 | 4C | 63 | 0 | 22 | 37 | 9F | 62 | 17 |
| Octal | 1 | 164 | 114 | 143 | 0 | 42 | 67 | 237 | 142 | 27 |
| Binary | 1 | 1110100 | 1001100 | 1100011 | 0 | 100010 | 110111 | 10011111 | 1100010 | 10111 |
Color Harmonies of #01744C
Complementary color
Monochromatic Colors of #01744C
Black with #01744C
Text Example
Text Example
White with #01744C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01744C; }
p { color: rgb(1,116,76); }
H1.HeaderClassName
{
color: #01744C;
}
.AnyTagClassName
{
color: #01744C;
}
</style>
background-color css
<style>
a { background-color: #01744C; }
a { background-color: rgb(1,116,76); }
div.DivClassName
{
background-color: #01744C;
}
.BgClassName
{
background-color: #01744C;
}
</style>
border-color css
<style>
span { border-color: #01744C; }
span { border-color: rgb(1,116,76); }
td.TdClassName
{
border-color: #01744C;
}
.TagClassName
{
border-color: #01744C;
}
</style>