Shades of Watercourse #017044
Tints of Watercourse #017044
RGB
CMYK
RGB Variations
Color information
#017044 (or 0x017044) is known color: Watercourse. HEX triplet: 01, 70 and 44. RGB value is (1,112,68). Sum of RGB (Red+Green+Blue) = 1+112+68=181 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 181); Green value is 112 (44.14% from 255 or 61.88% from 181); Blue value is 68 (26.95% from 255 or 37.57% from 181); Max value from RGB is 112 - color contains mainly: green. Hex color #017044 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017044 is #FE8FBB. Grayscale: #494949. Windows color (decimal): -16682940 or 4485121. OLE color: 4485121.
HSL color Cylindrical-coordinate representation of color #017044: hue angle of 156.22º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017044 is Cyan = 0.99, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 112 | 68 | - |
| CMYK | 0.99 | 0 | 0.39 | 0.56 |
| HSL | 156.22º | 0.98% | 0.22% | - |
| HSV(B) | 156.22º | 0.99% | 0.44% | - |
| XYZ | 6.85 | 12.01 | 7.43 | - |
| YUV | 73.8 | 124.73 | 76.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 112 | 68 | 0.99 | 0 | 0.39 | 0.56 | 156.22 | 0.98 | 0.22 |
| Hex | 1 | 70 | 44 | 63 | 0 | 27 | 38 | 9C | 62 | 16 |
| Octal | 1 | 160 | 104 | 143 | 0 | 47 | 70 | 234 | 142 | 26 |
| Binary | 1 | 1110000 | 1000100 | 1100011 | 0 | 100111 | 111000 | 10011100 | 1100010 | 10110 |
Color Harmonies of #017044
Complementary color
Monochromatic Colors of #017044
Black with #017044
Text Example
Text Example
White with #017044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017044; }
p { color: rgb(1,112,68); }
H1.HeaderClassName
{
color: #017044;
}
.AnyTagClassName
{
color: #017044;
}
</style>
background-color css
<style>
a { background-color: #017044; }
a { background-color: rgb(1,112,68); }
div.DivClassName
{
background-color: #017044;
}
.BgClassName
{
background-color: #017044;
}
</style>
border-color css
<style>
span { border-color: #017044; }
span { border-color: rgb(1,112,68); }
td.TdClassName
{
border-color: #017044;
}
.TagClassName
{
border-color: #017044;
}
</style>