Shades of Watercourse #03624C
Tints of Watercourse #03624C
RGB
CMYK
RGB Variations
Color information
#03624C (or 0x03624C) is known color: Watercourse. HEX triplet: 03, 62 and 4C. RGB value is (3,98,76). Sum of RGB (Red+Green+Blue) = 3+98+76=177 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.69% from 177); Green value is 98 (38.67% from 255 or 55.37% from 177); Blue value is 76 (30.08% from 255 or 42.94% from 177); Max value from RGB is 98 - color contains mainly: green. Hex color #03624C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03624C is #FC9DB3. Grayscale: #434343. Windows color (decimal): -16555444 or 5005827. OLE color: 5005827.
HSL color Cylindrical-coordinate representation of color #03624C: hue angle of 166.11º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03624C is Cyan = 0.97, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 3 | 98 | 76 | - |
| CMYK | 0.97 | 0 | 0.22 | 0.62 |
| HSL | 166.11º | 0.94% | 0.2% | - |
| HSV(B) | 166.11º | 0.97% | 0.38% | - |
| XYZ | 5.71 | 9.28 | 8.33 | - |
| YUV | 67.09 | 133.03 | 82.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 98 | 76 | 0.97 | 0 | 0.22 | 0.62 | 166.11 | 0.94 | 0.2 |
| Hex | 3 | 62 | 4C | 61 | 0 | 16 | 3E | A6 | 5E | 14 |
| Octal | 3 | 142 | 114 | 141 | 0 | 26 | 76 | 246 | 136 | 24 |
| Binary | 11 | 1100010 | 1001100 | 1100001 | 0 | 10110 | 111110 | 10100110 | 1011110 | 10100 |
Color Harmonies of #03624C
Complementary color
Monochromatic Colors of #03624C
Black with #03624C
Text Example
Text Example
White with #03624C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03624C; }
p { color: rgb(3,98,76); }
H1.HeaderClassName
{
color: #03624C;
}
.AnyTagClassName
{
color: #03624C;
}
</style>
background-color css
<style>
a { background-color: #03624C; }
a { background-color: rgb(3,98,76); }
div.DivClassName
{
background-color: #03624C;
}
.BgClassName
{
background-color: #03624C;
}
</style>
border-color css
<style>
span { border-color: #03624C; }
span { border-color: rgb(3,98,76); }
td.TdClassName
{
border-color: #03624C;
}
.TagClassName
{
border-color: #03624C;
}
</style>