Shades of Watercourse #018452
Tints of Watercourse #018452
RGB
CMYK
RGB Variations
Color information
#018452 (or 0x018452) is known color: Watercourse. HEX triplet: 01, 84 and 52. RGB value is (1,132,82). Sum of RGB (Red+Green+Blue) = 1+132+82=215 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 215); Green value is 132 (51.95% from 255 or 61.40% from 215); Blue value is 82 (32.42% from 255 or 38.14% from 215); Max value from RGB is 132 - color contains mainly: green. Hex color #018452 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018452 is #FE7BAD. Grayscale: #575757. Windows color (decimal): -16677806 or 5407745. OLE color: 5407745.
HSL color Cylindrical-coordinate representation of color #018452: hue angle of 157.1º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018452 is Cyan = 0.99, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 1 | 132 | 82 | - |
| CMYK | 0.99 | 0 | 0.38 | 0.48 |
| HSL | 157.1º | 0.98% | 0.26% | - |
| HSV(B) | 157.1º | 0.99% | 0.52% | - |
| XYZ | 9.79 | 17.12 | 10.77 | - |
| YUV | 87.13 | 125.1 | 66.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 132 | 82 | 0.99 | 0 | 0.38 | 0.48 | 157.1 | 0.98 | 0.26 |
| Hex | 1 | 84 | 52 | 63 | 0 | 26 | 30 | 9D | 62 | 1A |
| Octal | 1 | 204 | 122 | 143 | 0 | 46 | 60 | 235 | 142 | 32 |
| Binary | 1 | 10000100 | 1010010 | 1100011 | 0 | 100110 | 110000 | 10011101 | 1100010 | 11010 |
Color Harmonies of #018452
Complementary color
Monochromatic Colors of #018452
Black with #018452
Text Example
Text Example
White with #018452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018452; }
p { color: rgb(1,132,82); }
H1.HeaderClassName
{
color: #018452;
}
.AnyTagClassName
{
color: #018452;
}
</style>
background-color css
<style>
a { background-color: #018452; }
a { background-color: rgb(1,132,82); }
div.DivClassName
{
background-color: #018452;
}
.BgClassName
{
background-color: #018452;
}
</style>
border-color css
<style>
span { border-color: #018452; }
span { border-color: rgb(1,132,82); }
td.TdClassName
{
border-color: #018452;
}
.TagClassName
{
border-color: #018452;
}
</style>