Shades of Watercourse #03724E
Tints of Watercourse #03724E
RGB
CMYK
RGB Variations
Color information
#03724E (or 0x03724E) is known color: Watercourse. HEX triplet: 03, 72 and 4E. RGB value is (3,114,78). Sum of RGB (Red+Green+Blue) = 3+114+78=195 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.54% from 195); Green value is 114 (44.92% from 255 or 58.46% from 195); Blue value is 78 (30.86% from 255 or 40% from 195); Max value from RGB is 114 - color contains mainly: green. Hex color #03724E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03724E is #FC8DB1. Grayscale: #4C4C4C. Windows color (decimal): -16551346 or 5140995. OLE color: 5140995.
HSL color Cylindrical-coordinate representation of color #03724E: hue angle of 160.54º 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 #03724E is Cyan = 0.97, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 3 | 114 | 78 | - |
| CMYK | 0.97 | 0 | 0.32 | 0.55 |
| HSL | 160.54º | 0.95% | 0.23% | - |
| HSV(B) | 160.54º | 0.97% | 0.45% | - |
| XYZ | 7.43 | 12.6 | 9.25 | - |
| YUV | 76.71 | 128.73 | 75.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 114 | 78 | 0.97 | 0 | 0.32 | 0.55 | 160.54 | 0.95 | 0.23 |
| Hex | 3 | 72 | 4E | 61 | 0 | 20 | 37 | A1 | 5F | 17 |
| Octal | 3 | 162 | 116 | 141 | 0 | 40 | 67 | 241 | 137 | 27 |
| Binary | 11 | 1110010 | 1001110 | 1100001 | 0 | 100000 | 110111 | 10100001 | 1011111 | 10111 |
Color Harmonies of #03724E
Complementary color
Monochromatic Colors of #03724E
Black with #03724E
Text Example
Text Example
White with #03724E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03724E; }
p { color: rgb(3,114,78); }
H1.HeaderClassName
{
color: #03724E;
}
.AnyTagClassName
{
color: #03724E;
}
</style>
background-color css
<style>
a { background-color: #03724E; }
a { background-color: rgb(3,114,78); }
div.DivClassName
{
background-color: #03724E;
}
.BgClassName
{
background-color: #03724E;
}
</style>
border-color css
<style>
span { border-color: #03724E; }
span { border-color: rgb(3,114,78); }
td.TdClassName
{
border-color: #03724E;
}
.TagClassName
{
border-color: #03724E;
}
</style>