Shades of Watercourse #03604C
Tints of Watercourse #03604C
RGB
CMYK
RGB Variations
Color information
#03604C (or 0x03604C) is known color: Watercourse. HEX triplet: 03, 60 and 4C. RGB value is (3,96,76). Sum of RGB (Red+Green+Blue) = 3+96+76=175 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.71% from 175); Green value is 96 (37.89% from 255 or 54.86% from 175); Blue value is 76 (30.08% from 255 or 43.43% from 175); Max value from RGB is 96 - color contains mainly: green. Hex color #03604C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03604C is #FC9FB3. Grayscale: #414141. Windows color (decimal): -16555956 or 5005315. OLE color: 5005315.
HSL color Cylindrical-coordinate representation of color #03604C: hue angle of 167.1º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03604C is Cyan = 0.97, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 3 | 96 | 76 | - |
| CMYK | 0.97 | 0 | 0.21 | 0.62 |
| HSL | 167.1º | 0.94% | 0.19% | - |
| HSV(B) | 167.1º | 0.97% | 0.38% | - |
| XYZ | 5.52 | 8.91 | 8.27 | - |
| YUV | 65.91 | 133.69 | 83.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 96 | 76 | 0.97 | 0 | 0.21 | 0.62 | 167.1 | 0.94 | 0.19 |
| Hex | 3 | 60 | 4C | 61 | 0 | 15 | 3E | A7 | 5E | 13 |
| Octal | 3 | 140 | 114 | 141 | 0 | 25 | 76 | 247 | 136 | 23 |
| Binary | 11 | 1100000 | 1001100 | 1100001 | 0 | 10101 | 111110 | 10100111 | 1011110 | 10011 |
Color Harmonies of #03604C
Complementary color
Monochromatic Colors of #03604C
Black with #03604C
Text Example
Text Example
White with #03604C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03604C; }
p { color: rgb(3,96,76); }
H1.HeaderClassName
{
color: #03604C;
}
.AnyTagClassName
{
color: #03604C;
}
</style>
background-color css
<style>
a { background-color: #03604C; }
a { background-color: rgb(3,96,76); }
div.DivClassName
{
background-color: #03604C;
}
.BgClassName
{
background-color: #03604C;
}
</style>
border-color css
<style>
span { border-color: #03604C; }
span { border-color: rgb(3,96,76); }
td.TdClassName
{
border-color: #03604C;
}
.TagClassName
{
border-color: #03604C;
}
</style>