Shades of Watercourse #03614D
Tints of Watercourse #03614D
RGB
CMYK
RGB Variations
Color information
#03614D (or 0x03614D) is known color: Watercourse. HEX triplet: 03, 61 and 4D. RGB value is (3,97,77). Sum of RGB (Red+Green+Blue) = 3+97+77=177 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.69% from 177); Green value is 97 (38.28% from 255 or 54.80% from 177); Blue value is 77 (30.47% from 255 or 43.50% from 177); Max value from RGB is 97 - color contains mainly: green. Hex color #03614D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03614D is #FC9EB2. Grayscale: #424242. Windows color (decimal): -16555699 or 5071107. OLE color: 5071107.
HSL color Cylindrical-coordinate representation of color #03614D: hue angle of 167.23º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03614D is Cyan = 0.97, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 3 | 97 | 77 | - |
| CMYK | 0.97 | 0 | 0.21 | 0.62 |
| HSL | 167.23º | 0.94% | 0.2% | - |
| HSV(B) | 167.23º | 0.97% | 0.38% | - |
| XYZ | 5.65 | 9.1 | 8.48 | - |
| YUV | 66.61 | 133.86 | 82.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 97 | 77 | 0.97 | 0 | 0.21 | 0.62 | 167.23 | 0.94 | 0.2 |
| Hex | 3 | 61 | 4D | 61 | 0 | 15 | 3E | A7 | 5E | 14 |
| Octal | 3 | 141 | 115 | 141 | 0 | 25 | 76 | 247 | 136 | 24 |
| Binary | 11 | 1100001 | 1001101 | 1100001 | 0 | 10101 | 111110 | 10100111 | 1011110 | 10100 |
Color Harmonies of #03614D
Complementary color
Monochromatic Colors of #03614D
Black with #03614D
Text Example
Text Example
White with #03614D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03614D; }
p { color: rgb(3,97,77); }
H1.HeaderClassName
{
color: #03614D;
}
.AnyTagClassName
{
color: #03614D;
}
</style>
background-color css
<style>
a { background-color: #03614D; }
a { background-color: rgb(3,97,77); }
div.DivClassName
{
background-color: #03614D;
}
.BgClassName
{
background-color: #03614D;
}
</style>
border-color css
<style>
span { border-color: #03614D; }
span { border-color: rgb(3,97,77); }
td.TdClassName
{
border-color: #03614D;
}
.TagClassName
{
border-color: #03614D;
}
</style>