Shades of Watercourse #00593F
Tints of Watercourse #00593F
RGB
CMYK
RGB Variations
Color information
#00593F (or 0x00593F) is known color: Watercourse. HEX triplet: 00, 59 and 3F. RGB value is (0,89,63). Sum of RGB (Red+Green+Blue) = 0+89+63=152 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 152); Green value is 89 (35.16% from 255 or 58.55% from 152); Blue value is 63 (25% from 255 or 41.45% from 152); Max value from RGB is 89 - color contains mainly: green. Hex color #00593F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00593F is #FFA6C0. Grayscale: #3B3B3B. Windows color (decimal): -16754369 or 4151552. OLE color: 4151552.
HSL color Cylindrical-coordinate representation of color #00593F: hue angle of 162.47º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00593F is Cyan = 1, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 0 | 89 | 63 | - |
| CMYK | 1 | 0 | 0.29 | 0.65 |
| HSL | 162.47º | 1% | 0.17% | - |
| HSV(B) | 162.47º | 1% | 0.35% | - |
| XYZ | 4.47 | 7.5 | 5.92 | - |
| YUV | 59.43 | 130.01 | 85.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 89 | 63 | 1 | 0 | 0.29 | 0.65 | 162.47 | 1 | 0.17 |
| Hex | 0 | 59 | 3F | 64 | 0 | 1D | 41 | A2 | 64 | 11 |
| Octal | 0 | 131 | 77 | 144 | 0 | 35 | 101 | 242 | 144 | 21 |
| Binary | 0 | 1011001 | 111111 | 1100100 | 0 | 11101 | 1000001 | 10100010 | 1100100 | 10001 |
Color Harmonies of #00593F
Complementary color
Monochromatic Colors of #00593F
Black with #00593F
Text Example
Text Example
White with #00593F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00593F; }
p { color: rgb(0,89,63); }
H1.HeaderClassName
{
color: #00593F;
}
.AnyTagClassName
{
color: #00593F;
}
</style>
background-color css
<style>
a { background-color: #00593F; }
a { background-color: rgb(0,89,63); }
div.DivClassName
{
background-color: #00593F;
}
.BgClassName
{
background-color: #00593F;
}
</style>
border-color css
<style>
span { border-color: #00593F; }
span { border-color: rgb(0,89,63); }
td.TdClassName
{
border-color: #00593F;
}
.TagClassName
{
border-color: #00593F;
}
</style>