Shades of Watercourse #036D4D
Tints of Watercourse #036D4D
RGB
CMYK
RGB Variations
Color information
#036D4D (or 0x036D4D) is known color: Watercourse. HEX triplet: 03, 6D and 4D. RGB value is (3,109,77). Sum of RGB (Red+Green+Blue) = 3+109+77=189 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.59% from 189); Green value is 109 (42.97% from 255 or 57.67% from 189); Blue value is 77 (30.47% from 255 or 40.74% from 189); Max value from RGB is 109 - color contains mainly: green. Hex color #036D4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036D4D is #FC92B2. Grayscale: #494949. Windows color (decimal): -16552627 or 5074179. OLE color: 5074179.
HSL color Cylindrical-coordinate representation of color #036D4D: hue angle of 161.89º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036D4D is Cyan = 0.97, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 3 | 109 | 77 | - |
| CMYK | 0.97 | 0 | 0.29 | 0.57 |
| HSL | 161.89º | 0.95% | 0.22% | - |
| HSV(B) | 161.89º | 0.97% | 0.43% | - |
| XYZ | 6.85 | 11.49 | 8.88 | - |
| YUV | 73.66 | 129.88 | 77.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 109 | 77 | 0.97 | 0 | 0.29 | 0.57 | 161.89 | 0.95 | 0.22 |
| Hex | 3 | 6D | 4D | 61 | 0 | 1D | 39 | A2 | 5F | 16 |
| Octal | 3 | 155 | 115 | 141 | 0 | 35 | 71 | 242 | 137 | 26 |
| Binary | 11 | 1101101 | 1001101 | 1100001 | 0 | 11101 | 111001 | 10100010 | 1011111 | 10110 |
Color Harmonies of #036D4D
Complementary color
Monochromatic Colors of #036D4D
Black with #036D4D
Text Example
Text Example
White with #036D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036D4D; }
p { color: rgb(3,109,77); }
H1.HeaderClassName
{
color: #036D4D;
}
.AnyTagClassName
{
color: #036D4D;
}
</style>
background-color css
<style>
a { background-color: #036D4D; }
a { background-color: rgb(3,109,77); }
div.DivClassName
{
background-color: #036D4D;
}
.BgClassName
{
background-color: #036D4D;
}
</style>
border-color css
<style>
span { border-color: #036D4D; }
span { border-color: rgb(3,109,77); }
td.TdClassName
{
border-color: #036D4D;
}
.TagClassName
{
border-color: #036D4D;
}
</style>