Shades of Watercourse #036F4E
Tints of Watercourse #036F4E
RGB
CMYK
RGB Variations
Color information
#036F4E (or 0x036F4E) is known color: Watercourse. HEX triplet: 03, 6F and 4E. RGB value is (3,111,78). Sum of RGB (Red+Green+Blue) = 3+111+78=192 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.56% from 192); Green value is 111 (43.75% from 255 or 57.81% from 192); Blue value is 78 (30.86% from 255 or 40.62% from 192); Max value from RGB is 111 - color contains mainly: green. Hex color #036F4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036F4E is #FC90B1. Grayscale: #4A4A4A. Windows color (decimal): -16552114 or 5140227. OLE color: 5140227.
HSL color Cylindrical-coordinate representation of color #036F4E: hue angle of 161.67º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036F4E is Cyan = 0.97, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 3 | 111 | 78 | - |
| CMYK | 0.97 | 0 | 0.30 | 0.56 |
| HSL | 161.67º | 0.95% | 0.22% | - |
| HSV(B) | 161.67º | 0.97% | 0.44% | - |
| XYZ | 7.1 | 11.94 | 9.14 | - |
| YUV | 74.95 | 129.72 | 76.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 111 | 78 | 0.97 | 0 | 0.30 | 0.56 | 161.67 | 0.95 | 0.22 |
| Hex | 3 | 6F | 4E | 61 | 0 | 1E | 38 | A2 | 5F | 16 |
| Octal | 3 | 157 | 116 | 141 | 0 | 36 | 70 | 242 | 137 | 26 |
| Binary | 11 | 1101111 | 1001110 | 1100001 | 0 | 11110 | 111000 | 10100010 | 1011111 | 10110 |
Color Harmonies of #036F4E
Complementary color
Monochromatic Colors of #036F4E
Black with #036F4E
Text Example
Text Example
White with #036F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036F4E; }
p { color: rgb(3,111,78); }
H1.HeaderClassName
{
color: #036F4E;
}
.AnyTagClassName
{
color: #036F4E;
}
</style>
background-color css
<style>
a { background-color: #036F4E; }
a { background-color: rgb(3,111,78); }
div.DivClassName
{
background-color: #036F4E;
}
.BgClassName
{
background-color: #036F4E;
}
</style>
border-color css
<style>
span { border-color: #036F4E; }
span { border-color: rgb(3,111,78); }
td.TdClassName
{
border-color: #036F4E;
}
.TagClassName
{
border-color: #036F4E;
}
</style>