Shades of Watercourse #03764E
Tints of Watercourse #03764E
RGB
CMYK
RGB Variations
Color information
#03764E (or 0x03764E) is known color: Watercourse. HEX triplet: 03, 76 and 4E. RGB value is (3,118,78). Sum of RGB (Red+Green+Blue) = 3+118+78=199 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.51% from 199); Green value is 118 (46.48% from 255 or 59.30% from 199); Blue value is 78 (30.86% from 255 or 39.20% from 199); Max value from RGB is 118 - color contains mainly: green. Hex color #03764E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03764E is #FC89B1. Grayscale: #4F4F4F. Windows color (decimal): -16550322 or 5142019. OLE color: 5142019.
HSL color Cylindrical-coordinate representation of color #03764E: hue angle of 159.13º 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 #03764E is Cyan = 0.97, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 3 | 118 | 78 | - |
| CMYK | 0.97 | 0 | 0.34 | 0.54 |
| HSL | 159.13º | 0.95% | 0.24% | - |
| HSV(B) | 159.13º | 0.97% | 0.46% | - |
| XYZ | 7.89 | 13.53 | 9.4 | - |
| YUV | 79.06 | 127.4 | 73.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 118 | 78 | 0.97 | 0 | 0.34 | 0.54 | 159.13 | 0.95 | 0.24 |
| Hex | 3 | 76 | 4E | 61 | 0 | 22 | 36 | 9F | 5F | 18 |
| Octal | 3 | 166 | 116 | 141 | 0 | 42 | 66 | 237 | 137 | 30 |
| Binary | 11 | 1110110 | 1001110 | 1100001 | 0 | 100010 | 110110 | 10011111 | 1011111 | 11000 |
Color Harmonies of #03764E
Complementary color
Monochromatic Colors of #03764E
Black with #03764E
Text Example
Text Example
White with #03764E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03764E; }
p { color: rgb(3,118,78); }
H1.HeaderClassName
{
color: #03764E;
}
.AnyTagClassName
{
color: #03764E;
}
</style>
background-color css
<style>
a { background-color: #03764E; }
a { background-color: rgb(3,118,78); }
div.DivClassName
{
background-color: #03764E;
}
.BgClassName
{
background-color: #03764E;
}
</style>
border-color css
<style>
span { border-color: #03764E; }
span { border-color: rgb(3,118,78); }
td.TdClassName
{
border-color: #03764E;
}
.TagClassName
{
border-color: #03764E;
}
</style>