Shades of Watercourse #035C49
Tints of Watercourse #035C49
RGB
CMYK
RGB Variations
Color information
#035C49 (or 0x035C49) is known color: Watercourse. HEX triplet: 03, 5C and 49. RGB value is (3,92,73). Sum of RGB (Red+Green+Blue) = 3+92+73=168 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.79% from 168); Green value is 92 (36.33% from 255 or 54.76% from 168); Blue value is 73 (28.91% from 255 or 43.45% from 168); Max value from RGB is 92 - color contains mainly: green. Hex color #035C49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035C49 is #FCA3B6. Grayscale: #3F3F3F. Windows color (decimal): -16556983 or 4807683. OLE color: 4807683.
HSL color Cylindrical-coordinate representation of color #035C49: hue angle of 167.19º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035C49 is Cyan = 0.97, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 3 | 92 | 73 | - |
| CMYK | 0.97 | 0 | 0.21 | 0.64 |
| HSL | 167.19º | 0.94% | 0.19% | - |
| HSV(B) | 167.19º | 0.97% | 0.36% | - |
| XYZ | 5.07 | 8.15 | 7.61 | - |
| YUV | 63.22 | 133.51 | 85.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 92 | 73 | 0.97 | 0 | 0.21 | 0.64 | 167.19 | 0.94 | 0.19 |
| Hex | 3 | 5C | 49 | 61 | 0 | 15 | 40 | A7 | 5E | 13 |
| Octal | 3 | 134 | 111 | 141 | 0 | 25 | 100 | 247 | 136 | 23 |
| Binary | 11 | 1011100 | 1001001 | 1100001 | 0 | 10101 | 1000000 | 10100111 | 1011110 | 10011 |
Color Harmonies of #035C49
Complementary color
Monochromatic Colors of #035C49
Black with #035C49
Text Example
Text Example
White with #035C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035C49; }
p { color: rgb(3,92,73); }
H1.HeaderClassName
{
color: #035C49;
}
.AnyTagClassName
{
color: #035C49;
}
</style>
background-color css
<style>
a { background-color: #035C49; }
a { background-color: rgb(3,92,73); }
div.DivClassName
{
background-color: #035C49;
}
.BgClassName
{
background-color: #035C49;
}
</style>
border-color css
<style>
span { border-color: #035C49; }
span { border-color: rgb(3,92,73); }
td.TdClassName
{
border-color: #035C49;
}
.TagClassName
{
border-color: #035C49;
}
</style>