Shades of Watercourse #017053
Tints of Watercourse #017053
RGB
CMYK
RGB Variations
Color information
#017053 (or 0x017053) is known color: Watercourse. HEX triplet: 01, 70 and 53. RGB value is (1,112,83). Sum of RGB (Red+Green+Blue) = 1+112+83=196 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 196); Green value is 112 (44.14% from 255 or 57.14% from 196); Blue value is 83 (32.81% from 255 or 42.35% from 196); Max value from RGB is 112 - color contains mainly: green. Hex color #017053 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017053 is #FE8FAC. Grayscale: #4B4B4B. Windows color (decimal): -16682925 or 5468161. OLE color: 5468161.
HSL color Cylindrical-coordinate representation of color #017053: hue angle of 164.32º 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 #017053 is Cyan = 0.99, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 112 | 83 | - |
| CMYK | 0.99 | 0 | 0.26 | 0.56 |
| HSL | 164.32º | 0.98% | 0.22% | - |
| HSV(B) | 164.32º | 0.99% | 0.44% | - |
| XYZ | 7.37 | 12.22 | 10.15 | - |
| YUV | 75.51 | 132.23 | 74.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 112 | 83 | 0.99 | 0 | 0.26 | 0.56 | 164.32 | 0.98 | 0.22 |
| Hex | 1 | 70 | 53 | 63 | 0 | 1A | 38 | A4 | 62 | 16 |
| Octal | 1 | 160 | 123 | 143 | 0 | 32 | 70 | 244 | 142 | 26 |
| Binary | 1 | 1110000 | 1010011 | 1100011 | 0 | 11010 | 111000 | 10100100 | 1100010 | 10110 |
Color Harmonies of #017053
Complementary color
Monochromatic Colors of #017053
Black with #017053
Text Example
Text Example
White with #017053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017053; }
p { color: rgb(1,112,83); }
H1.HeaderClassName
{
color: #017053;
}
.AnyTagClassName
{
color: #017053;
}
</style>
background-color css
<style>
a { background-color: #017053; }
a { background-color: rgb(1,112,83); }
div.DivClassName
{
background-color: #017053;
}
.BgClassName
{
background-color: #017053;
}
</style>
border-color css
<style>
span { border-color: #017053; }
span { border-color: rgb(1,112,83); }
td.TdClassName
{
border-color: #017053;
}
.TagClassName
{
border-color: #017053;
}
</style>