Shades of Watercourse #047355
Tints of Watercourse #047355
RGB
CMYK
RGB Variations
Color information
#047355 (or 0x047355) is known color: Watercourse. HEX triplet: 04, 73 and 55. RGB value is (4,115,85). Sum of RGB (Red+Green+Blue) = 4+115+85=204 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.96% from 204); Green value is 115 (45.31% from 255 or 56.37% from 204); Blue value is 85 (33.59% from 255 or 41.67% from 204); Max value from RGB is 115 - color contains mainly: green. Hex color #047355 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #047355 is #FB8CAA. Grayscale: #4E4E4E. Windows color (decimal): -16485547 or 5600004. OLE color: 5600004.
HSL color Cylindrical-coordinate representation of color #047355: hue angle of 163.78º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #047355 is Cyan = 0.97, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 4 | 115 | 85 | - |
| CMYK | 0.97 | 0 | 0.26 | 0.55 |
| HSL | 163.78º | 0.93% | 0.23% | - |
| HSV(B) | 163.78º | 0.97% | 0.45% | - |
| XYZ | 7.82 | 12.94 | 10.68 | - |
| YUV | 78.39 | 131.73 | 74.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 115 | 85 | 0.97 | 0 | 0.26 | 0.55 | 163.78 | 0.93 | 0.23 |
| Hex | 4 | 73 | 55 | 61 | 0 | 1A | 37 | A4 | 5D | 17 |
| Octal | 4 | 163 | 125 | 141 | 0 | 32 | 67 | 244 | 135 | 27 |
| Binary | 100 | 1110011 | 1010101 | 1100001 | 0 | 11010 | 110111 | 10100100 | 1011101 | 10111 |
Color Harmonies of #047355
Complementary color
Monochromatic Colors of #047355
Black with #047355
Text Example
Text Example
White with #047355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047355; }
p { color: rgb(4,115,85); }
H1.HeaderClassName
{
color: #047355;
}
.AnyTagClassName
{
color: #047355;
}
</style>
background-color css
<style>
a { background-color: #047355; }
a { background-color: rgb(4,115,85); }
div.DivClassName
{
background-color: #047355;
}
.BgClassName
{
background-color: #047355;
}
</style>
border-color css
<style>
span { border-color: #047355; }
span { border-color: rgb(4,115,85); }
td.TdClassName
{
border-color: #047355;
}
.TagClassName
{
border-color: #047355;
}
</style>