Shades of Watercourse #036F54
Tints of Watercourse #036F54
RGB
CMYK
RGB Variations
Color information
#036F54 (or 0x036F54) is known color: Watercourse. HEX triplet: 03, 6F and 54. RGB value is (3,111,84). Sum of RGB (Red+Green+Blue) = 3+111+84=198 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.52% from 198); Green value is 111 (43.75% from 255 or 56.06% from 198); Blue value is 84 (33.20% from 255 or 42.42% from 198); Max value from RGB is 111 - color contains mainly: green. Hex color #036F54 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036F54 is #FC90AB. Grayscale: #4B4B4B. Windows color (decimal): -16552108 or 5533443. OLE color: 5533443.
HSL color Cylindrical-coordinate representation of color #036F54: hue angle of 165º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036F54 is Cyan = 0.97, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 3 | 111 | 84 | - |
| CMYK | 0.97 | 0 | 0.24 | 0.56 |
| HSL | 165º | 0.95% | 0.22% | - |
| HSV(B) | 165º | 0.97% | 0.44% | - |
| XYZ | 7.32 | 12.03 | 10.32 | - |
| YUV | 75.63 | 132.72 | 76.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 111 | 84 | 0.97 | 0 | 0.24 | 0.56 | 165 | 0.95 | 0.22 |
| Hex | 3 | 6F | 54 | 61 | 0 | 18 | 38 | A5 | 5F | 16 |
| Octal | 3 | 157 | 124 | 141 | 0 | 30 | 70 | 245 | 137 | 26 |
| Binary | 11 | 1101111 | 1010100 | 1100001 | 0 | 11000 | 111000 | 10100101 | 1011111 | 10110 |
Color Harmonies of #036F54
Complementary color
Monochromatic Colors of #036F54
Black with #036F54
Text Example
Text Example
White with #036F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036F54; }
p { color: rgb(3,111,84); }
H1.HeaderClassName
{
color: #036F54;
}
.AnyTagClassName
{
color: #036F54;
}
</style>
background-color css
<style>
a { background-color: #036F54; }
a { background-color: rgb(3,111,84); }
div.DivClassName
{
background-color: #036F54;
}
.BgClassName
{
background-color: #036F54;
}
</style>
border-color css
<style>
span { border-color: #036F54; }
span { border-color: rgb(3,111,84); }
td.TdClassName
{
border-color: #036F54;
}
.TagClassName
{
border-color: #036F54;
}
</style>