Shades of Watercourse #036C53
Tints of Watercourse #036C53
RGB
CMYK
RGB Variations
Color information
#036C53 (or 0x036C53) is known color: Watercourse. HEX triplet: 03, 6C and 53. RGB value is (3,108,83). Sum of RGB (Red+Green+Blue) = 3+108+83=194 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.55% from 194); Green value is 108 (42.58% from 255 or 55.67% from 194); Blue value is 83 (32.81% from 255 or 42.78% from 194); Max value from RGB is 108 - color contains mainly: green. Hex color #036C53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036C53 is #FC93AC. Grayscale: #494949. Windows color (decimal): -16552877 or 5467139. OLE color: 5467139.
HSL color Cylindrical-coordinate representation of color #036C53: hue angle of 165.71º 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 #036C53 is Cyan = 0.97, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 3 | 108 | 83 | - |
| CMYK | 0.97 | 0 | 0.23 | 0.58 |
| HSL | 165.71º | 0.95% | 0.22% | - |
| HSV(B) | 165.71º | 0.97% | 0.42% | - |
| XYZ | 6.96 | 11.37 | 10.01 | - |
| YUV | 73.76 | 133.21 | 77.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 108 | 83 | 0.97 | 0 | 0.23 | 0.58 | 165.71 | 0.95 | 0.22 |
| Hex | 3 | 6C | 53 | 61 | 0 | 17 | 3A | A6 | 5F | 16 |
| Octal | 3 | 154 | 123 | 141 | 0 | 27 | 72 | 246 | 137 | 26 |
| Binary | 11 | 1101100 | 1010011 | 1100001 | 0 | 10111 | 111010 | 10100110 | 1011111 | 10110 |
Color Harmonies of #036C53
Complementary color
Monochromatic Colors of #036C53
Black with #036C53
Text Example
Text Example
White with #036C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036C53; }
p { color: rgb(3,108,83); }
H1.HeaderClassName
{
color: #036C53;
}
.AnyTagClassName
{
color: #036C53;
}
</style>
background-color css
<style>
a { background-color: #036C53; }
a { background-color: rgb(3,108,83); }
div.DivClassName
{
background-color: #036C53;
}
.BgClassName
{
background-color: #036C53;
}
</style>
border-color css
<style>
span { border-color: #036C53; }
span { border-color: rgb(3,108,83); }
td.TdClassName
{
border-color: #036C53;
}
.TagClassName
{
border-color: #036C53;
}
</style>