Shades of Watercourse #036552
Tints of Watercourse #036552
RGB
CMYK
RGB Variations
Color information
#036552 (or 0x036552) is known color: Watercourse. HEX triplet: 03, 65 and 52. RGB value is (3,101,82). Sum of RGB (Red+Green+Blue) = 3+101+82=186 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.61% from 186); Green value is 101 (39.84% from 255 or 54.30% from 186); Blue value is 82 (32.42% from 255 or 44.09% from 186); Max value from RGB is 101 - color contains mainly: green. Hex color #036552 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036552 is #FC9AAD. Grayscale: #454545. Windows color (decimal): -16554670 or 5399811. OLE color: 5399811.
HSL color Cylindrical-coordinate representation of color #036552: hue angle of 168.37º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036552 is Cyan = 0.97, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 3 | 101 | 82 | - |
| CMYK | 0.97 | 0 | 0.19 | 0.60 |
| HSL | 168.37º | 0.94% | 0.2% | - |
| HSV(B) | 168.37º | 0.97% | 0.4% | - |
| XYZ | 6.21 | 9.94 | 9.57 | - |
| YUV | 69.53 | 135.03 | 80.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 101 | 82 | 0.97 | 0 | 0.19 | 0.60 | 168.37 | 0.94 | 0.2 |
| Hex | 3 | 65 | 52 | 61 | 0 | 13 | 3C | A8 | 5E | 14 |
| Octal | 3 | 145 | 122 | 141 | 0 | 23 | 74 | 250 | 136 | 24 |
| Binary | 11 | 1100101 | 1010010 | 1100001 | 0 | 10011 | 111100 | 10101000 | 1011110 | 10100 |
Color Harmonies of #036552
Complementary color
Monochromatic Colors of #036552
Black with #036552
Text Example
Text Example
White with #036552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036552; }
p { color: rgb(3,101,82); }
H1.HeaderClassName
{
color: #036552;
}
.AnyTagClassName
{
color: #036552;
}
</style>
background-color css
<style>
a { background-color: #036552; }
a { background-color: rgb(3,101,82); }
div.DivClassName
{
background-color: #036552;
}
.BgClassName
{
background-color: #036552;
}
</style>
border-color css
<style>
span { border-color: #036552; }
span { border-color: rgb(3,101,82); }
td.TdClassName
{
border-color: #036552;
}
.TagClassName
{
border-color: #036552;
}
</style>