Shades of Watercourse #085D49
Tints of Watercourse #085D49
RGB
CMYK
RGB Variations
Color information
#085D49 (or 0x085D49) is known color: Watercourse. HEX triplet: 08, 5D and 49. RGB value is (8,93,73). Sum of RGB (Red+Green+Blue) = 8+93+73=174 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.60% from 174); Green value is 93 (36.72% from 255 or 53.45% from 174); Blue value is 73 (28.91% from 255 or 41.95% from 174); Max value from RGB is 93 - color contains mainly: green. Hex color #085D49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085D49 is #F7A2B6. Grayscale: #414141. Windows color (decimal): -16229047 or 4807944. OLE color: 4807944.
HSL color Cylindrical-coordinate representation of color #085D49: hue angle of 165.88º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #085D49 is Cyan = 0.91, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 8 | 93 | 73 | - |
| CMYK | 0.91 | 0 | 0.22 | 0.64 |
| HSL | 165.88º | 0.84% | 0.2% | - |
| HSV(B) | 165.88º | 0.91% | 0.36% | - |
| XYZ | 5.22 | 8.36 | 7.64 | - |
| YUV | 65.31 | 132.34 | 87.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 93 | 73 | 0.91 | 0 | 0.22 | 0.64 | 165.88 | 0.84 | 0.2 |
| Hex | 8 | 5D | 49 | 5B | 0 | 16 | 40 | A6 | 54 | 14 |
| Octal | 10 | 135 | 111 | 133 | 0 | 26 | 100 | 246 | 124 | 24 |
| Binary | 1000 | 1011101 | 1001001 | 1011011 | 0 | 10110 | 1000000 | 10100110 | 1010100 | 10100 |
Color Harmonies of #085D49
Complementary color
Monochromatic Colors of #085D49
Black with #085D49
Text Example
Text Example
White with #085D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085D49; }
p { color: rgb(8,93,73); }
H1.HeaderClassName
{
color: #085D49;
}
.AnyTagClassName
{
color: #085D49;
}
</style>
background-color css
<style>
a { background-color: #085D49; }
a { background-color: rgb(8,93,73); }
div.DivClassName
{
background-color: #085D49;
}
.BgClassName
{
background-color: #085D49;
}
</style>
border-color css
<style>
span { border-color: #085D49; }
span { border-color: rgb(8,93,73); }
td.TdClassName
{
border-color: #085D49;
}
.TagClassName
{
border-color: #085D49;
}
</style>