Shades of Watercourse #007343
Tints of Watercourse #007343
RGB
CMYK
RGB Variations
Color information
#007343 (or 0x007343) is known color: Watercourse. HEX triplet: 00, 73 and 43. RGB value is (0,115,67). Sum of RGB (Red+Green+Blue) = 0+115+67=182 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 182); Green value is 115 (45.31% from 255 or 63.19% from 182); Blue value is 67 (26.56% from 255 or 36.81% from 182); Max value from RGB is 115 - color contains mainly: green. Hex color #007343 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007343 is #FF8CBC. Grayscale: #4B4B4B. Windows color (decimal): -16747709 or 4420352. OLE color: 4420352.
HSL color Cylindrical-coordinate representation of color #007343: hue angle of 154.96º 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 #007343 is Cyan = 1, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 0 | 115 | 67 | - |
| CMYK | 1 | 0 | 0.42 | 0.55 |
| HSL | 154.96º | 1% | 0.23% | - |
| HSV(B) | 154.96º | 1% | 0.45% | - |
| XYZ | 7.14 | 12.67 | 7.38 | - |
| YUV | 75.14 | 123.4 | 74.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 115 | 67 | 1 | 0 | 0.42 | 0.55 | 154.96 | 1 | 0.23 |
| Hex | 0 | 73 | 43 | 64 | 0 | 2A | 37 | 9B | 64 | 17 |
| Octal | 0 | 163 | 103 | 144 | 0 | 52 | 67 | 233 | 144 | 27 |
| Binary | 0 | 1110011 | 1000011 | 1100100 | 0 | 101010 | 110111 | 10011011 | 1100100 | 10111 |
Color Harmonies of #007343
Complementary color
Monochromatic Colors of #007343
Black with #007343
Text Example
Text Example
White with #007343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007343; }
p { color: rgb(0,115,67); }
H1.HeaderClassName
{
color: #007343;
}
.AnyTagClassName
{
color: #007343;
}
</style>
background-color css
<style>
a { background-color: #007343; }
a { background-color: rgb(0,115,67); }
div.DivClassName
{
background-color: #007343;
}
.BgClassName
{
background-color: #007343;
}
</style>
border-color css
<style>
span { border-color: #007343; }
span { border-color: rgb(0,115,67); }
td.TdClassName
{
border-color: #007343;
}
.TagClassName
{
border-color: #007343;
}
</style>