Shades of Watercourse #03614C
Tints of Watercourse #03614C
RGB
CMYK
RGB Variations
Color information
#03614C (or 0x03614C) is known color: Watercourse. HEX triplet: 03, 61 and 4C. RGB value is (3,97,76). Sum of RGB (Red+Green+Blue) = 3+97+76=176 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.70% from 176); Green value is 97 (38.28% from 255 or 55.11% from 176); Blue value is 76 (30.08% from 255 or 43.18% from 176); Max value from RGB is 97 - color contains mainly: green. Hex color #03614C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03614C is #FC9EB3. Grayscale: #424242. Windows color (decimal): -16555700 or 5005571. OLE color: 5005571.
HSL color Cylindrical-coordinate representation of color #03614C: hue angle of 166.6º 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 #03614C is Cyan = 0.97, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 3 | 97 | 76 | - |
| CMYK | 0.97 | 0 | 0.22 | 0.62 |
| HSL | 166.6º | 0.94% | 0.2% | - |
| HSV(B) | 166.6º | 0.97% | 0.38% | - |
| XYZ | 5.62 | 9.09 | 8.3 | - |
| YUV | 66.5 | 133.36 | 82.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 97 | 76 | 0.97 | 0 | 0.22 | 0.62 | 166.6 | 0.94 | 0.2 |
| Hex | 3 | 61 | 4C | 61 | 0 | 16 | 3E | A7 | 5E | 14 |
| Octal | 3 | 141 | 114 | 141 | 0 | 26 | 76 | 247 | 136 | 24 |
| Binary | 11 | 1100001 | 1001100 | 1100001 | 0 | 10110 | 111110 | 10100111 | 1011110 | 10100 |
Color Harmonies of #03614C
Complementary color
Monochromatic Colors of #03614C
Black with #03614C
Text Example
Text Example
White with #03614C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03614C; }
p { color: rgb(3,97,76); }
H1.HeaderClassName
{
color: #03614C;
}
.AnyTagClassName
{
color: #03614C;
}
</style>
background-color css
<style>
a { background-color: #03614C; }
a { background-color: rgb(3,97,76); }
div.DivClassName
{
background-color: #03614C;
}
.BgClassName
{
background-color: #03614C;
}
</style>
border-color css
<style>
span { border-color: #03614C; }
span { border-color: rgb(3,97,76); }
td.TdClassName
{
border-color: #03614C;
}
.TagClassName
{
border-color: #03614C;
}
</style>