Shades of Watercourse #036A55
Tints of Watercourse #036A55
RGB
CMYK
RGB Variations
Color information
#036A55 (or 0x036A55) is known color: Watercourse. HEX triplet: 03, 6A and 55. RGB value is (3,106,85). Sum of RGB (Red+Green+Blue) = 3+106+85=194 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.55% from 194); Green value is 106 (41.80% from 255 or 54.64% from 194); Blue value is 85 (33.59% from 255 or 43.81% from 194); Max value from RGB is 106 - color contains mainly: green. Hex color #036A55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036A55 is #FC95AA. Grayscale: #484848. Windows color (decimal): -16553387 or 5597699. OLE color: 5597699.
HSL color Cylindrical-coordinate representation of color #036A55: hue angle of 167.77º 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 #036A55 is Cyan = 0.97, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 3 | 106 | 85 | - |
| CMYK | 0.97 | 0 | 0.20 | 0.58 |
| HSL | 167.77º | 0.94% | 0.21% | - |
| HSV(B) | 167.77º | 0.97% | 0.42% | - |
| XYZ | 6.83 | 10.98 | 10.35 | - |
| YUV | 72.81 | 134.88 | 78.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 106 | 85 | 0.97 | 0 | 0.20 | 0.58 | 167.77 | 0.94 | 0.21 |
| Hex | 3 | 6A | 55 | 61 | 0 | 14 | 3A | A8 | 5E | 15 |
| Octal | 3 | 152 | 125 | 141 | 0 | 24 | 72 | 250 | 136 | 25 |
| Binary | 11 | 1101010 | 1010101 | 1100001 | 0 | 10100 | 111010 | 10101000 | 1011110 | 10101 |
Color Harmonies of #036A55
Complementary color
Monochromatic Colors of #036A55
Black with #036A55
Text Example
Text Example
White with #036A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036A55; }
p { color: rgb(3,106,85); }
H1.HeaderClassName
{
color: #036A55;
}
.AnyTagClassName
{
color: #036A55;
}
</style>
background-color css
<style>
a { background-color: #036A55; }
a { background-color: rgb(3,106,85); }
div.DivClassName
{
background-color: #036A55;
}
.BgClassName
{
background-color: #036A55;
}
</style>
border-color css
<style>
span { border-color: #036A55; }
span { border-color: rgb(3,106,85); }
td.TdClassName
{
border-color: #036A55;
}
.TagClassName
{
border-color: #036A55;
}
</style>