Shades of Watercourse #035D49
Tints of Watercourse #035D49
RGB
CMYK
RGB Variations
Color information
#035D49 (or 0x035D49) is known color: Watercourse. HEX triplet: 03, 5D and 49. RGB value is (3,93,73). Sum of RGB (Red+Green+Blue) = 3+93+73=169 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.78% from 169); Green value is 93 (36.72% from 255 or 55.03% from 169); Blue value is 73 (28.91% from 255 or 43.20% from 169); Max value from RGB is 93 - color contains mainly: green. Hex color #035D49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035D49 is #FCA2B6. Grayscale: #3F3F3F. Windows color (decimal): -16556727 or 4807939. OLE color: 4807939.
HSL color Cylindrical-coordinate representation of color #035D49: hue angle of 166.67º 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 #035D49 is Cyan = 0.97, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 3 | 93 | 73 | - |
| CMYK | 0.97 | 0 | 0.22 | 0.64 |
| HSL | 166.67º | 0.94% | 0.19% | - |
| HSV(B) | 166.67º | 0.97% | 0.36% | - |
| XYZ | 5.15 | 8.33 | 7.64 | - |
| YUV | 63.81 | 133.18 | 84.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 93 | 73 | 0.97 | 0 | 0.22 | 0.64 | 166.67 | 0.94 | 0.19 |
| Hex | 3 | 5D | 49 | 61 | 0 | 16 | 40 | A7 | 5E | 13 |
| Octal | 3 | 135 | 111 | 141 | 0 | 26 | 100 | 247 | 136 | 23 |
| Binary | 11 | 1011101 | 1001001 | 1100001 | 0 | 10110 | 1000000 | 10100111 | 1011110 | 10011 |
Color Harmonies of #035D49
Complementary color
Monochromatic Colors of #035D49
Black with #035D49
Text Example
Text Example
White with #035D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035D49; }
p { color: rgb(3,93,73); }
H1.HeaderClassName
{
color: #035D49;
}
.AnyTagClassName
{
color: #035D49;
}
</style>
background-color css
<style>
a { background-color: #035D49; }
a { background-color: rgb(3,93,73); }
div.DivClassName
{
background-color: #035D49;
}
.BgClassName
{
background-color: #035D49;
}
</style>
border-color css
<style>
span { border-color: #035D49; }
span { border-color: rgb(3,93,73); }
td.TdClassName
{
border-color: #035D49;
}
.TagClassName
{
border-color: #035D49;
}
</style>