Shades of Watercourse #006344
Tints of Watercourse #006344
RGB
CMYK
RGB Variations
Color information
#006344 (or 0x006344) is known color: Watercourse. HEX triplet: 00, 63 and 44. RGB value is (0,99,68). Sum of RGB (Red+Green+Blue) = 0+99+68=167 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 167); Green value is 99 (39.06% from 255 or 59.28% from 167); Blue value is 68 (26.95% from 255 or 40.72% from 167); Max value from RGB is 99 - color contains mainly: green. Hex color #006344 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006344 is #FF9CBB. Grayscale: #414141. Windows color (decimal): -16751804 or 4481792. OLE color: 4481792.
HSL color Cylindrical-coordinate representation of color #006344: hue angle of 161.21º 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 #006344 is Cyan = 1, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 0 | 99 | 68 | - |
| CMYK | 1 | 0 | 0.31 | 0.61 |
| HSL | 161.21º | 1% | 0.19% | - |
| HSV(B) | 161.21º | 1% | 0.39% | - |
| XYZ | 5.51 | 9.34 | 6.98 | - |
| YUV | 65.87 | 129.2 | 81.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 99 | 68 | 1 | 0 | 0.31 | 0.61 | 161.21 | 1 | 0.19 |
| Hex | 0 | 63 | 44 | 64 | 0 | 1F | 3D | A1 | 64 | 13 |
| Octal | 0 | 143 | 104 | 144 | 0 | 37 | 75 | 241 | 144 | 23 |
| Binary | 0 | 1100011 | 1000100 | 1100100 | 0 | 11111 | 111101 | 10100001 | 1100100 | 10011 |
Color Harmonies of #006344
Complementary color
Monochromatic Colors of #006344
Black with #006344
Text Example
Text Example
White with #006344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006344; }
p { color: rgb(0,99,68); }
H1.HeaderClassName
{
color: #006344;
}
.AnyTagClassName
{
color: #006344;
}
</style>
background-color css
<style>
a { background-color: #006344; }
a { background-color: rgb(0,99,68); }
div.DivClassName
{
background-color: #006344;
}
.BgClassName
{
background-color: #006344;
}
</style>
border-color css
<style>
span { border-color: #006344; }
span { border-color: rgb(0,99,68); }
td.TdClassName
{
border-color: #006344;
}
.TagClassName
{
border-color: #006344;
}
</style>