Shades of Watercourse #006440
Tints of Watercourse #006440
RGB
CMYK
RGB Variations
Color information
#006440 (or 0x006440) is known color: Watercourse. HEX triplet: 00, 64 and 40. RGB value is (0,100,64). Sum of RGB (Red+Green+Blue) = 0+100+64=164 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 164); Green value is 100 (39.45% from 255 or 60.98% from 164); Blue value is 64 (25.39% from 255 or 39.02% from 164); Max value from RGB is 100 - color contains mainly: green. Hex color #006440 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006440 is #FF9BBF. Grayscale: #424242. Windows color (decimal): -16751552 or 4219904. OLE color: 4219904.
HSL color Cylindrical-coordinate representation of color #006440: hue angle of 158.4º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006440 is Cyan = 1, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 0 | 100 | 64 | - |
| CMYK | 1 | 0 | 0.36 | 0.61 |
| HSL | 158.4º | 1% | 0.2% | - |
| HSV(B) | 158.4º | 1% | 0.39% | - |
| XYZ | 5.48 | 9.48 | 6.39 | - |
| YUV | 66 | 126.87 | 80.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 100 | 64 | 1 | 0 | 0.36 | 0.61 | 158.4 | 1 | 0.2 |
| Hex | 0 | 64 | 40 | 64 | 0 | 24 | 3D | 9E | 64 | 14 |
| Octal | 0 | 144 | 100 | 144 | 0 | 44 | 75 | 236 | 144 | 24 |
| Binary | 0 | 1100100 | 1000000 | 1100100 | 0 | 100100 | 111101 | 10011110 | 1100100 | 10100 |
Color Harmonies of #006440
Complementary color
Monochromatic Colors of #006440
Black with #006440
Text Example
Text Example
White with #006440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006440; }
p { color: rgb(0,100,64); }
H1.HeaderClassName
{
color: #006440;
}
.AnyTagClassName
{
color: #006440;
}
</style>
background-color css
<style>
a { background-color: #006440; }
a { background-color: rgb(0,100,64); }
div.DivClassName
{
background-color: #006440;
}
.BgClassName
{
background-color: #006440;
}
</style>
border-color css
<style>
span { border-color: #006440; }
span { border-color: rgb(0,100,64); }
td.TdClassName
{
border-color: #006440;
}
.TagClassName
{
border-color: #006440;
}
</style>