Shades of Watercourse #036246
Tints of Watercourse #036246
RGB
CMYK
RGB Variations
Color information
#036246 (or 0x036246) is known color: Watercourse. HEX triplet: 03, 62 and 46. RGB value is (3,98,70). Sum of RGB (Red+Green+Blue) = 3+98+70=171 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.75% from 171); Green value is 98 (38.67% from 255 or 57.31% from 171); Blue value is 70 (27.73% from 255 or 40.94% from 171); Max value from RGB is 98 - color contains mainly: green. Hex color #036246 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036246 is #FC9DB9. Grayscale: #424242. Windows color (decimal): -16555450 or 4612611. OLE color: 4612611.
HSL color Cylindrical-coordinate representation of color #036246: hue angle of 162.32º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036246 is Cyan = 0.97, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 3 | 98 | 70 | - |
| CMYK | 0.97 | 0 | 0.29 | 0.62 |
| HSL | 162.32º | 0.94% | 0.2% | - |
| HSV(B) | 162.32º | 0.97% | 0.38% | - |
| XYZ | 5.51 | 9.2 | 7.28 | - |
| YUV | 66.4 | 130.03 | 82.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 98 | 70 | 0.97 | 0 | 0.29 | 0.62 | 162.32 | 0.94 | 0.2 |
| Hex | 3 | 62 | 46 | 61 | 0 | 1D | 3E | A2 | 5E | 14 |
| Octal | 3 | 142 | 106 | 141 | 0 | 35 | 76 | 242 | 136 | 24 |
| Binary | 11 | 1100010 | 1000110 | 1100001 | 0 | 11101 | 111110 | 10100010 | 1011110 | 10100 |
Color Harmonies of #036246
Complementary color
Monochromatic Colors of #036246
Black with #036246
Text Example
Text Example
White with #036246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036246; }
p { color: rgb(3,98,70); }
H1.HeaderClassName
{
color: #036246;
}
.AnyTagClassName
{
color: #036246;
}
</style>
background-color css
<style>
a { background-color: #036246; }
a { background-color: rgb(3,98,70); }
div.DivClassName
{
background-color: #036246;
}
.BgClassName
{
background-color: #036246;
}
</style>
border-color css
<style>
span { border-color: #036246; }
span { border-color: rgb(3,98,70); }
td.TdClassName
{
border-color: #036246;
}
.TagClassName
{
border-color: #036246;
}
</style>