Shades of Watercourse #036749
Tints of Watercourse #036749
RGB
CMYK
RGB Variations
Color information
#036749 (or 0x036749) is known color: Watercourse. HEX triplet: 03, 67 and 49. RGB value is (3,103,73). Sum of RGB (Red+Green+Blue) = 3+103+73=179 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.68% from 179); Green value is 103 (40.62% from 255 or 57.54% from 179); Blue value is 73 (28.91% from 255 or 40.78% from 179); Max value from RGB is 103 - color contains mainly: green. Hex color #036749 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036749 is #FC98B6. Grayscale: #454545. Windows color (decimal): -16554167 or 4810499. OLE color: 4810499.
HSL color Cylindrical-coordinate representation of color #036749: hue angle of 162º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036749 is Cyan = 0.97, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 3 | 103 | 73 | - |
| CMYK | 0.97 | 0 | 0.29 | 0.60 |
| HSL | 162º | 0.94% | 0.21% | - |
| HSV(B) | 162º | 0.97% | 0.4% | - |
| XYZ | 6.09 | 10.2 | 7.95 | - |
| YUV | 69.68 | 129.87 | 80.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 103 | 73 | 0.97 | 0 | 0.29 | 0.60 | 162 | 0.94 | 0.21 |
| Hex | 3 | 67 | 49 | 61 | 0 | 1D | 3C | A2 | 5E | 15 |
| Octal | 3 | 147 | 111 | 141 | 0 | 35 | 74 | 242 | 136 | 25 |
| Binary | 11 | 1100111 | 1001001 | 1100001 | 0 | 11101 | 111100 | 10100010 | 1011110 | 10101 |
Color Harmonies of #036749
Complementary color
Monochromatic Colors of #036749
Black with #036749
Text Example
Text Example
White with #036749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036749; }
p { color: rgb(3,103,73); }
H1.HeaderClassName
{
color: #036749;
}
.AnyTagClassName
{
color: #036749;
}
</style>
background-color css
<style>
a { background-color: #036749; }
a { background-color: rgb(3,103,73); }
div.DivClassName
{
background-color: #036749;
}
.BgClassName
{
background-color: #036749;
}
</style>
border-color css
<style>
span { border-color: #036749; }
span { border-color: rgb(3,103,73); }
td.TdClassName
{
border-color: #036749;
}
.TagClassName
{
border-color: #036749;
}
</style>