Shades of Watercourse #036C54
Tints of Watercourse #036C54
RGB
CMYK
RGB Variations
Color information
#036C54 (or 0x036C54) is known color: Watercourse. HEX triplet: 03, 6C and 54. RGB value is (3,108,84). Sum of RGB (Red+Green+Blue) = 3+108+84=195 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.54% from 195); Green value is 108 (42.58% from 255 or 55.38% from 195); Blue value is 84 (33.20% from 255 or 43.08% from 195); Max value from RGB is 108 - color contains mainly: green. Hex color #036C54 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036C54 is #FC93AB. Grayscale: #494949. Windows color (decimal): -16552876 or 5532675. OLE color: 5532675.
HSL color Cylindrical-coordinate representation of color #036C54: hue angle of 166.29º 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 #036C54 is Cyan = 0.97, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 3 | 108 | 84 | - |
| CMYK | 0.97 | 0 | 0.22 | 0.58 |
| HSL | 166.29º | 0.95% | 0.22% | - |
| HSV(B) | 166.29º | 0.97% | 0.42% | - |
| XYZ | 7 | 11.38 | 10.22 | - |
| YUV | 73.87 | 133.71 | 77.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 108 | 84 | 0.97 | 0 | 0.22 | 0.58 | 166.29 | 0.95 | 0.22 |
| Hex | 3 | 6C | 54 | 61 | 0 | 16 | 3A | A6 | 5F | 16 |
| Octal | 3 | 154 | 124 | 141 | 0 | 26 | 72 | 246 | 137 | 26 |
| Binary | 11 | 1101100 | 1010100 | 1100001 | 0 | 10110 | 111010 | 10100110 | 1011111 | 10110 |
Color Harmonies of #036C54
Complementary color
Monochromatic Colors of #036C54
Black with #036C54
Text Example
Text Example
White with #036C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036C54; }
p { color: rgb(3,108,84); }
H1.HeaderClassName
{
color: #036C54;
}
.AnyTagClassName
{
color: #036C54;
}
</style>
background-color css
<style>
a { background-color: #036C54; }
a { background-color: rgb(3,108,84); }
div.DivClassName
{
background-color: #036C54;
}
.BgClassName
{
background-color: #036C54;
}
</style>
border-color css
<style>
span { border-color: #036C54; }
span { border-color: rgb(3,108,84); }
td.TdClassName
{
border-color: #036C54;
}
.TagClassName
{
border-color: #036C54;
}
</style>