Shades of Watercourse #036443
Tints of Watercourse #036443
RGB
CMYK
RGB Variations
Color information
#036443 (or 0x036443) is known color: Watercourse. HEX triplet: 03, 64 and 43. RGB value is (3,100,67). Sum of RGB (Red+Green+Blue) = 3+100+67=170 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.76% from 170); Green value is 100 (39.45% from 255 or 58.82% from 170); Blue value is 67 (26.56% from 255 or 39.41% from 170); Max value from RGB is 100 - color contains mainly: green. Hex color #036443 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036443 is #FC9BBC. Grayscale: #434343. Windows color (decimal): -16554941 or 4416515. OLE color: 4416515.
HSL color Cylindrical-coordinate representation of color #036443: hue angle of 159.59º 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 #036443 is Cyan = 0.97, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 3 | 100 | 67 | - |
| CMYK | 0.97 | 0 | 0.33 | 0.61 |
| HSL | 159.59º | 0.94% | 0.2% | - |
| HSV(B) | 159.59º | 0.97% | 0.39% | - |
| XYZ | 5.61 | 9.54 | 6.86 | - |
| YUV | 67.24 | 127.86 | 82.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 100 | 67 | 0.97 | 0 | 0.33 | 0.61 | 159.59 | 0.94 | 0.2 |
| Hex | 3 | 64 | 43 | 61 | 0 | 21 | 3D | A0 | 5E | 14 |
| Octal | 3 | 144 | 103 | 141 | 0 | 41 | 75 | 240 | 136 | 24 |
| Binary | 11 | 1100100 | 1000011 | 1100001 | 0 | 100001 | 111101 | 10100000 | 1011110 | 10100 |
Color Harmonies of #036443
Complementary color
Monochromatic Colors of #036443
Black with #036443
Text Example
Text Example
White with #036443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036443; }
p { color: rgb(3,100,67); }
H1.HeaderClassName
{
color: #036443;
}
.AnyTagClassName
{
color: #036443;
}
</style>
background-color css
<style>
a { background-color: #036443; }
a { background-color: rgb(3,100,67); }
div.DivClassName
{
background-color: #036443;
}
.BgClassName
{
background-color: #036443;
}
</style>
border-color css
<style>
span { border-color: #036443; }
span { border-color: rgb(3,100,67); }
td.TdClassName
{
border-color: #036443;
}
.TagClassName
{
border-color: #036443;
}
</style>