Shades of Watercourse #036853
Tints of Watercourse #036853
RGB
CMYK
RGB Variations
Color information
#036853 (or 0x036853) is known color: Watercourse. HEX triplet: 03, 68 and 53. RGB value is (3,104,83). Sum of RGB (Red+Green+Blue) = 3+104+83=190 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.58% from 190); Green value is 104 (41.02% from 255 or 54.74% from 190); Blue value is 83 (32.81% from 255 or 43.68% from 190); Max value from RGB is 104 - color contains mainly: green. Hex color #036853 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036853 is #FC97AC. Grayscale: #474747. Windows color (decimal): -16553901 or 5466115. OLE color: 5466115.
HSL color Cylindrical-coordinate representation of color #036853: hue angle of 167.52º 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 #036853 is Cyan = 0.97, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 3 | 104 | 83 | - |
| CMYK | 0.97 | 0 | 0.20 | 0.59 |
| HSL | 167.52º | 0.94% | 0.21% | - |
| HSV(B) | 167.52º | 0.97% | 0.41% | - |
| XYZ | 6.55 | 10.54 | 9.87 | - |
| YUV | 71.41 | 134.54 | 79.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 104 | 83 | 0.97 | 0 | 0.20 | 0.59 | 167.52 | 0.94 | 0.21 |
| Hex | 3 | 68 | 53 | 61 | 0 | 14 | 3B | A8 | 5E | 15 |
| Octal | 3 | 150 | 123 | 141 | 0 | 24 | 73 | 250 | 136 | 25 |
| Binary | 11 | 1101000 | 1010011 | 1100001 | 0 | 10100 | 111011 | 10101000 | 1011110 | 10101 |
Color Harmonies of #036853
Complementary color
Monochromatic Colors of #036853
Black with #036853
Text Example
Text Example
White with #036853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036853; }
p { color: rgb(3,104,83); }
H1.HeaderClassName
{
color: #036853;
}
.AnyTagClassName
{
color: #036853;
}
</style>
background-color css
<style>
a { background-color: #036853; }
a { background-color: rgb(3,104,83); }
div.DivClassName
{
background-color: #036853;
}
.BgClassName
{
background-color: #036853;
}
</style>
border-color css
<style>
span { border-color: #036853; }
span { border-color: rgb(3,104,83); }
td.TdClassName
{
border-color: #036853;
}
.TagClassName
{
border-color: #036853;
}
</style>