Shades of Watercourse #008047
Tints of Watercourse #008047
RGB
CMYK
RGB Variations
Color information
#008047 (or 0x008047) is known color: Watercourse. HEX triplet: 00, 80 and 47. RGB value is (0,128,71). Sum of RGB (Red+Green+Blue) = 0+128+71=199 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 199); Green value is 128 (50.39% from 255 or 64.32% from 199); Blue value is 71 (28.12% from 255 or 35.68% from 199); Max value from RGB is 128 - color contains mainly: green. Hex color #008047 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008047 is #FF7FB8. Grayscale: #535353. Windows color (decimal): -16744377 or 4685824. OLE color: 4685824.
HSL color Cylindrical-coordinate representation of color #008047: hue angle of 153.28º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008047 is Cyan = 1, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 0 | 128 | 71 | - |
| CMYK | 1 | 0 | 0.45 | 0.50 |
| HSL | 153.28º | 1% | 0.25% | - |
| HSV(B) | 153.28º | 1% | 0.5% | - |
| XYZ | 8.86 | 15.89 | 8.56 | - |
| YUV | 83.23 | 121.09 | 68.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 128 | 71 | 1 | 0 | 0.45 | 0.50 | 153.28 | 1 | 0.25 |
| Hex | 0 | 80 | 47 | 64 | 0 | 2D | 32 | 99 | 64 | 19 |
| Octal | 0 | 200 | 107 | 144 | 0 | 55 | 62 | 231 | 144 | 31 |
| Binary | 0 | 10000000 | 1000111 | 1100100 | 0 | 101101 | 110010 | 10011001 | 1100100 | 11001 |
Color Harmonies of #008047
Complementary color
Monochromatic Colors of #008047
Black with #008047
Text Example
Text Example
White with #008047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008047; }
p { color: rgb(0,128,71); }
H1.HeaderClassName
{
color: #008047;
}
.AnyTagClassName
{
color: #008047;
}
</style>
background-color css
<style>
a { background-color: #008047; }
a { background-color: rgb(0,128,71); }
div.DivClassName
{
background-color: #008047;
}
.BgClassName
{
background-color: #008047;
}
</style>
border-color css
<style>
span { border-color: #008047; }
span { border-color: rgb(0,128,71); }
td.TdClassName
{
border-color: #008047;
}
.TagClassName
{
border-color: #008047;
}
</style>