Shades of Watercourse #037355
Tints of Watercourse #037355
RGB
CMYK
RGB Variations
Color information
#037355 (or 0x037355) is known color: Watercourse. HEX triplet: 03, 73 and 55. RGB value is (3,115,85). Sum of RGB (Red+Green+Blue) = 3+115+85=203 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.48% from 203); Green value is 115 (45.31% from 255 or 56.65% from 203); Blue value is 85 (33.59% from 255 or 41.87% from 203); Max value from RGB is 115 - color contains mainly: green. Hex color #037355 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #037355 is #FC8CAA. Grayscale: #4E4E4E. Windows color (decimal): -16551083 or 5600003. OLE color: 5600003.
HSL color Cylindrical-coordinate representation of color #037355: hue angle of 163.93º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #037355 is Cyan = 0.97, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 3 | 115 | 85 | - |
| CMYK | 0.97 | 0 | 0.26 | 0.55 |
| HSL | 163.93º | 0.95% | 0.23% | - |
| HSV(B) | 163.93º | 0.97% | 0.45% | - |
| XYZ | 7.81 | 12.94 | 10.68 | - |
| YUV | 78.09 | 131.89 | 74.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 115 | 85 | 0.97 | 0 | 0.26 | 0.55 | 163.93 | 0.95 | 0.23 |
| Hex | 3 | 73 | 55 | 61 | 0 | 1A | 37 | A4 | 5F | 17 |
| Octal | 3 | 163 | 125 | 141 | 0 | 32 | 67 | 244 | 137 | 27 |
| Binary | 11 | 1110011 | 1010101 | 1100001 | 0 | 11010 | 110111 | 10100100 | 1011111 | 10111 |
Color Harmonies of #037355
Complementary color
Monochromatic Colors of #037355
Black with #037355
Text Example
Text Example
White with #037355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037355; }
p { color: rgb(3,115,85); }
H1.HeaderClassName
{
color: #037355;
}
.AnyTagClassName
{
color: #037355;
}
</style>
background-color css
<style>
a { background-color: #037355; }
a { background-color: rgb(3,115,85); }
div.DivClassName
{
background-color: #037355;
}
.BgClassName
{
background-color: #037355;
}
</style>
border-color css
<style>
span { border-color: #037355; }
span { border-color: rgb(3,115,85); }
td.TdClassName
{
border-color: #037355;
}
.TagClassName
{
border-color: #037355;
}
</style>