Shades of Watercourse #047850
Tints of Watercourse #047850
RGB
CMYK
RGB Variations
Color information
#047850 (or 0x047850) is known color: Watercourse. HEX triplet: 04, 78 and 50. RGB value is (4,120,80). Sum of RGB (Red+Green+Blue) = 4+120+80=204 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.96% from 204); Green value is 120 (47.27% from 255 or 58.82% from 204); Blue value is 80 (31.64% from 255 or 39.22% from 204); Max value from RGB is 120 - color contains mainly: green. Hex color #047850 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #047850 is #FB87AF. Grayscale: #505050. Windows color (decimal): -16484272 or 5273604. OLE color: 5273604.
HSL color Cylindrical-coordinate representation of color #047850: hue angle of 159.31º degrees, saturation: 0.94, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #047850 is Cyan = 0.97, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 4 | 120 | 80 | - |
| CMYK | 0.97 | 0 | 0.33 | 0.53 |
| HSL | 159.31º | 0.94% | 0.24% | - |
| HSV(B) | 159.31º | 0.97% | 0.47% | - |
| XYZ | 8.21 | 14.04 | 9.87 | - |
| YUV | 80.76 | 127.57 | 73.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 120 | 80 | 0.97 | 0 | 0.33 | 0.53 | 159.31 | 0.94 | 0.24 |
| Hex | 4 | 78 | 50 | 61 | 0 | 21 | 35 | 9F | 5E | 18 |
| Octal | 4 | 170 | 120 | 141 | 0 | 41 | 65 | 237 | 136 | 30 |
| Binary | 100 | 1111000 | 1010000 | 1100001 | 0 | 100001 | 110101 | 10011111 | 1011110 | 11000 |
Color Harmonies of #047850
Complementary color
Monochromatic Colors of #047850
Black with #047850
Text Example
Text Example
White with #047850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047850; }
p { color: rgb(4,120,80); }
H1.HeaderClassName
{
color: #047850;
}
.AnyTagClassName
{
color: #047850;
}
</style>
background-color css
<style>
a { background-color: #047850; }
a { background-color: rgb(4,120,80); }
div.DivClassName
{
background-color: #047850;
}
.BgClassName
{
background-color: #047850;
}
</style>
border-color css
<style>
span { border-color: #047850; }
span { border-color: rgb(4,120,80); }
td.TdClassName
{
border-color: #047850;
}
.TagClassName
{
border-color: #047850;
}
</style>