Shades of Watercourse #01553E
Tints of Watercourse #01553E
RGB
CMYK
RGB Variations
Color information
#01553E (or 0x01553E) is known color: Watercourse. HEX triplet: 01, 55 and 3E. RGB value is (1,85,62). Sum of RGB (Red+Green+Blue) = 1+85+62=148 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 148); Green value is 85 (33.59% from 255 or 57.43% from 148); Blue value is 62 (24.61% from 255 or 41.89% from 148); Max value from RGB is 85 - color contains mainly: green. Hex color #01553E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01553E is #FEAAC1. Grayscale: #393939. Windows color (decimal): -16689858 or 4084993. OLE color: 4084993.
HSL color Cylindrical-coordinate representation of color #01553E: hue angle of 163.57º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01553E is Cyan = 0.99, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 1 | 85 | 62 | - |
| CMYK | 0.99 | 0 | 0.27 | 0.67 |
| HSL | 163.57º | 0.98% | 0.17% | - |
| HSV(B) | 163.57º | 0.99% | 0.33% | - |
| XYZ | 4.13 | 6.85 | 5.66 | - |
| YUV | 57.26 | 130.67 | 87.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 85 | 62 | 0.99 | 0 | 0.27 | 0.67 | 163.57 | 0.98 | 0.17 |
| Hex | 1 | 55 | 3E | 63 | 0 | 1B | 43 | A4 | 62 | 11 |
| Octal | 1 | 125 | 76 | 143 | 0 | 33 | 103 | 244 | 142 | 21 |
| Binary | 1 | 1010101 | 111110 | 1100011 | 0 | 11011 | 1000011 | 10100100 | 1100010 | 10001 |
Color Harmonies of #01553E
Complementary color
Monochromatic Colors of #01553E
Black with #01553E
Text Example
Text Example
White with #01553E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01553E; }
p { color: rgb(1,85,62); }
H1.HeaderClassName
{
color: #01553E;
}
.AnyTagClassName
{
color: #01553E;
}
</style>
background-color css
<style>
a { background-color: #01553E; }
a { background-color: rgb(1,85,62); }
div.DivClassName
{
background-color: #01553E;
}
.BgClassName
{
background-color: #01553E;
}
</style>
border-color css
<style>
span { border-color: #01553E; }
span { border-color: rgb(1,85,62); }
td.TdClassName
{
border-color: #01553E;
}
.TagClassName
{
border-color: #01553E;
}
</style>