Shades of Watercourse #036441
Tints of Watercourse #036441
RGB
CMYK
RGB Variations
Color information
#036441 (or 0x036441) is known color: Watercourse. HEX triplet: 03, 64 and 41. RGB value is (3,100,65). Sum of RGB (Red+Green+Blue) = 3+100+65=168 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.79% from 168); Green value is 100 (39.45% from 255 or 59.52% from 168); Blue value is 65 (25.78% from 255 or 38.69% from 168); Max value from RGB is 100 - color contains mainly: green. Hex color #036441 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036441 is #FC9BBE. Grayscale: #434343. Windows color (decimal): -16554943 or 4285443. OLE color: 4285443.
HSL color Cylindrical-coordinate representation of color #036441: hue angle of 158.35º 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 #036441 is Cyan = 0.97, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 3 | 100 | 65 | - |
| CMYK | 0.97 | 0 | 0.35 | 0.61 |
| HSL | 158.35º | 0.94% | 0.2% | - |
| HSV(B) | 158.35º | 0.97% | 0.39% | - |
| XYZ | 5.55 | 9.52 | 6.55 | - |
| YUV | 67.01 | 126.86 | 82.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 100 | 65 | 0.97 | 0 | 0.35 | 0.61 | 158.35 | 0.94 | 0.2 |
| Hex | 3 | 64 | 41 | 61 | 0 | 23 | 3D | 9E | 5E | 14 |
| Octal | 3 | 144 | 101 | 141 | 0 | 43 | 75 | 236 | 136 | 24 |
| Binary | 11 | 1100100 | 1000001 | 1100001 | 0 | 100011 | 111101 | 10011110 | 1011110 | 10100 |
Color Harmonies of #036441
Complementary color
Monochromatic Colors of #036441
Black with #036441
Text Example
Text Example
White with #036441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036441; }
p { color: rgb(3,100,65); }
H1.HeaderClassName
{
color: #036441;
}
.AnyTagClassName
{
color: #036441;
}
</style>
background-color css
<style>
a { background-color: #036441; }
a { background-color: rgb(3,100,65); }
div.DivClassName
{
background-color: #036441;
}
.BgClassName
{
background-color: #036441;
}
</style>
border-color css
<style>
span { border-color: #036441; }
span { border-color: rgb(3,100,65); }
td.TdClassName
{
border-color: #036441;
}
.TagClassName
{
border-color: #036441;
}
</style>