Shades of Watercourse #03674F
Tints of Watercourse #03674F
RGB
CMYK
RGB Variations
Color information
#03674F (or 0x03674F) is known color: Watercourse. HEX triplet: 03, 67 and 4F. RGB value is (3,103,79). Sum of RGB (Red+Green+Blue) = 3+103+79=185 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.62% from 185); Green value is 103 (40.62% from 255 or 55.68% from 185); Blue value is 79 (31.25% from 255 or 42.70% from 185); Max value from RGB is 103 - color contains mainly: green. Hex color #03674F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03674F is #FC98B0. Grayscale: #464646. Windows color (decimal): -16554161 or 5203715. OLE color: 5203715.
HSL color Cylindrical-coordinate representation of color #03674F: hue angle of 165.6º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03674F is Cyan = 0.97, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 3 | 103 | 79 | - |
| CMYK | 0.97 | 0 | 0.23 | 0.60 |
| HSL | 165.6º | 0.94% | 0.21% | - |
| HSV(B) | 165.6º | 0.97% | 0.4% | - |
| XYZ | 6.3 | 10.28 | 9.05 | - |
| YUV | 70.36 | 132.87 | 79.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 103 | 79 | 0.97 | 0 | 0.23 | 0.60 | 165.6 | 0.94 | 0.21 |
| Hex | 3 | 67 | 4F | 61 | 0 | 17 | 3C | A6 | 5E | 15 |
| Octal | 3 | 147 | 117 | 141 | 0 | 27 | 74 | 246 | 136 | 25 |
| Binary | 11 | 1100111 | 1001111 | 1100001 | 0 | 10111 | 111100 | 10100110 | 1011110 | 10101 |
Color Harmonies of #03674F
Complementary color
Monochromatic Colors of #03674F
Black with #03674F
Text Example
Text Example
White with #03674F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03674F; }
p { color: rgb(3,103,79); }
H1.HeaderClassName
{
color: #03674F;
}
.AnyTagClassName
{
color: #03674F;
}
</style>
background-color css
<style>
a { background-color: #03674F; }
a { background-color: rgb(3,103,79); }
div.DivClassName
{
background-color: #03674F;
}
.BgClassName
{
background-color: #03674F;
}
</style>
border-color css
<style>
span { border-color: #03674F; }
span { border-color: rgb(3,103,79); }
td.TdClassName
{
border-color: #03674F;
}
.TagClassName
{
border-color: #03674F;
}
</style>