Shades of Watercourse #006341
Tints of Watercourse #006341
RGB
CMYK
RGB Variations
Color information
#006341 (or 0x006341) is known color: Watercourse. HEX triplet: 00, 63 and 41. RGB value is (0,99,65). Sum of RGB (Red+Green+Blue) = 0+99+65=164 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 164); Green value is 99 (39.06% from 255 or 60.37% from 164); Blue value is 65 (25.78% from 255 or 39.63% from 164); Max value from RGB is 99 - color contains mainly: green. Hex color #006341 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006341 is #FF9CBE. Grayscale: #414141. Windows color (decimal): -16751807 or 4285184. OLE color: 4285184.
HSL color Cylindrical-coordinate representation of color #006341: hue angle of 159.39º 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 #006341 is Cyan = 1, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 0 | 99 | 65 | - |
| CMYK | 1 | 0 | 0.34 | 0.61 |
| HSL | 159.39º | 1% | 0.19% | - |
| HSV(B) | 159.39º | 1% | 0.39% | - |
| XYZ | 5.42 | 9.31 | 6.51 | - |
| YUV | 65.52 | 127.7 | 81.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 99 | 65 | 1 | 0 | 0.34 | 0.61 | 159.39 | 1 | 0.19 |
| Hex | 0 | 63 | 41 | 64 | 0 | 22 | 3D | 9F | 64 | 13 |
| Octal | 0 | 143 | 101 | 144 | 0 | 42 | 75 | 237 | 144 | 23 |
| Binary | 0 | 1100011 | 1000001 | 1100100 | 0 | 100010 | 111101 | 10011111 | 1100100 | 10011 |
Color Harmonies of #006341
Complementary color
Monochromatic Colors of #006341
Black with #006341
Text Example
Text Example
White with #006341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006341; }
p { color: rgb(0,99,65); }
H1.HeaderClassName
{
color: #006341;
}
.AnyTagClassName
{
color: #006341;
}
</style>
background-color css
<style>
a { background-color: #006341; }
a { background-color: rgb(0,99,65); }
div.DivClassName
{
background-color: #006341;
}
.BgClassName
{
background-color: #006341;
}
</style>
border-color css
<style>
span { border-color: #006341; }
span { border-color: rgb(0,99,65); }
td.TdClassName
{
border-color: #006341;
}
.TagClassName
{
border-color: #006341;
}
</style>