Shades of Watercourse #036351
Tints of Watercourse #036351
RGB
CMYK
RGB Variations
Color information
#036351 (or 0x036351) is known color: Watercourse. HEX triplet: 03, 63 and 51. RGB value is (3,99,81). Sum of RGB (Red+Green+Blue) = 3+99+81=183 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.64% from 183); Green value is 99 (39.06% from 255 or 54.10% from 183); Blue value is 81 (32.03% from 255 or 44.26% from 183); Max value from RGB is 99 - color contains mainly: green. Hex color #036351 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036351 is #FC9CAE. Grayscale: #444444. Windows color (decimal): -16555183 or 5333763. OLE color: 5333763.
HSL color Cylindrical-coordinate representation of color #036351: hue angle of 168.75º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036351 is Cyan = 0.97, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 3 | 99 | 81 | - |
| CMYK | 0.97 | 0 | 0.18 | 0.61 |
| HSL | 168.75º | 0.94% | 0.2% | - |
| HSV(B) | 168.75º | 0.97% | 0.39% | - |
| XYZ | 5.98 | 9.54 | 9.31 | - |
| YUV | 68.24 | 135.2 | 81.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 99 | 81 | 0.97 | 0 | 0.18 | 0.61 | 168.75 | 0.94 | 0.2 |
| Hex | 3 | 63 | 51 | 61 | 0 | 12 | 3D | A9 | 5E | 14 |
| Octal | 3 | 143 | 121 | 141 | 0 | 22 | 75 | 251 | 136 | 24 |
| Binary | 11 | 1100011 | 1010001 | 1100001 | 0 | 10010 | 111101 | 10101001 | 1011110 | 10100 |
Color Harmonies of #036351
Complementary color
Monochromatic Colors of #036351
Black with #036351
Text Example
Text Example
White with #036351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036351; }
p { color: rgb(3,99,81); }
H1.HeaderClassName
{
color: #036351;
}
.AnyTagClassName
{
color: #036351;
}
</style>
background-color css
<style>
a { background-color: #036351; }
a { background-color: rgb(3,99,81); }
div.DivClassName
{
background-color: #036351;
}
.BgClassName
{
background-color: #036351;
}
</style>
border-color css
<style>
span { border-color: #036351; }
span { border-color: rgb(3,99,81); }
td.TdClassName
{
border-color: #036351;
}
.TagClassName
{
border-color: #036351;
}
</style>