Shades of Watercourse #007344
Tints of Watercourse #007344
RGB
CMYK
RGB Variations
Color information
#007344 (or 0x007344) is known color: Watercourse. HEX triplet: 00, 73 and 44. RGB value is (0,115,68). Sum of RGB (Red+Green+Blue) = 0+115+68=183 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 183); Green value is 115 (45.31% from 255 or 62.84% from 183); Blue value is 68 (26.95% from 255 or 37.16% from 183); Max value from RGB is 115 - color contains mainly: green. Hex color #007344 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007344 is #FF8CBB. Grayscale: #4B4B4B. Windows color (decimal): -16747708 or 4485888. OLE color: 4485888.
HSL color Cylindrical-coordinate representation of color #007344: hue angle of 155.48º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007344 is Cyan = 1, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 0 | 115 | 68 | - |
| CMYK | 1 | 0 | 0.41 | 0.55 |
| HSL | 155.48º | 1% | 0.23% | - |
| HSV(B) | 155.48º | 1% | 0.45% | - |
| XYZ | 7.17 | 12.68 | 7.54 | - |
| YUV | 75.26 | 123.9 | 74.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 115 | 68 | 1 | 0 | 0.41 | 0.55 | 155.48 | 1 | 0.23 |
| Hex | 0 | 73 | 44 | 64 | 0 | 29 | 37 | 9B | 64 | 17 |
| Octal | 0 | 163 | 104 | 144 | 0 | 51 | 67 | 233 | 144 | 27 |
| Binary | 0 | 1110011 | 1000100 | 1100100 | 0 | 101001 | 110111 | 10011011 | 1100100 | 10111 |
Color Harmonies of #007344
Complementary color
Monochromatic Colors of #007344
Black with #007344
Text Example
Text Example
White with #007344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007344; }
p { color: rgb(0,115,68); }
H1.HeaderClassName
{
color: #007344;
}
.AnyTagClassName
{
color: #007344;
}
</style>
background-color css
<style>
a { background-color: #007344; }
a { background-color: rgb(0,115,68); }
div.DivClassName
{
background-color: #007344;
}
.BgClassName
{
background-color: #007344;
}
</style>
border-color css
<style>
span { border-color: #007344; }
span { border-color: rgb(0,115,68); }
td.TdClassName
{
border-color: #007344;
}
.TagClassName
{
border-color: #007344;
}
</style>