Shades of Watercourse #04714E
Tints of Watercourse #04714E
RGB
CMYK
RGB Variations
Color information
#04714E (or 0x04714E) is known color: Watercourse. HEX triplet: 04, 71 and 4E. RGB value is (4,113,78). Sum of RGB (Red+Green+Blue) = 4+113+78=195 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.05% from 195); Green value is 113 (44.53% from 255 or 57.95% from 195); Blue value is 78 (30.86% from 255 or 40% from 195); Max value from RGB is 113 - color contains mainly: green. Hex color #04714E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04714E is #FB8EB1. Grayscale: #4C4C4C. Windows color (decimal): -16486066 or 5140740. OLE color: 5140740.
HSL color Cylindrical-coordinate representation of color #04714E: hue angle of 160.73º 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 #04714E is Cyan = 0.96, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 4 | 113 | 78 | - |
| CMYK | 0.96 | 0 | 0.31 | 0.56 |
| HSL | 160.73º | 0.93% | 0.23% | - |
| HSV(B) | 160.73º | 0.96% | 0.44% | - |
| XYZ | 7.33 | 12.39 | 9.21 | - |
| YUV | 76.42 | 128.89 | 76.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 113 | 78 | 0.96 | 0 | 0.31 | 0.56 | 160.73 | 0.93 | 0.23 |
| Hex | 4 | 71 | 4E | 60 | 0 | 1F | 38 | A1 | 5D | 17 |
| Octal | 4 | 161 | 116 | 140 | 0 | 37 | 70 | 241 | 135 | 27 |
| Binary | 100 | 1110001 | 1001110 | 1100000 | 0 | 11111 | 111000 | 10100001 | 1011101 | 10111 |
Color Harmonies of #04714E
Complementary color
Monochromatic Colors of #04714E
Black with #04714E
Text Example
Text Example
White with #04714E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04714E; }
p { color: rgb(4,113,78); }
H1.HeaderClassName
{
color: #04714E;
}
.AnyTagClassName
{
color: #04714E;
}
</style>
background-color css
<style>
a { background-color: #04714E; }
a { background-color: rgb(4,113,78); }
div.DivClassName
{
background-color: #04714E;
}
.BgClassName
{
background-color: #04714E;
}
</style>
border-color css
<style>
span { border-color: #04714E; }
span { border-color: rgb(4,113,78); }
td.TdClassName
{
border-color: #04714E;
}
.TagClassName
{
border-color: #04714E;
}
</style>