Shades of Watercourse #136C55
Tints of Watercourse #136C55
RGB
CMYK
RGB Variations
Color information
#136C55 (or 0x136C55) is known color: Watercourse. HEX triplet: 13, 6C and 55. RGB value is (19,108,85). Sum of RGB (Red+Green+Blue) = 19+108+85=212 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.96% from 212); Green value is 108 (42.58% from 255 or 50.94% from 212); Blue value is 85 (33.59% from 255 or 40.09% from 212); Max value from RGB is 108 - color contains mainly: green. Hex color #136C55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136C55 is #EC93AA. Grayscale: #4E4E4E. Windows color (decimal): -15504299 or 5598227. OLE color: 5598227.
HSL color Cylindrical-coordinate representation of color #136C55: hue angle of 164.49º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #136C55 is Cyan = 0.82, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 19 | 108 | 85 | - |
| CMYK | 0.82 | 0 | 0.21 | 0.58 |
| HSL | 164.49º | 0.7% | 0.25% | - |
| HSV(B) | 164.49º | 0.82% | 0.42% | - |
| XYZ | 7.27 | 11.52 | 10.43 | - |
| YUV | 78.77 | 131.51 | 85.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 108 | 85 | 0.82 | 0 | 0.21 | 0.58 | 164.49 | 0.7 | 0.25 |
| Hex | 13 | 6C | 55 | 52 | 0 | 15 | 3A | A4 | 46 | 19 |
| Octal | 23 | 154 | 125 | 122 | 0 | 25 | 72 | 244 | 106 | 31 |
| Binary | 10011 | 1101100 | 1010101 | 1010010 | 0 | 10101 | 111010 | 10100100 | 1000110 | 11001 |
Color Harmonies of #136C55
Complementary color
Monochromatic Colors of #136C55
Black with #136C55
Text Example
Text Example
White with #136C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136C55; }
p { color: rgb(19,108,85); }
H1.HeaderClassName
{
color: #136C55;
}
.AnyTagClassName
{
color: #136C55;
}
</style>
background-color css
<style>
a { background-color: #136C55; }
a { background-color: rgb(19,108,85); }
div.DivClassName
{
background-color: #136C55;
}
.BgClassName
{
background-color: #136C55;
}
</style>
border-color css
<style>
span { border-color: #136C55; }
span { border-color: rgb(19,108,85); }
td.TdClassName
{
border-color: #136C55;
}
.TagClassName
{
border-color: #136C55;
}
</style>