Shades of Watercourse #00593E
Tints of Watercourse #00593E
RGB
CMYK
RGB Variations
Color information
#00593E (or 0x00593E) is known color: Watercourse. HEX triplet: 00, 59 and 3E. RGB value is (0,89,62). Sum of RGB (Red+Green+Blue) = 0+89+62=151 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 151); Green value is 89 (35.16% from 255 or 58.94% from 151); Blue value is 62 (24.61% from 255 or 41.06% from 151); Max value from RGB is 89 - color contains mainly: green. Hex color #00593E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00593E is #FFA6C1. Grayscale: #3B3B3B. Windows color (decimal): -16754370 or 4086016. OLE color: 4086016.
HSL color Cylindrical-coordinate representation of color #00593E: hue angle of 161.8º 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 #00593E is Cyan = 1, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 0 | 89 | 62 | - |
| CMYK | 1 | 0 | 0.30 | 0.65 |
| HSL | 161.8º | 1% | 0.17% | - |
| HSV(B) | 161.8º | 1% | 0.35% | - |
| XYZ | 4.44 | 7.49 | 5.77 | - |
| YUV | 59.31 | 129.51 | 85.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 89 | 62 | 1 | 0 | 0.30 | 0.65 | 161.8 | 1 | 0.17 |
| Hex | 0 | 59 | 3E | 64 | 0 | 1E | 41 | A2 | 64 | 11 |
| Octal | 0 | 131 | 76 | 144 | 0 | 36 | 101 | 242 | 144 | 21 |
| Binary | 0 | 1011001 | 111110 | 1100100 | 0 | 11110 | 1000001 | 10100010 | 1100100 | 10001 |
Color Harmonies of #00593E
Complementary color
Monochromatic Colors of #00593E
Black with #00593E
Text Example
Text Example
White with #00593E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00593E; }
p { color: rgb(0,89,62); }
H1.HeaderClassName
{
color: #00593E;
}
.AnyTagClassName
{
color: #00593E;
}
</style>
background-color css
<style>
a { background-color: #00593E; }
a { background-color: rgb(0,89,62); }
div.DivClassName
{
background-color: #00593E;
}
.BgClassName
{
background-color: #00593E;
}
</style>
border-color css
<style>
span { border-color: #00593E; }
span { border-color: rgb(0,89,62); }
td.TdClassName
{
border-color: #00593E;
}
.TagClassName
{
border-color: #00593E;
}
</style>