Shades of Watercourse #047D51
Tints of Watercourse #047D51
RGB
CMYK
RGB Variations
Color information
#047D51 (or 0x047D51) is known color: Watercourse. HEX triplet: 04, 7D and 51. RGB value is (4,125,81). Sum of RGB (Red+Green+Blue) = 4+125+81=210 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.90% from 210); Green value is 125 (49.22% from 255 or 59.52% from 210); Blue value is 81 (32.03% from 255 or 38.57% from 210); Max value from RGB is 125 - color contains mainly: green. Hex color #047D51 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #047D51 is #FB82AE. Grayscale: #535353. Windows color (decimal): -16482991 or 5340420. OLE color: 5340420.
HSL color Cylindrical-coordinate representation of color #047D51: hue angle of 158.18º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #047D51 is Cyan = 0.97, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 4 | 125 | 81 | - |
| CMYK | 0.97 | 0 | 0.35 | 0.51 |
| HSL | 158.18º | 0.94% | 0.25% | - |
| HSV(B) | 158.18º | 0.97% | 0.49% | - |
| XYZ | 8.87 | 15.29 | 10.27 | - |
| YUV | 83.81 | 126.41 | 71.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 125 | 81 | 0.97 | 0 | 0.35 | 0.51 | 158.18 | 0.94 | 0.25 |
| Hex | 4 | 7D | 51 | 61 | 0 | 23 | 33 | 9E | 5E | 19 |
| Octal | 4 | 175 | 121 | 141 | 0 | 43 | 63 | 236 | 136 | 31 |
| Binary | 100 | 1111101 | 1010001 | 1100001 | 0 | 100011 | 110011 | 10011110 | 1011110 | 11001 |
Color Harmonies of #047D51
Complementary color
Monochromatic Colors of #047D51
Black with #047D51
Text Example
Text Example
White with #047D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047D51; }
p { color: rgb(4,125,81); }
H1.HeaderClassName
{
color: #047D51;
}
.AnyTagClassName
{
color: #047D51;
}
</style>
background-color css
<style>
a { background-color: #047D51; }
a { background-color: rgb(4,125,81); }
div.DivClassName
{
background-color: #047D51;
}
.BgClassName
{
background-color: #047D51;
}
</style>
border-color css
<style>
span { border-color: #047D51; }
span { border-color: rgb(4,125,81); }
td.TdClassName
{
border-color: #047D51;
}
.TagClassName
{
border-color: #047D51;
}
</style>