Shades of Watercourse #047A50
Tints of Watercourse #047A50
RGB
CMYK
RGB Variations
Color information
#047A50 (or 0x047A50) is known color: Watercourse. HEX triplet: 04, 7A and 50. RGB value is (4,122,80). Sum of RGB (Red+Green+Blue) = 4+122+80=206 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.94% from 206); Green value is 122 (48.05% from 255 or 59.22% from 206); Blue value is 80 (31.64% from 255 or 38.83% from 206); Max value from RGB is 122 - color contains mainly: green. Hex color #047A50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #047A50 is #FB85AF. Grayscale: #515151. Windows color (decimal): -16483760 or 5274116. OLE color: 5274116.
HSL color Cylindrical-coordinate representation of color #047A50: hue angle of 158.64º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #047A50 is Cyan = 0.97, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 4 | 122 | 80 | - |
| CMYK | 0.97 | 0 | 0.34 | 0.52 |
| HSL | 158.64º | 0.94% | 0.25% | - |
| HSV(B) | 158.64º | 0.97% | 0.48% | - |
| XYZ | 8.46 | 14.52 | 9.95 | - |
| YUV | 81.93 | 126.91 | 72.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 122 | 80 | 0.97 | 0 | 0.34 | 0.52 | 158.64 | 0.94 | 0.25 |
| Hex | 4 | 7A | 50 | 61 | 0 | 22 | 34 | 9F | 5E | 19 |
| Octal | 4 | 172 | 120 | 141 | 0 | 42 | 64 | 237 | 136 | 31 |
| Binary | 100 | 1111010 | 1010000 | 1100001 | 0 | 100010 | 110100 | 10011111 | 1011110 | 11001 |
Color Harmonies of #047A50
Complementary color
Monochromatic Colors of #047A50
Black with #047A50
Text Example
Text Example
White with #047A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047A50; }
p { color: rgb(4,122,80); }
H1.HeaderClassName
{
color: #047A50;
}
.AnyTagClassName
{
color: #047A50;
}
</style>
background-color css
<style>
a { background-color: #047A50; }
a { background-color: rgb(4,122,80); }
div.DivClassName
{
background-color: #047A50;
}
.BgClassName
{
background-color: #047A50;
}
</style>
border-color css
<style>
span { border-color: #047A50; }
span { border-color: rgb(4,122,80); }
td.TdClassName
{
border-color: #047A50;
}
.TagClassName
{
border-color: #047A50;
}
</style>