Shades of Watercourse #036648
Tints of Watercourse #036648
RGB
CMYK
RGB Variations
Color information
#036648 (or 0x036648) is known color: Watercourse. HEX triplet: 03, 66 and 48. RGB value is (3,102,72). Sum of RGB (Red+Green+Blue) = 3+102+72=177 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.69% from 177); Green value is 102 (40.23% from 255 or 57.63% from 177); Blue value is 72 (28.52% from 255 or 40.68% from 177); Max value from RGB is 102 - color contains mainly: green. Hex color #036648 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036648 is #FC99B7. Grayscale: #454545. Windows color (decimal): -16554424 or 4744707. OLE color: 4744707.
HSL color Cylindrical-coordinate representation of color #036648: hue angle of 161.82º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036648 is Cyan = 0.97, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 3 | 102 | 72 | - |
| CMYK | 0.97 | 0 | 0.29 | 0.6 |
| HSL | 161.82º | 0.94% | 0.21% | - |
| HSV(B) | 161.82º | 0.97% | 0.4% | - |
| XYZ | 5.96 | 9.99 | 7.75 | - |
| YUV | 68.98 | 129.7 | 80.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 102 | 72 | 0.97 | 0 | 0.29 | 0.6 | 161.82 | 0.94 | 0.21 |
| Hex | 3 | 66 | 48 | 61 | 0 | 1D | 3C | A2 | 5E | 15 |
| Octal | 3 | 146 | 110 | 141 | 0 | 35 | 74 | 242 | 136 | 25 |
| Binary | 11 | 1100110 | 1001000 | 1100001 | 0 | 11101 | 111100 | 10100010 | 1011110 | 10101 |
Color Harmonies of #036648
Complementary color
Monochromatic Colors of #036648
Black with #036648
Text Example
Text Example
White with #036648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036648; }
p { color: rgb(3,102,72); }
H1.HeaderClassName
{
color: #036648;
}
.AnyTagClassName
{
color: #036648;
}
</style>
background-color css
<style>
a { background-color: #036648; }
a { background-color: rgb(3,102,72); }
div.DivClassName
{
background-color: #036648;
}
.BgClassName
{
background-color: #036648;
}
</style>
border-color css
<style>
span { border-color: #036648; }
span { border-color: rgb(3,102,72); }
td.TdClassName
{
border-color: #036648;
}
.TagClassName
{
border-color: #036648;
}
</style>