Shades of Watercourse #00804C
Tints of Watercourse #00804C
RGB
CMYK
RGB Variations
Color information
#00804C (or 0x00804C) is known color: Watercourse. HEX triplet: 00, 80 and 4C. RGB value is (0,128,76). Sum of RGB (Red+Green+Blue) = 0+128+76=204 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 204); Green value is 128 (50.39% from 255 or 62.75% from 204); Blue value is 76 (30.08% from 255 or 37.25% from 204); Max value from RGB is 128 - color contains mainly: green. Hex color #00804C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00804C is #FF7FB3. Grayscale: #535353. Windows color (decimal): -16744372 or 5013504. OLE color: 5013504.
HSL color Cylindrical-coordinate representation of color #00804C: hue angle of 155.62º 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 #00804C is Cyan = 1, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 0 | 128 | 76 | - |
| CMYK | 1 | 0 | 0.41 | 0.50 |
| HSL | 155.63º | 1% | 0.25% | - |
| HSV(B) | 155.63º | 1% | 0.5% | - |
| XYZ | 9.02 | 15.96 | 9.44 | - |
| YUV | 83.8 | 123.59 | 68.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 128 | 76 | 1 | 0 | 0.41 | 0.50 | 155.63 | 1 | 0.25 |
| Hex | 0 | 80 | 4C | 64 | 0 | 29 | 32 | 9C | 64 | 19 |
| Octal | 0 | 200 | 114 | 144 | 0 | 51 | 62 | 234 | 144 | 31 |
| Binary | 0 | 10000000 | 1001100 | 1100100 | 0 | 101001 | 110010 | 10011100 | 1100100 | 11001 |
Color Harmonies of #00804C
Complementary color
Monochromatic Colors of #00804C
Black with #00804C
Text Example
Text Example
White with #00804C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00804C; }
p { color: rgb(0,128,76); }
H1.HeaderClassName
{
color: #00804C;
}
.AnyTagClassName
{
color: #00804C;
}
</style>
background-color css
<style>
a { background-color: #00804C; }
a { background-color: rgb(0,128,76); }
div.DivClassName
{
background-color: #00804C;
}
.BgClassName
{
background-color: #00804C;
}
</style>
border-color css
<style>
span { border-color: #00804C; }
span { border-color: rgb(0,128,76); }
td.TdClassName
{
border-color: #00804C;
}
.TagClassName
{
border-color: #00804C;
}
</style>