Shades of Watercourse #03734D
Tints of Watercourse #03734D
RGB
CMYK
RGB Variations
Color information
#03734D (or 0x03734D) is known color: Watercourse. HEX triplet: 03, 73 and 4D. RGB value is (3,115,77). Sum of RGB (Red+Green+Blue) = 3+115+77=195 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.54% from 195); Green value is 115 (45.31% from 255 or 58.97% from 195); Blue value is 77 (30.47% from 255 or 39.49% from 195); Max value from RGB is 115 - color contains mainly: green. Hex color #03734D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03734D is #FC8CB2. Grayscale: #4D4D4D. Windows color (decimal): -16551091 or 5075715. OLE color: 5075715.
HSL color Cylindrical-coordinate representation of color #03734D: hue angle of 159.64º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03734D is Cyan = 0.97, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 3 | 115 | 77 | - |
| CMYK | 0.97 | 0 | 0.33 | 0.55 |
| HSL | 159.64º | 0.95% | 0.23% | - |
| HSV(B) | 159.64º | 0.97% | 0.45% | - |
| XYZ | 7.51 | 12.82 | 9.1 | - |
| YUV | 77.18 | 127.89 | 75.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 115 | 77 | 0.97 | 0 | 0.33 | 0.55 | 159.64 | 0.95 | 0.23 |
| Hex | 3 | 73 | 4D | 61 | 0 | 21 | 37 | A0 | 5F | 17 |
| Octal | 3 | 163 | 115 | 141 | 0 | 41 | 67 | 240 | 137 | 27 |
| Binary | 11 | 1110011 | 1001101 | 1100001 | 0 | 100001 | 110111 | 10100000 | 1011111 | 10111 |
Color Harmonies of #03734D
Complementary color
Monochromatic Colors of #03734D
Black with #03734D
Text Example
Text Example
White with #03734D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03734D; }
p { color: rgb(3,115,77); }
H1.HeaderClassName
{
color: #03734D;
}
.AnyTagClassName
{
color: #03734D;
}
</style>
background-color css
<style>
a { background-color: #03734D; }
a { background-color: rgb(3,115,77); }
div.DivClassName
{
background-color: #03734D;
}
.BgClassName
{
background-color: #03734D;
}
</style>
border-color css
<style>
span { border-color: #03734D; }
span { border-color: rgb(3,115,77); }
td.TdClassName
{
border-color: #03734D;
}
.TagClassName
{
border-color: #03734D;
}
</style>