Shades of Watercourse #006346
Tints of Watercourse #006346
RGB
CMYK
RGB Variations
Color information
#006346 (or 0x006346) is known color: Watercourse. HEX triplet: 00, 63 and 46. RGB value is (0,99,70). Sum of RGB (Red+Green+Blue) = 0+99+70=169 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 169); Green value is 99 (39.06% from 255 or 58.58% from 169); Blue value is 70 (27.73% from 255 or 41.42% from 169); Max value from RGB is 99 - color contains mainly: green. Hex color #006346 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006346 is #FF9CB9. Grayscale: #424242. Windows color (decimal): -16751802 or 4612864. OLE color: 4612864.
HSL color Cylindrical-coordinate representation of color #006346: hue angle of 162.42º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006346 is Cyan = 1, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 0 | 99 | 70 | - |
| CMYK | 1 | 0 | 0.29 | 0.61 |
| HSL | 162.42º | 1% | 0.19% | - |
| HSV(B) | 162.42º | 1% | 0.39% | - |
| XYZ | 5.57 | 9.37 | 7.31 | - |
| YUV | 66.09 | 130.2 | 80.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 99 | 70 | 1 | 0 | 0.29 | 0.61 | 162.42 | 1 | 0.19 |
| Hex | 0 | 63 | 46 | 64 | 0 | 1D | 3D | A2 | 64 | 13 |
| Octal | 0 | 143 | 106 | 144 | 0 | 35 | 75 | 242 | 144 | 23 |
| Binary | 0 | 1100011 | 1000110 | 1100100 | 0 | 11101 | 111101 | 10100010 | 1100100 | 10011 |
Color Harmonies of #006346
Complementary color
Monochromatic Colors of #006346
Black with #006346
Text Example
Text Example
White with #006346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006346; }
p { color: rgb(0,99,70); }
H1.HeaderClassName
{
color: #006346;
}
.AnyTagClassName
{
color: #006346;
}
</style>
background-color css
<style>
a { background-color: #006346; }
a { background-color: rgb(0,99,70); }
div.DivClassName
{
background-color: #006346;
}
.BgClassName
{
background-color: #006346;
}
</style>
border-color css
<style>
span { border-color: #006346; }
span { border-color: rgb(0,99,70); }
td.TdClassName
{
border-color: #006346;
}
.TagClassName
{
border-color: #006346;
}
</style>