Shades of Watercourse #008452
Tints of Watercourse #008452
RGB
CMYK
RGB Variations
Color information
#008452 (or 0x008452) is known color: Watercourse. HEX triplet: 00, 84 and 52. RGB value is (0,132,82). Sum of RGB (Red+Green+Blue) = 0+132+82=214 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 214); Green value is 132 (51.95% from 255 or 61.68% from 214); Blue value is 82 (32.42% from 255 or 38.32% from 214); Max value from RGB is 132 - color contains mainly: green. Hex color #008452 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008452 is #FF7BAD. Grayscale: #565656. Windows color (decimal): -16743342 or 5407744. OLE color: 5407744.
HSL color Cylindrical-coordinate representation of color #008452: hue angle of 157.27º 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 #008452 is Cyan = 1, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 0 | 132 | 82 | - |
| CMYK | 1 | 0 | 0.38 | 0.48 |
| HSL | 157.27º | 1% | 0.26% | - |
| HSV(B) | 157.27º | 1% | 0.52% | - |
| XYZ | 9.77 | 17.11 | 10.77 | - |
| YUV | 86.83 | 125.27 | 66.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 132 | 82 | 1 | 0 | 0.38 | 0.48 | 157.27 | 1 | 0.26 |
| Hex | 0 | 84 | 52 | 64 | 0 | 26 | 30 | 9D | 64 | 1A |
| Octal | 0 | 204 | 122 | 144 | 0 | 46 | 60 | 235 | 144 | 32 |
| Binary | 0 | 10000100 | 1010010 | 1100100 | 0 | 100110 | 110000 | 10011101 | 1100100 | 11010 |
Color Harmonies of #008452
Complementary color
Monochromatic Colors of #008452
Black with #008452
Text Example
Text Example
White with #008452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008452; }
p { color: rgb(0,132,82); }
H1.HeaderClassName
{
color: #008452;
}
.AnyTagClassName
{
color: #008452;
}
</style>
background-color css
<style>
a { background-color: #008452; }
a { background-color: rgb(0,132,82); }
div.DivClassName
{
background-color: #008452;
}
.BgClassName
{
background-color: #008452;
}
</style>
border-color css
<style>
span { border-color: #008452; }
span { border-color: rgb(0,132,82); }
td.TdClassName
{
border-color: #008452;
}
.TagClassName
{
border-color: #008452;
}
</style>