Shades of Watercourse #00804D
Tints of Watercourse #00804D
RGB
CMYK
RGB Variations
Color information
#00804D (or 0x00804D) is known color: Watercourse. HEX triplet: 00, 80 and 4D. RGB value is (0,128,77). Sum of RGB (Red+Green+Blue) = 0+128+77=205 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 205); Green value is 128 (50.39% from 255 or 62.44% from 205); Blue value is 77 (30.47% from 255 or 37.56% from 205); Max value from RGB is 128 - color contains mainly: green. Hex color #00804D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00804D is #FF7FB2. Grayscale: #535353. Windows color (decimal): -16744371 or 5079040. OLE color: 5079040.
HSL color Cylindrical-coordinate representation of color #00804D: hue angle of 156.09º 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 #00804D is Cyan = 1, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 0 | 128 | 77 | - |
| CMYK | 1 | 0 | 0.40 | 0.50 |
| HSL | 156.09º | 1% | 0.25% | - |
| HSV(B) | 156.09º | 1% | 0.5% | - |
| XYZ | 9.06 | 15.97 | 9.63 | - |
| YUV | 83.91 | 124.09 | 68.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 128 | 77 | 1 | 0 | 0.40 | 0.50 | 156.09 | 1 | 0.25 |
| Hex | 0 | 80 | 4D | 64 | 0 | 28 | 32 | 9C | 64 | 19 |
| Octal | 0 | 200 | 115 | 144 | 0 | 50 | 62 | 234 | 144 | 31 |
| Binary | 0 | 10000000 | 1001101 | 1100100 | 0 | 101000 | 110010 | 10011100 | 1100100 | 11001 |
Color Harmonies of #00804D
Complementary color
Monochromatic Colors of #00804D
Black with #00804D
Text Example
Text Example
White with #00804D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00804D; }
p { color: rgb(0,128,77); }
H1.HeaderClassName
{
color: #00804D;
}
.AnyTagClassName
{
color: #00804D;
}
</style>
background-color css
<style>
a { background-color: #00804D; }
a { background-color: rgb(0,128,77); }
div.DivClassName
{
background-color: #00804D;
}
.BgClassName
{
background-color: #00804D;
}
</style>
border-color css
<style>
span { border-color: #00804D; }
span { border-color: rgb(0,128,77); }
td.TdClassName
{
border-color: #00804D;
}
.TagClassName
{
border-color: #00804D;
}
</style>