Shades of Watercourse #036449
Tints of Watercourse #036449
RGB
CMYK
RGB Variations
Color information
#036449 (or 0x036449) is known color: Watercourse. HEX triplet: 03, 64 and 49. RGB value is (3,100,73). Sum of RGB (Red+Green+Blue) = 3+100+73=176 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.70% from 176); Green value is 100 (39.45% from 255 or 56.82% from 176); Blue value is 73 (28.91% from 255 or 41.48% from 176); Max value from RGB is 100 - color contains mainly: green. Hex color #036449 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036449 is #FC9BB6. Grayscale: #434343. Windows color (decimal): -16554935 or 4809731. OLE color: 4809731.
HSL color Cylindrical-coordinate representation of color #036449: hue angle of 163.3º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036449 is Cyan = 0.97, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 3 | 100 | 73 | - |
| CMYK | 0.97 | 0 | 0.27 | 0.61 |
| HSL | 163.3º | 0.94% | 0.2% | - |
| HSV(B) | 163.3º | 0.97% | 0.39% | - |
| XYZ | 5.8 | 9.61 | 7.85 | - |
| YUV | 67.92 | 130.86 | 81.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 100 | 73 | 0.97 | 0 | 0.27 | 0.61 | 163.3 | 0.94 | 0.2 |
| Hex | 3 | 64 | 49 | 61 | 0 | 1B | 3D | A3 | 5E | 14 |
| Octal | 3 | 144 | 111 | 141 | 0 | 33 | 75 | 243 | 136 | 24 |
| Binary | 11 | 1100100 | 1001001 | 1100001 | 0 | 11011 | 111101 | 10100011 | 1011110 | 10100 |
Color Harmonies of #036449
Complementary color
Monochromatic Colors of #036449
Black with #036449
Text Example
Text Example
White with #036449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036449; }
p { color: rgb(3,100,73); }
H1.HeaderClassName
{
color: #036449;
}
.AnyTagClassName
{
color: #036449;
}
</style>
background-color css
<style>
a { background-color: #036449; }
a { background-color: rgb(3,100,73); }
div.DivClassName
{
background-color: #036449;
}
.BgClassName
{
background-color: #036449;
}
</style>
border-color css
<style>
span { border-color: #036449; }
span { border-color: rgb(3,100,73); }
td.TdClassName
{
border-color: #036449;
}
.TagClassName
{
border-color: #036449;
}
</style>