Shades of Watercourse #036D48
Tints of Watercourse #036D48
RGB
CMYK
RGB Variations
Color information
#036D48 (or 0x036D48) is known color: Watercourse. HEX triplet: 03, 6D and 48. RGB value is (3,109,72). Sum of RGB (Red+Green+Blue) = 3+109+72=184 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.63% from 184); Green value is 109 (42.97% from 255 or 59.24% from 184); Blue value is 72 (28.52% from 255 or 39.13% from 184); Max value from RGB is 109 - color contains mainly: green. Hex color #036D48 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036D48 is #FC92B7. Grayscale: #494949. Windows color (decimal): -16552632 or 4746499. OLE color: 4746499.
HSL color Cylindrical-coordinate representation of color #036D48: hue angle of 159.06º 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 #036D48 is Cyan = 0.97, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 3 | 109 | 72 | - |
| CMYK | 0.97 | 0 | 0.34 | 0.57 |
| HSL | 159.06º | 0.95% | 0.22% | - |
| HSV(B) | 159.06º | 0.97% | 0.43% | - |
| XYZ | 6.68 | 11.42 | 7.98 | - |
| YUV | 73.09 | 127.38 | 78.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 109 | 72 | 0.97 | 0 | 0.34 | 0.57 | 159.06 | 0.95 | 0.22 |
| Hex | 3 | 6D | 48 | 61 | 0 | 22 | 39 | 9F | 5F | 16 |
| Octal | 3 | 155 | 110 | 141 | 0 | 42 | 71 | 237 | 137 | 26 |
| Binary | 11 | 1101101 | 1001000 | 1100001 | 0 | 100010 | 111001 | 10011111 | 1011111 | 10110 |
Color Harmonies of #036D48
Complementary color
Monochromatic Colors of #036D48
Black with #036D48
Text Example
Text Example
White with #036D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036D48; }
p { color: rgb(3,109,72); }
H1.HeaderClassName
{
color: #036D48;
}
.AnyTagClassName
{
color: #036D48;
}
</style>
background-color css
<style>
a { background-color: #036D48; }
a { background-color: rgb(3,109,72); }
div.DivClassName
{
background-color: #036D48;
}
.BgClassName
{
background-color: #036D48;
}
</style>
border-color css
<style>
span { border-color: #036D48; }
span { border-color: rgb(3,109,72); }
td.TdClassName
{
border-color: #036D48;
}
.TagClassName
{
border-color: #036D48;
}
</style>