Shades of Watercourse #036A52
Tints of Watercourse #036A52
RGB
CMYK
RGB Variations
Color information
#036A52 (or 0x036A52) is known color: Watercourse. HEX triplet: 03, 6A and 52. RGB value is (3,106,82). Sum of RGB (Red+Green+Blue) = 3+106+82=191 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.57% from 191); Green value is 106 (41.80% from 255 or 55.50% from 191); Blue value is 82 (32.42% from 255 or 42.93% from 191); Max value from RGB is 106 - color contains mainly: green. Hex color #036A52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036A52 is #FC95AD. Grayscale: #484848. Windows color (decimal): -16553390 or 5401091. OLE color: 5401091.
HSL color Cylindrical-coordinate representation of color #036A52: hue angle of 166.02º 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 #036A52 is Cyan = 0.97, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 3 | 106 | 82 | - |
| CMYK | 0.97 | 0 | 0.23 | 0.58 |
| HSL | 166.02º | 0.94% | 0.21% | - |
| HSV(B) | 166.02º | 0.97% | 0.42% | - |
| XYZ | 6.71 | 10.94 | 9.74 | - |
| YUV | 72.47 | 133.38 | 78.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 106 | 82 | 0.97 | 0 | 0.23 | 0.58 | 166.02 | 0.94 | 0.21 |
| Hex | 3 | 6A | 52 | 61 | 0 | 17 | 3A | A6 | 5E | 15 |
| Octal | 3 | 152 | 122 | 141 | 0 | 27 | 72 | 246 | 136 | 25 |
| Binary | 11 | 1101010 | 1010010 | 1100001 | 0 | 10111 | 111010 | 10100110 | 1011110 | 10101 |
Color Harmonies of #036A52
Complementary color
Monochromatic Colors of #036A52
Black with #036A52
Text Example
Text Example
White with #036A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036A52; }
p { color: rgb(3,106,82); }
H1.HeaderClassName
{
color: #036A52;
}
.AnyTagClassName
{
color: #036A52;
}
</style>
background-color css
<style>
a { background-color: #036A52; }
a { background-color: rgb(3,106,82); }
div.DivClassName
{
background-color: #036A52;
}
.BgClassName
{
background-color: #036A52;
}
</style>
border-color css
<style>
span { border-color: #036A52; }
span { border-color: rgb(3,106,82); }
td.TdClassName
{
border-color: #036A52;
}
.TagClassName
{
border-color: #036A52;
}
</style>