Shades of Watercourse #046C45
Tints of Watercourse #046C45
RGB
CMYK
RGB Variations
Color information
#046C45 (or 0x046C45) is known color: Watercourse. HEX triplet: 04, 6C and 45. RGB value is (4,108,69). Sum of RGB (Red+Green+Blue) = 4+108+69=181 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.21% from 181); Green value is 108 (42.58% from 255 or 59.67% from 181); Blue value is 69 (27.34% from 255 or 38.12% from 181); Max value from RGB is 108 - color contains mainly: green. Hex color #046C45 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #046C45 is #FB93BA. Grayscale: #484848. Windows color (decimal): -16487355 or 4549636. OLE color: 4549636.
HSL color Cylindrical-coordinate representation of color #046C45: hue angle of 157.5º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #046C45 is Cyan = 0.96, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 4 | 108 | 69 | - |
| CMYK | 0.96 | 0 | 0.36 | 0.58 |
| HSL | 157.5º | 0.93% | 0.22% | - |
| HSV(B) | 157.5º | 0.96% | 0.42% | - |
| XYZ | 6.49 | 11.18 | 7.45 | - |
| YUV | 72.46 | 126.04 | 79.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 108 | 69 | 0.96 | 0 | 0.36 | 0.58 | 157.5 | 0.93 | 0.22 |
| Hex | 4 | 6C | 45 | 60 | 0 | 24 | 3A | 9E | 5D | 16 |
| Octal | 4 | 154 | 105 | 140 | 0 | 44 | 72 | 236 | 135 | 26 |
| Binary | 100 | 1101100 | 1000101 | 1100000 | 0 | 100100 | 111010 | 10011110 | 1011101 | 10110 |
Color Harmonies of #046C45
Complementary color
Monochromatic Colors of #046C45
Black with #046C45
Text Example
Text Example
White with #046C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046C45; }
p { color: rgb(4,108,69); }
H1.HeaderClassName
{
color: #046C45;
}
.AnyTagClassName
{
color: #046C45;
}
</style>
background-color css
<style>
a { background-color: #046C45; }
a { background-color: rgb(4,108,69); }
div.DivClassName
{
background-color: #046C45;
}
.BgClassName
{
background-color: #046C45;
}
</style>
border-color css
<style>
span { border-color: #046C45; }
span { border-color: rgb(4,108,69); }
td.TdClassName
{
border-color: #046C45;
}
.TagClassName
{
border-color: #046C45;
}
</style>