Shades of Watercourse #047250
Tints of Watercourse #047250
RGB
CMYK
RGB Variations
Color information
#047250 (or 0x047250) is known color: Watercourse. HEX triplet: 04, 72 and 50. RGB value is (4,114,80). Sum of RGB (Red+Green+Blue) = 4+114+80=198 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2.02% from 198); Green value is 114 (44.92% from 255 or 57.58% from 198); Blue value is 80 (31.64% from 255 or 40.40% from 198); Max value from RGB is 114 - color contains mainly: green. Hex color #047250 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #047250 is #FB8DAF. Grayscale: #4D4D4D. Windows color (decimal): -16485808 or 5272068. OLE color: 5272068.
HSL color Cylindrical-coordinate representation of color #047250: hue angle of 161.45º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #047250 is Cyan = 0.96, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 4 | 114 | 80 | - |
| CMYK | 0.96 | 0 | 0.30 | 0.55 |
| HSL | 161.45º | 0.93% | 0.23% | - |
| HSV(B) | 161.45º | 0.96% | 0.45% | - |
| XYZ | 7.52 | 12.64 | 9.63 | - |
| YUV | 77.23 | 129.56 | 75.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 114 | 80 | 0.96 | 0 | 0.30 | 0.55 | 161.45 | 0.93 | 0.23 |
| Hex | 4 | 72 | 50 | 60 | 0 | 1E | 37 | A1 | 5D | 17 |
| Octal | 4 | 162 | 120 | 140 | 0 | 36 | 67 | 241 | 135 | 27 |
| Binary | 100 | 1110010 | 1010000 | 1100000 | 0 | 11110 | 110111 | 10100001 | 1011101 | 10111 |
Color Harmonies of #047250
Complementary color
Monochromatic Colors of #047250
Black with #047250
Text Example
Text Example
White with #047250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047250; }
p { color: rgb(4,114,80); }
H1.HeaderClassName
{
color: #047250;
}
.AnyTagClassName
{
color: #047250;
}
</style>
background-color css
<style>
a { background-color: #047250; }
a { background-color: rgb(4,114,80); }
div.DivClassName
{
background-color: #047250;
}
.BgClassName
{
background-color: #047250;
}
</style>
border-color css
<style>
span { border-color: #047250; }
span { border-color: rgb(4,114,80); }
td.TdClassName
{
border-color: #047250;
}
.TagClassName
{
border-color: #047250;
}
</style>