Shades of Watercourse #008450
Tints of Watercourse #008450
RGB
CMYK
RGB Variations
Color information
#008450 (or 0x008450) is known color: Watercourse. HEX triplet: 00, 84 and 50. RGB value is (0,132,80). Sum of RGB (Red+Green+Blue) = 0+132+80=212 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 212); Green value is 132 (51.95% from 255 or 62.26% from 212); Blue value is 80 (31.64% from 255 or 37.74% from 212); Max value from RGB is 132 - color contains mainly: green. Hex color #008450 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008450 is #FF7BAF. Grayscale: #565656. Windows color (decimal): -16743344 or 5276672. OLE color: 5276672.
HSL color Cylindrical-coordinate representation of color #008450: hue angle of 156.36º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008450 is Cyan = 1, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 0 | 132 | 80 | - |
| CMYK | 1 | 0 | 0.39 | 0.48 |
| HSL | 156.36º | 1% | 0.26% | - |
| HSV(B) | 156.36º | 1% | 0.52% | - |
| XYZ | 9.7 | 17.08 | 10.38 | - |
| YUV | 86.6 | 124.27 | 66.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 132 | 80 | 1 | 0 | 0.39 | 0.48 | 156.36 | 1 | 0.26 |
| Hex | 0 | 84 | 50 | 64 | 0 | 27 | 30 | 9C | 64 | 1A |
| Octal | 0 | 204 | 120 | 144 | 0 | 47 | 60 | 234 | 144 | 32 |
| Binary | 0 | 10000100 | 1010000 | 1100100 | 0 | 100111 | 110000 | 10011100 | 1100100 | 11010 |
Color Harmonies of #008450
Complementary color
Monochromatic Colors of #008450
Black with #008450
Text Example
Text Example
White with #008450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008450; }
p { color: rgb(0,132,80); }
H1.HeaderClassName
{
color: #008450;
}
.AnyTagClassName
{
color: #008450;
}
</style>
background-color css
<style>
a { background-color: #008450; }
a { background-color: rgb(0,132,80); }
div.DivClassName
{
background-color: #008450;
}
.BgClassName
{
background-color: #008450;
}
</style>
border-color css
<style>
span { border-color: #008450; }
span { border-color: rgb(0,132,80); }
td.TdClassName
{
border-color: #008450;
}
.TagClassName
{
border-color: #008450;
}
</style>