Shades of Watercourse #037256
Tints of Watercourse #037256
RGB
CMYK
RGB Variations
Color information
#037256 (or 0x037256) is known color: Watercourse. HEX triplet: 03, 72 and 56. RGB value is (3,114,86). Sum of RGB (Red+Green+Blue) = 3+114+86=203 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.48% from 203); Green value is 114 (44.92% from 255 or 56.16% from 203); Blue value is 86 (33.98% from 255 or 42.36% from 203); Max value from RGB is 114 - color contains mainly: green. Hex color #037256 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #037256 is #FC8DA9. Grayscale: #4D4D4D. Windows color (decimal): -16551338 or 5665283. OLE color: 5665283.
HSL color Cylindrical-coordinate representation of color #037256: hue angle of 164.86º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #037256 is Cyan = 0.97, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 3 | 114 | 86 | - |
| CMYK | 0.97 | 0 | 0.25 | 0.55 |
| HSL | 164.86º | 0.95% | 0.23% | - |
| HSV(B) | 164.86º | 0.97% | 0.45% | - |
| XYZ | 7.73 | 12.73 | 10.85 | - |
| YUV | 77.62 | 132.73 | 74.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 114 | 86 | 0.97 | 0 | 0.25 | 0.55 | 164.86 | 0.95 | 0.23 |
| Hex | 3 | 72 | 56 | 61 | 0 | 19 | 37 | A5 | 5F | 17 |
| Octal | 3 | 162 | 126 | 141 | 0 | 31 | 67 | 245 | 137 | 27 |
| Binary | 11 | 1110010 | 1010110 | 1100001 | 0 | 11001 | 110111 | 10100101 | 1011111 | 10111 |
Color Harmonies of #037256
Complementary color
Monochromatic Colors of #037256
Black with #037256
Text Example
Text Example
White with #037256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037256; }
p { color: rgb(3,114,86); }
H1.HeaderClassName
{
color: #037256;
}
.AnyTagClassName
{
color: #037256;
}
</style>
background-color css
<style>
a { background-color: #037256; }
a { background-color: rgb(3,114,86); }
div.DivClassName
{
background-color: #037256;
}
.BgClassName
{
background-color: #037256;
}
</style>
border-color css
<style>
span { border-color: #037256; }
span { border-color: rgb(3,114,86); }
td.TdClassName
{
border-color: #037256;
}
.TagClassName
{
border-color: #037256;
}
</style>