Shades of Watercourse #036B4E
Tints of Watercourse #036B4E
RGB
CMYK
RGB Variations
Color information
#036B4E (or 0x036B4E) is known color: Watercourse. HEX triplet: 03, 6B and 4E. RGB value is (3,107,78). Sum of RGB (Red+Green+Blue) = 3+107+78=188 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.60% from 188); Green value is 107 (42.19% from 255 or 56.91% from 188); Blue value is 78 (30.86% from 255 or 41.49% from 188); Max value from RGB is 107 - color contains mainly: green. Hex color #036B4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036B4E is #FC94B1. Grayscale: #484848. Windows color (decimal): -16553138 or 5139203. OLE color: 5139203.
HSL color Cylindrical-coordinate representation of color #036B4E: hue angle of 163.27º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036B4E is Cyan = 0.97, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 3 | 107 | 78 | - |
| CMYK | 0.97 | 0 | 0.27 | 0.58 |
| HSL | 163.27º | 0.95% | 0.22% | - |
| HSV(B) | 163.27º | 0.97% | 0.42% | - |
| XYZ | 6.67 | 11.08 | 9 | - |
| YUV | 72.6 | 131.04 | 78.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 107 | 78 | 0.97 | 0 | 0.27 | 0.58 | 163.27 | 0.95 | 0.22 |
| Hex | 3 | 6B | 4E | 61 | 0 | 1B | 3A | A3 | 5F | 16 |
| Octal | 3 | 153 | 116 | 141 | 0 | 33 | 72 | 243 | 137 | 26 |
| Binary | 11 | 1101011 | 1001110 | 1100001 | 0 | 11011 | 111010 | 10100011 | 1011111 | 10110 |
Color Harmonies of #036B4E
Complementary color
Monochromatic Colors of #036B4E
Black with #036B4E
Text Example
Text Example
White with #036B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036B4E; }
p { color: rgb(3,107,78); }
H1.HeaderClassName
{
color: #036B4E;
}
.AnyTagClassName
{
color: #036B4E;
}
</style>
background-color css
<style>
a { background-color: #036B4E; }
a { background-color: rgb(3,107,78); }
div.DivClassName
{
background-color: #036B4E;
}
.BgClassName
{
background-color: #036B4E;
}
</style>
border-color css
<style>
span { border-color: #036B4E; }
span { border-color: rgb(3,107,78); }
td.TdClassName
{
border-color: #036B4E;
}
.TagClassName
{
border-color: #036B4E;
}
</style>