Shades of Watercourse #037855
Tints of Watercourse #037855
RGB
CMYK
RGB Variations
Color information
#037855 (or 0x037855) is known color: Watercourse. HEX triplet: 03, 78 and 55. RGB value is (3,120,85). Sum of RGB (Red+Green+Blue) = 3+120+85=208 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.44% from 208); Green value is 120 (47.27% from 255 or 57.69% from 208); Blue value is 85 (33.59% from 255 or 40.87% from 208); Max value from RGB is 120 - color contains mainly: green. Hex color #037855 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #037855 is #FC87AA. Grayscale: #515151. Windows color (decimal): -16549803 or 5601283. OLE color: 5601283.
HSL color Cylindrical-coordinate representation of color #037855: hue angle of 162.05º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #037855 is Cyan = 0.98, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 3 | 120 | 85 | - |
| CMYK | 0.98 | 0 | 0.29 | 0.53 |
| HSL | 162.05º | 0.95% | 0.24% | - |
| HSV(B) | 162.05º | 0.98% | 0.47% | - |
| XYZ | 8.39 | 14.11 | 10.88 | - |
| YUV | 81.03 | 130.24 | 72.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 120 | 85 | 0.98 | 0 | 0.29 | 0.53 | 162.05 | 0.95 | 0.24 |
| Hex | 3 | 78 | 55 | 62 | 0 | 1D | 35 | A2 | 5F | 18 |
| Octal | 3 | 170 | 125 | 142 | 0 | 35 | 65 | 242 | 137 | 30 |
| Binary | 11 | 1111000 | 1010101 | 1100010 | 0 | 11101 | 110101 | 10100010 | 1011111 | 11000 |
Color Harmonies of #037855
Complementary color
Monochromatic Colors of #037855
Black with #037855
Text Example
Text Example
White with #037855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037855; }
p { color: rgb(3,120,85); }
H1.HeaderClassName
{
color: #037855;
}
.AnyTagClassName
{
color: #037855;
}
</style>
background-color css
<style>
a { background-color: #037855; }
a { background-color: rgb(3,120,85); }
div.DivClassName
{
background-color: #037855;
}
.BgClassName
{
background-color: #037855;
}
</style>
border-color css
<style>
span { border-color: #037855; }
span { border-color: rgb(3,120,85); }
td.TdClassName
{
border-color: #037855;
}
.TagClassName
{
border-color: #037855;
}
</style>