Shades of Watercourse #047255
Tints of Watercourse #047255
RGB
CMYK
RGB Variations
Color information
#047255 (or 0x047255) is known color: Watercourse. HEX triplet: 04, 72 and 55. RGB value is (4,114,85). Sum of RGB (Red+Green+Blue) = 4+114+85=203 (26% of max value = 765). Red value is 4 (1.95% from 255 or 1.97% from 203); Green value is 114 (44.92% from 255 or 56.16% from 203); Blue value is 85 (33.59% from 255 or 41.87% from 203); Max value from RGB is 114 - color contains mainly: green. Hex color #047255 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #047255 is #FB8DAA. Grayscale: #4D4D4D. Windows color (decimal): -16485803 or 5599748. OLE color: 5599748.
HSL color Cylindrical-coordinate representation of color #047255: hue angle of 164.18º 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 #047255 is Cyan = 0.96, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 4 | 114 | 85 | - |
| CMYK | 0.96 | 0 | 0.25 | 0.55 |
| HSL | 164.18º | 0.93% | 0.23% | - |
| HSV(B) | 164.18º | 0.96% | 0.45% | - |
| XYZ | 7.71 | 12.72 | 10.64 | - |
| YUV | 77.8 | 132.06 | 75.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 114 | 85 | 0.96 | 0 | 0.25 | 0.55 | 164.18 | 0.93 | 0.23 |
| Hex | 4 | 72 | 55 | 60 | 0 | 19 | 37 | A4 | 5D | 17 |
| Octal | 4 | 162 | 125 | 140 | 0 | 31 | 67 | 244 | 135 | 27 |
| Binary | 100 | 1110010 | 1010101 | 1100000 | 0 | 11001 | 110111 | 10100100 | 1011101 | 10111 |
Color Harmonies of #047255
Complementary color
Monochromatic Colors of #047255
Black with #047255
Text Example
Text Example
White with #047255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047255; }
p { color: rgb(4,114,85); }
H1.HeaderClassName
{
color: #047255;
}
.AnyTagClassName
{
color: #047255;
}
</style>
background-color css
<style>
a { background-color: #047255; }
a { background-color: rgb(4,114,85); }
div.DivClassName
{
background-color: #047255;
}
.BgClassName
{
background-color: #047255;
}
</style>
border-color css
<style>
span { border-color: #047255; }
span { border-color: rgb(4,114,85); }
td.TdClassName
{
border-color: #047255;
}
.TagClassName
{
border-color: #047255;
}
</style>