Shades of Watercourse #136E55
Tints of Watercourse #136E55
RGB
CMYK
RGB Variations
Color information
#136E55 (or 0x136E55) is known color: Watercourse. HEX triplet: 13, 6E and 55. RGB value is (19,110,85). Sum of RGB (Red+Green+Blue) = 19+110+85=214 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.88% from 214); Green value is 110 (43.36% from 255 or 51.40% from 214); Blue value is 85 (33.59% from 255 or 39.72% from 214); Max value from RGB is 110 - color contains mainly: green. Hex color #136E55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136E55 is #EC91AA. Grayscale: #4F4F4F. Windows color (decimal): -15503787 or 5598739. OLE color: 5598739.
HSL color Cylindrical-coordinate representation of color #136E55: hue angle of 163.52º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #136E55 is Cyan = 0.83, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 19 | 110 | 85 | - |
| CMYK | 0.83 | 0 | 0.23 | 0.57 |
| HSL | 163.52º | 0.71% | 0.25% | - |
| HSV(B) | 163.52º | 0.83% | 0.43% | - |
| XYZ | 7.48 | 11.95 | 10.51 | - |
| YUV | 79.94 | 130.85 | 84.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 110 | 85 | 0.83 | 0 | 0.23 | 0.57 | 163.52 | 0.71 | 0.25 |
| Hex | 13 | 6E | 55 | 53 | 0 | 17 | 39 | A4 | 47 | 19 |
| Octal | 23 | 156 | 125 | 123 | 0 | 27 | 71 | 244 | 107 | 31 |
| Binary | 10011 | 1101110 | 1010101 | 1010011 | 0 | 10111 | 111001 | 10100100 | 1000111 | 11001 |
Color Harmonies of #136E55
Complementary color
Monochromatic Colors of #136E55
Black with #136E55
Text Example
Text Example
White with #136E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136E55; }
p { color: rgb(19,110,85); }
H1.HeaderClassName
{
color: #136E55;
}
.AnyTagClassName
{
color: #136E55;
}
</style>
background-color css
<style>
a { background-color: #136E55; }
a { background-color: rgb(19,110,85); }
div.DivClassName
{
background-color: #136E55;
}
.BgClassName
{
background-color: #136E55;
}
</style>
border-color css
<style>
span { border-color: #136E55; }
span { border-color: rgb(19,110,85); }
td.TdClassName
{
border-color: #136E55;
}
.TagClassName
{
border-color: #136E55;
}
</style>