Shades of Watercourse #007354
Tints of Watercourse #007354
RGB
CMYK
RGB Variations
Color information
#007354 (or 0x007354) is known color: Watercourse. HEX triplet: 00, 73 and 54. RGB value is (0,115,84). Sum of RGB (Red+Green+Blue) = 0+115+84=199 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 199); Green value is 115 (45.31% from 255 or 57.79% from 199); Blue value is 84 (33.20% from 255 or 42.21% from 199); Max value from RGB is 115 - color contains mainly: green. Hex color #007354 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007354 is #FF8CAB. Grayscale: #4D4D4D. Windows color (decimal): -16747692 or 5534464. OLE color: 5534464.
HSL color Cylindrical-coordinate representation of color #007354: hue angle of 163.83º 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 #007354 is Cyan = 1, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 0 | 115 | 84 | - |
| CMYK | 1 | 0 | 0.27 | 0.55 |
| HSL | 163.83º | 1% | 0.23% | - |
| HSV(B) | 163.83º | 1% | 0.45% | - |
| XYZ | 7.73 | 12.9 | 10.47 | - |
| YUV | 77.08 | 131.9 | 73.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 115 | 84 | 1 | 0 | 0.27 | 0.55 | 163.83 | 1 | 0.23 |
| Hex | 0 | 73 | 54 | 64 | 0 | 1B | 37 | A4 | 64 | 17 |
| Octal | 0 | 163 | 124 | 144 | 0 | 33 | 67 | 244 | 144 | 27 |
| Binary | 0 | 1110011 | 1010100 | 1100100 | 0 | 11011 | 110111 | 10100100 | 1100100 | 10111 |
Color Harmonies of #007354
Complementary color
Monochromatic Colors of #007354
Black with #007354
Text Example
Text Example
White with #007354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007354; }
p { color: rgb(0,115,84); }
H1.HeaderClassName
{
color: #007354;
}
.AnyTagClassName
{
color: #007354;
}
</style>
background-color css
<style>
a { background-color: #007354; }
a { background-color: rgb(0,115,84); }
div.DivClassName
{
background-color: #007354;
}
.BgClassName
{
background-color: #007354;
}
</style>
border-color css
<style>
span { border-color: #007354; }
span { border-color: rgb(0,115,84); }
td.TdClassName
{
border-color: #007354;
}
.TagClassName
{
border-color: #007354;
}
</style>