Shades of Watercourse #136F55
Tints of Watercourse #136F55
RGB
CMYK
RGB Variations
Color information
#136F55 (or 0x136F55) is known color: Watercourse. HEX triplet: 13, 6F and 55. RGB value is (19,111,85). Sum of RGB (Red+Green+Blue) = 19+111+85=215 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.84% from 215); Green value is 111 (43.75% from 255 or 51.63% from 215); Blue value is 85 (33.59% from 255 or 39.53% from 215); Max value from RGB is 111 - color contains mainly: green. Hex color #136F55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136F55 is #EC90AA. Grayscale: #505050. Windows color (decimal): -15503531 or 5598995. OLE color: 5598995.
HSL color Cylindrical-coordinate representation of color #136F55: hue angle of 163.04º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #136F55 is Cyan = 0.83, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 19 | 111 | 85 | - |
| CMYK | 0.83 | 0 | 0.23 | 0.56 |
| HSL | 163.04º | 0.71% | 0.25% | - |
| HSV(B) | 163.04º | 0.83% | 0.44% | - |
| XYZ | 7.59 | 12.16 | 10.54 | - |
| YUV | 80.53 | 130.52 | 84.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 111 | 85 | 0.83 | 0 | 0.23 | 0.56 | 163.04 | 0.71 | 0.25 |
| Hex | 13 | 6F | 55 | 53 | 0 | 17 | 38 | A3 | 47 | 19 |
| Octal | 23 | 157 | 125 | 123 | 0 | 27 | 70 | 243 | 107 | 31 |
| Binary | 10011 | 1101111 | 1010101 | 1010011 | 0 | 10111 | 111000 | 10100011 | 1000111 | 11001 |
Color Harmonies of #136F55
Complementary color
Monochromatic Colors of #136F55
Black with #136F55
Text Example
Text Example
White with #136F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136F55; }
p { color: rgb(19,111,85); }
H1.HeaderClassName
{
color: #136F55;
}
.AnyTagClassName
{
color: #136F55;
}
</style>
background-color css
<style>
a { background-color: #136F55; }
a { background-color: rgb(19,111,85); }
div.DivClassName
{
background-color: #136F55;
}
.BgClassName
{
background-color: #136F55;
}
</style>
border-color css
<style>
span { border-color: #136F55; }
span { border-color: rgb(19,111,85); }
td.TdClassName
{
border-color: #136F55;
}
.TagClassName
{
border-color: #136F55;
}
</style>