Shades of Watercourse #036856
Tints of Watercourse #036856
RGB
CMYK
RGB Variations
Color information
#036856 (or 0x036856) is known color: Watercourse. HEX triplet: 03, 68 and 56. RGB value is (3,104,86). Sum of RGB (Red+Green+Blue) = 3+104+86=193 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.55% from 193); Green value is 104 (41.02% from 255 or 53.89% from 193); Blue value is 86 (33.98% from 255 or 44.56% from 193); Max value from RGB is 104 - color contains mainly: green. Hex color #036856 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036856 is #FC97A9. Grayscale: #474747. Windows color (decimal): -16553898 or 5662723. OLE color: 5662723.
HSL color Cylindrical-coordinate representation of color #036856: hue angle of 169.31º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036856 is Cyan = 0.97, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 3 | 104 | 86 | - |
| CMYK | 0.97 | 0 | 0.17 | 0.59 |
| HSL | 169.31º | 0.94% | 0.21% | - |
| HSV(B) | 169.31º | 0.97% | 0.41% | - |
| XYZ | 6.67 | 10.59 | 10.5 | - |
| YUV | 71.75 | 136.04 | 78.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 104 | 86 | 0.97 | 0 | 0.17 | 0.59 | 169.31 | 0.94 | 0.21 |
| Hex | 3 | 68 | 56 | 61 | 0 | 11 | 3B | A9 | 5E | 15 |
| Octal | 3 | 150 | 126 | 141 | 0 | 21 | 73 | 251 | 136 | 25 |
| Binary | 11 | 1101000 | 1010110 | 1100001 | 0 | 10001 | 111011 | 10101001 | 1011110 | 10101 |
Color Harmonies of #036856
Complementary color
Monochromatic Colors of #036856
Black with #036856
Text Example
Text Example
White with #036856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036856; }
p { color: rgb(3,104,86); }
H1.HeaderClassName
{
color: #036856;
}
.AnyTagClassName
{
color: #036856;
}
</style>
background-color css
<style>
a { background-color: #036856; }
a { background-color: rgb(3,104,86); }
div.DivClassName
{
background-color: #036856;
}
.BgClassName
{
background-color: #036856;
}
</style>
border-color css
<style>
span { border-color: #036856; }
span { border-color: rgb(3,104,86); }
td.TdClassName
{
border-color: #036856;
}
.TagClassName
{
border-color: #036856;
}
</style>