Shades of Watercourse #047047
Tints of Watercourse #047047
RGB
CMYK
RGB Variations
Color information
#047047 (or 0x047047) is known color: Watercourse. HEX triplet: 04, 70 and 47. RGB value is (4,112,71). Sum of RGB (Red+Green+Blue) = 4+112+71=187 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.14% from 187); Green value is 112 (44.14% from 255 or 59.89% from 187); Blue value is 71 (28.12% from 255 or 37.97% from 187); Max value from RGB is 112 - color contains mainly: green. Hex color #047047 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #047047 is #FB8FB8. Grayscale: #4B4B4B. Windows color (decimal): -16486329 or 4681732. OLE color: 4681732.
HSL color Cylindrical-coordinate representation of color #047047: hue angle of 157.22º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #047047 is Cyan = 0.96, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 4 | 112 | 71 | - |
| CMYK | 0.96 | 0 | 0.37 | 0.56 |
| HSL | 157.22º | 0.93% | 0.23% | - |
| HSV(B) | 157.22º | 0.96% | 0.44% | - |
| XYZ | 6.98 | 12.07 | 7.92 | - |
| YUV | 75.03 | 125.72 | 77.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 112 | 71 | 0.96 | 0 | 0.37 | 0.56 | 157.22 | 0.93 | 0.23 |
| Hex | 4 | 70 | 47 | 60 | 0 | 25 | 38 | 9D | 5D | 17 |
| Octal | 4 | 160 | 107 | 140 | 0 | 45 | 70 | 235 | 135 | 27 |
| Binary | 100 | 1110000 | 1000111 | 1100000 | 0 | 100101 | 111000 | 10011101 | 1011101 | 10111 |
Color Harmonies of #047047
Complementary color
Monochromatic Colors of #047047
Black with #047047
Text Example
Text Example
White with #047047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047047; }
p { color: rgb(4,112,71); }
H1.HeaderClassName
{
color: #047047;
}
.AnyTagClassName
{
color: #047047;
}
</style>
background-color css
<style>
a { background-color: #047047; }
a { background-color: rgb(4,112,71); }
div.DivClassName
{
background-color: #047047;
}
.BgClassName
{
background-color: #047047;
}
</style>
border-color css
<style>
span { border-color: #047047; }
span { border-color: rgb(4,112,71); }
td.TdClassName
{
border-color: #047047;
}
.TagClassName
{
border-color: #047047;
}
</style>