Shades of Watercourse #04744C
Tints of Watercourse #04744C
RGB
CMYK
RGB Variations
Color information
#04744C (or 0x04744C) is known color: Watercourse. HEX triplet: 04, 74 and 4C. RGB value is (4,116,76). Sum of RGB (Red+Green+Blue) = 4+116+76=196 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.04% from 196); Green value is 116 (45.70% from 255 or 59.18% from 196); Blue value is 76 (30.08% from 255 or 38.78% from 196); Max value from RGB is 116 - color contains mainly: green. Hex color #04744C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04744C is #FB8BB3. Grayscale: #4E4E4E. Windows color (decimal): -16485300 or 5010436. OLE color: 5010436.
HSL color Cylindrical-coordinate representation of color #04744C: hue angle of 158.57º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04744C is Cyan = 0.97, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 4 | 116 | 76 | - |
| CMYK | 0.97 | 0 | 0.34 | 0.55 |
| HSL | 158.57º | 0.93% | 0.24% | - |
| HSV(B) | 158.57º | 0.97% | 0.45% | - |
| XYZ | 7.6 | 13.04 | 8.95 | - |
| YUV | 77.95 | 126.89 | 75.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 116 | 76 | 0.97 | 0 | 0.34 | 0.55 | 158.57 | 0.93 | 0.24 |
| Hex | 4 | 74 | 4C | 61 | 0 | 22 | 37 | 9F | 5D | 18 |
| Octal | 4 | 164 | 114 | 141 | 0 | 42 | 67 | 237 | 135 | 30 |
| Binary | 100 | 1110100 | 1001100 | 1100001 | 0 | 100010 | 110111 | 10011111 | 1011101 | 11000 |
Color Harmonies of #04744C
Complementary color
Monochromatic Colors of #04744C
Black with #04744C
Text Example
Text Example
White with #04744C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04744C; }
p { color: rgb(4,116,76); }
H1.HeaderClassName
{
color: #04744C;
}
.AnyTagClassName
{
color: #04744C;
}
</style>
background-color css
<style>
a { background-color: #04744C; }
a { background-color: rgb(4,116,76); }
div.DivClassName
{
background-color: #04744C;
}
.BgClassName
{
background-color: #04744C;
}
</style>
border-color css
<style>
span { border-color: #04744C; }
span { border-color: rgb(4,116,76); }
td.TdClassName
{
border-color: #04744C;
}
.TagClassName
{
border-color: #04744C;
}
</style>