Shades of Watercourse #03704E
Tints of Watercourse #03704E
RGB
CMYK
RGB Variations
Color information
#03704E (or 0x03704E) is known color: Watercourse. HEX triplet: 03, 70 and 4E. RGB value is (3,112,78). Sum of RGB (Red+Green+Blue) = 3+112+78=193 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.55% from 193); Green value is 112 (44.14% from 255 or 58.03% from 193); Blue value is 78 (30.86% from 255 or 40.41% from 193); Max value from RGB is 112 - color contains mainly: green. Hex color #03704E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03704E is #FC8FB1. Grayscale: #4B4B4B. Windows color (decimal): -16551858 or 5140483. OLE color: 5140483.
HSL color Cylindrical-coordinate representation of color #03704E: hue angle of 161.28º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03704E is Cyan = 0.97, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 3 | 112 | 78 | - |
| CMYK | 0.97 | 0 | 0.30 | 0.56 |
| HSL | 161.28º | 0.95% | 0.23% | - |
| HSV(B) | 161.28º | 0.97% | 0.44% | - |
| XYZ | 7.21 | 12.16 | 9.17 | - |
| YUV | 75.53 | 129.39 | 76.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 112 | 78 | 0.97 | 0 | 0.30 | 0.56 | 161.28 | 0.95 | 0.23 |
| Hex | 3 | 70 | 4E | 61 | 0 | 1E | 38 | A1 | 5F | 17 |
| Octal | 3 | 160 | 116 | 141 | 0 | 36 | 70 | 241 | 137 | 27 |
| Binary | 11 | 1110000 | 1001110 | 1100001 | 0 | 11110 | 111000 | 10100001 | 1011111 | 10111 |
Color Harmonies of #03704E
Complementary color
Monochromatic Colors of #03704E
Black with #03704E
Text Example
Text Example
White with #03704E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03704E; }
p { color: rgb(3,112,78); }
H1.HeaderClassName
{
color: #03704E;
}
.AnyTagClassName
{
color: #03704E;
}
</style>
background-color css
<style>
a { background-color: #03704E; }
a { background-color: rgb(3,112,78); }
div.DivClassName
{
background-color: #03704E;
}
.BgClassName
{
background-color: #03704E;
}
</style>
border-color css
<style>
span { border-color: #03704E; }
span { border-color: rgb(3,112,78); }
td.TdClassName
{
border-color: #03704E;
}
.TagClassName
{
border-color: #03704E;
}
</style>