Shades of Watercourse #036849
Tints of Watercourse #036849
RGB
CMYK
RGB Variations
Color information
#036849 (or 0x036849) is known color: Watercourse. HEX triplet: 03, 68 and 49. RGB value is (3,104,73). Sum of RGB (Red+Green+Blue) = 3+104+73=180 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.67% from 180); Green value is 104 (41.02% from 255 or 57.78% from 180); Blue value is 73 (28.91% from 255 or 40.56% from 180); Max value from RGB is 104 - color contains mainly: green. Hex color #036849 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036849 is #FC97B6. Grayscale: #464646. Windows color (decimal): -16553911 or 4810755. OLE color: 4810755.
HSL color Cylindrical-coordinate representation of color #036849: hue angle of 161.58º 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 #036849 is Cyan = 0.97, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 3 | 104 | 73 | - |
| CMYK | 0.97 | 0 | 0.30 | 0.59 |
| HSL | 161.58º | 0.94% | 0.21% | - |
| HSV(B) | 161.58º | 0.97% | 0.41% | - |
| XYZ | 6.19 | 10.4 | 7.98 | - |
| YUV | 70.27 | 129.54 | 80.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 104 | 73 | 0.97 | 0 | 0.30 | 0.59 | 161.58 | 0.94 | 0.21 |
| Hex | 3 | 68 | 49 | 61 | 0 | 1E | 3B | A2 | 5E | 15 |
| Octal | 3 | 150 | 111 | 141 | 0 | 36 | 73 | 242 | 136 | 25 |
| Binary | 11 | 1101000 | 1001001 | 1100001 | 0 | 11110 | 111011 | 10100010 | 1011110 | 10101 |
Color Harmonies of #036849
Complementary color
Monochromatic Colors of #036849
Black with #036849
Text Example
Text Example
White with #036849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036849; }
p { color: rgb(3,104,73); }
H1.HeaderClassName
{
color: #036849;
}
.AnyTagClassName
{
color: #036849;
}
</style>
background-color css
<style>
a { background-color: #036849; }
a { background-color: rgb(3,104,73); }
div.DivClassName
{
background-color: #036849;
}
.BgClassName
{
background-color: #036849;
}
</style>
border-color css
<style>
span { border-color: #036849; }
span { border-color: rgb(3,104,73); }
td.TdClassName
{
border-color: #036849;
}
.TagClassName
{
border-color: #036849;
}
</style>