Shades of Watercourse #008453
Tints of Watercourse #008453
RGB
CMYK
RGB Variations
Color information
#008453 (or 0x008453) is known color: Watercourse. HEX triplet: 00, 84 and 53. RGB value is (0,132,83). Sum of RGB (Red+Green+Blue) = 0+132+83=215 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 215); Green value is 132 (51.95% from 255 or 61.40% from 215); Blue value is 83 (32.81% from 255 or 38.60% from 215); Max value from RGB is 132 - color contains mainly: green. Hex color #008453 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008453 is #FF7BAC. Grayscale: #575757. Windows color (decimal): -16743341 or 5473280. OLE color: 5473280.
HSL color Cylindrical-coordinate representation of color #008453: hue angle of 157.73º 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 #008453 is Cyan = 1, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 0 | 132 | 83 | - |
| CMYK | 1 | 0 | 0.37 | 0.48 |
| HSL | 157.73º | 1% | 0.26% | - |
| HSV(B) | 157.73º | 1% | 0.52% | - |
| XYZ | 9.81 | 17.13 | 10.97 | - |
| YUV | 86.95 | 125.77 | 65.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 132 | 83 | 1 | 0 | 0.37 | 0.48 | 157.73 | 1 | 0.26 |
| Hex | 0 | 84 | 53 | 64 | 0 | 25 | 30 | 9E | 64 | 1A |
| Octal | 0 | 204 | 123 | 144 | 0 | 45 | 60 | 236 | 144 | 32 |
| Binary | 0 | 10000100 | 1010011 | 1100100 | 0 | 100101 | 110000 | 10011110 | 1100100 | 11010 |
Color Harmonies of #008453
Complementary color
Monochromatic Colors of #008453
Black with #008453
Text Example
Text Example
White with #008453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008453; }
p { color: rgb(0,132,83); }
H1.HeaderClassName
{
color: #008453;
}
.AnyTagClassName
{
color: #008453;
}
</style>
background-color css
<style>
a { background-color: #008453; }
a { background-color: rgb(0,132,83); }
div.DivClassName
{
background-color: #008453;
}
.BgClassName
{
background-color: #008453;
}
</style>
border-color css
<style>
span { border-color: #008453; }
span { border-color: rgb(0,132,83); }
td.TdClassName
{
border-color: #008453;
}
.TagClassName
{
border-color: #008453;
}
</style>