Shades of Watercourse #036E52
Tints of Watercourse #036E52
RGB
CMYK
RGB Variations
Color information
#036E52 (or 0x036E52) is known color: Watercourse. HEX triplet: 03, 6E and 52. RGB value is (3,110,82). Sum of RGB (Red+Green+Blue) = 3+110+82=195 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.54% from 195); Green value is 110 (43.36% from 255 or 56.41% from 195); Blue value is 82 (32.42% from 255 or 42.05% from 195); Max value from RGB is 110 - color contains mainly: green. Hex color #036E52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036E52 is #FC91AD. Grayscale: #4A4A4A. Windows color (decimal): -16552366 or 5402115. OLE color: 5402115.
HSL color Cylindrical-coordinate representation of color #036E52: hue angle of 164.3º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036E52 is Cyan = 0.97, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 3 | 110 | 82 | - |
| CMYK | 0.97 | 0 | 0.25 | 0.57 |
| HSL | 164.3º | 0.95% | 0.22% | - |
| HSV(B) | 164.3º | 0.97% | 0.43% | - |
| XYZ | 7.14 | 11.78 | 9.88 | - |
| YUV | 74.82 | 132.05 | 76.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 110 | 82 | 0.97 | 0 | 0.25 | 0.57 | 164.3 | 0.95 | 0.22 |
| Hex | 3 | 6E | 52 | 61 | 0 | 19 | 39 | A4 | 5F | 16 |
| Octal | 3 | 156 | 122 | 141 | 0 | 31 | 71 | 244 | 137 | 26 |
| Binary | 11 | 1101110 | 1010010 | 1100001 | 0 | 11001 | 111001 | 10100100 | 1011111 | 10110 |
Color Harmonies of #036E52
Complementary color
Monochromatic Colors of #036E52
Black with #036E52
Text Example
Text Example
White with #036E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036E52; }
p { color: rgb(3,110,82); }
H1.HeaderClassName
{
color: #036E52;
}
.AnyTagClassName
{
color: #036E52;
}
</style>
background-color css
<style>
a { background-color: #036E52; }
a { background-color: rgb(3,110,82); }
div.DivClassName
{
background-color: #036E52;
}
.BgClassName
{
background-color: #036E52;
}
</style>
border-color css
<style>
span { border-color: #036E52; }
span { border-color: rgb(3,110,82); }
td.TdClassName
{
border-color: #036E52;
}
.TagClassName
{
border-color: #036E52;
}
</style>