Shades of Watercourse #03744C
Tints of Watercourse #03744C
RGB
CMYK
RGB Variations
Color information
#03744C (or 0x03744C) is known color: Watercourse. HEX triplet: 03, 74 and 4C. RGB value is (3,116,76). Sum of RGB (Red+Green+Blue) = 3+116+76=195 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.54% from 195); Green value is 116 (45.70% from 255 or 59.49% from 195); Blue value is 76 (30.08% from 255 or 38.97% from 195); Max value from RGB is 116 - color contains mainly: green. Hex color #03744C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03744C is #FC8BB3. Grayscale: #4D4D4D. Windows color (decimal): -16550836 or 5010435. OLE color: 5010435.
HSL color Cylindrical-coordinate representation of color #03744C: hue angle of 158.76º 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 #03744C is Cyan = 0.97, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 3 | 116 | 76 | - |
| CMYK | 0.97 | 0 | 0.34 | 0.55 |
| HSL | 158.76º | 0.95% | 0.23% | - |
| HSV(B) | 158.76º | 0.97% | 0.45% | - |
| XYZ | 7.59 | 13.03 | 8.95 | - |
| YUV | 77.65 | 127.06 | 74.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 116 | 76 | 0.97 | 0 | 0.34 | 0.55 | 158.76 | 0.95 | 0.23 |
| Hex | 3 | 74 | 4C | 61 | 0 | 22 | 37 | 9F | 5F | 17 |
| Octal | 3 | 164 | 114 | 141 | 0 | 42 | 67 | 237 | 137 | 27 |
| Binary | 11 | 1110100 | 1001100 | 1100001 | 0 | 100010 | 110111 | 10011111 | 1011111 | 10111 |
Color Harmonies of #03744C
Complementary color
Monochromatic Colors of #03744C
Black with #03744C
Text Example
Text Example
White with #03744C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03744C; }
p { color: rgb(3,116,76); }
H1.HeaderClassName
{
color: #03744C;
}
.AnyTagClassName
{
color: #03744C;
}
</style>
background-color css
<style>
a { background-color: #03744C; }
a { background-color: rgb(3,116,76); }
div.DivClassName
{
background-color: #03744C;
}
.BgClassName
{
background-color: #03744C;
}
</style>
border-color css
<style>
span { border-color: #03744C; }
span { border-color: rgb(3,116,76); }
td.TdClassName
{
border-color: #03744C;
}
.TagClassName
{
border-color: #03744C;
}
</style>