Shades of Watercourse #03764D
Tints of Watercourse #03764D
RGB
CMYK
RGB Variations
Color information
#03764D (or 0x03764D) is known color: Watercourse. HEX triplet: 03, 76 and 4D. RGB value is (3,118,77). Sum of RGB (Red+Green+Blue) = 3+118+77=198 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.52% from 198); Green value is 118 (46.48% from 255 or 59.60% from 198); Blue value is 77 (30.47% from 255 or 38.89% from 198); Max value from RGB is 118 - color contains mainly: green. Hex color #03764D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03764D is #FC89B2. Grayscale: #4E4E4E. Windows color (decimal): -16550323 or 5076483. OLE color: 5076483.
HSL color Cylindrical-coordinate representation of color #03764D: hue angle of 158.61º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03764D is Cyan = 0.97, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 3 | 118 | 77 | - |
| CMYK | 0.97 | 0 | 0.35 | 0.54 |
| HSL | 158.61º | 0.95% | 0.24% | - |
| HSV(B) | 158.61º | 0.97% | 0.46% | - |
| XYZ | 7.86 | 13.51 | 9.22 | - |
| YUV | 78.94 | 126.9 | 73.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 118 | 77 | 0.97 | 0 | 0.35 | 0.54 | 158.61 | 0.95 | 0.24 |
| Hex | 3 | 76 | 4D | 61 | 0 | 23 | 36 | 9F | 5F | 18 |
| Octal | 3 | 166 | 115 | 141 | 0 | 43 | 66 | 237 | 137 | 30 |
| Binary | 11 | 1110110 | 1001101 | 1100001 | 0 | 100011 | 110110 | 10011111 | 1011111 | 11000 |
Color Harmonies of #03764D
Complementary color
Monochromatic Colors of #03764D
Black with #03764D
Text Example
Text Example
White with #03764D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03764D; }
p { color: rgb(3,118,77); }
H1.HeaderClassName
{
color: #03764D;
}
.AnyTagClassName
{
color: #03764D;
}
</style>
background-color css
<style>
a { background-color: #03764D; }
a { background-color: rgb(3,118,77); }
div.DivClassName
{
background-color: #03764D;
}
.BgClassName
{
background-color: #03764D;
}
</style>
border-color css
<style>
span { border-color: #03764D; }
span { border-color: rgb(3,118,77); }
td.TdClassName
{
border-color: #03764D;
}
.TagClassName
{
border-color: #03764D;
}
</style>