Shades of Watercourse #036F53
Tints of Watercourse #036F53
RGB
CMYK
RGB Variations
Color information
#036F53 (or 0x036F53) is known color: Watercourse. HEX triplet: 03, 6F and 53. RGB value is (3,111,83). Sum of RGB (Red+Green+Blue) = 3+111+83=197 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.52% from 197); Green value is 111 (43.75% from 255 or 56.35% from 197); Blue value is 83 (32.81% from 255 or 42.13% from 197); Max value from RGB is 111 - color contains mainly: green. Hex color #036F53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036F53 is #FC90AC. Grayscale: #4B4B4B. Windows color (decimal): -16552109 or 5467907. OLE color: 5467907.
HSL color Cylindrical-coordinate representation of color #036F53: hue angle of 164.44º 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 #036F53 is Cyan = 0.97, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 3 | 111 | 83 | - |
| CMYK | 0.97 | 0 | 0.25 | 0.56 |
| HSL | 164.44º | 0.95% | 0.22% | - |
| HSV(B) | 164.44º | 0.97% | 0.44% | - |
| XYZ | 7.28 | 12.01 | 10.12 | - |
| YUV | 75.52 | 132.22 | 76.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 111 | 83 | 0.97 | 0 | 0.25 | 0.56 | 164.44 | 0.95 | 0.22 |
| Hex | 3 | 6F | 53 | 61 | 0 | 19 | 38 | A4 | 5F | 16 |
| Octal | 3 | 157 | 123 | 141 | 0 | 31 | 70 | 244 | 137 | 26 |
| Binary | 11 | 1101111 | 1010011 | 1100001 | 0 | 11001 | 111000 | 10100100 | 1011111 | 10110 |
Color Harmonies of #036F53
Complementary color
Monochromatic Colors of #036F53
Black with #036F53
Text Example
Text Example
White with #036F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036F53; }
p { color: rgb(3,111,83); }
H1.HeaderClassName
{
color: #036F53;
}
.AnyTagClassName
{
color: #036F53;
}
</style>
background-color css
<style>
a { background-color: #036F53; }
a { background-color: rgb(3,111,83); }
div.DivClassName
{
background-color: #036F53;
}
.BgClassName
{
background-color: #036F53;
}
</style>
border-color css
<style>
span { border-color: #036F53; }
span { border-color: rgb(3,111,83); }
td.TdClassName
{
border-color: #036F53;
}
.TagClassName
{
border-color: #036F53;
}
</style>