Shades of Watercourse #036A4E
Tints of Watercourse #036A4E
RGB
CMYK
RGB Variations
Color information
#036A4E (or 0x036A4E) is known color: Watercourse. HEX triplet: 03, 6A and 4E. RGB value is (3,106,78). Sum of RGB (Red+Green+Blue) = 3+106+78=187 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.60% from 187); Green value is 106 (41.80% from 255 or 56.68% from 187); Blue value is 78 (30.86% from 255 or 41.71% from 187); Max value from RGB is 106 - color contains mainly: green. Hex color #036A4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036A4E is #FC95B1. Grayscale: #484848. Windows color (decimal): -16553394 or 5138947. OLE color: 5138947.
HSL color Cylindrical-coordinate representation of color #036A4E: hue angle of 163.69º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036A4E is Cyan = 0.97, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 3 | 106 | 78 | - |
| CMYK | 0.97 | 0 | 0.26 | 0.58 |
| HSL | 163.69º | 0.94% | 0.21% | - |
| HSV(B) | 163.69º | 0.97% | 0.42% | - |
| XYZ | 6.57 | 10.88 | 8.96 | - |
| YUV | 72.01 | 131.38 | 78.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 106 | 78 | 0.97 | 0 | 0.26 | 0.58 | 163.69 | 0.94 | 0.21 |
| Hex | 3 | 6A | 4E | 61 | 0 | 1A | 3A | A4 | 5E | 15 |
| Octal | 3 | 152 | 116 | 141 | 0 | 32 | 72 | 244 | 136 | 25 |
| Binary | 11 | 1101010 | 1001110 | 1100001 | 0 | 11010 | 111010 | 10100100 | 1011110 | 10101 |
Color Harmonies of #036A4E
Complementary color
Monochromatic Colors of #036A4E
Black with #036A4E
Text Example
Text Example
White with #036A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036A4E; }
p { color: rgb(3,106,78); }
H1.HeaderClassName
{
color: #036A4E;
}
.AnyTagClassName
{
color: #036A4E;
}
</style>
background-color css
<style>
a { background-color: #036A4E; }
a { background-color: rgb(3,106,78); }
div.DivClassName
{
background-color: #036A4E;
}
.BgClassName
{
background-color: #036A4E;
}
</style>
border-color css
<style>
span { border-color: #036A4E; }
span { border-color: rgb(3,106,78); }
td.TdClassName
{
border-color: #036A4E;
}
.TagClassName
{
border-color: #036A4E;
}
</style>