Shades of Watercourse #04764D
Tints of Watercourse #04764D
RGB
CMYK
RGB Variations
Color information
#04764D (or 0x04764D) is known color: Watercourse. HEX triplet: 04, 76 and 4D. RGB value is (4,118,77). Sum of RGB (Red+Green+Blue) = 4+118+77=199 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2.01% from 199); Green value is 118 (46.48% from 255 or 59.30% from 199); Blue value is 77 (30.47% from 255 or 38.69% from 199); Max value from RGB is 118 - color contains mainly: green. Hex color #04764D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04764D is #FB89B2. Grayscale: #4F4F4F. Windows color (decimal): -16484787 or 5076484. OLE color: 5076484.
HSL color Cylindrical-coordinate representation of color #04764D: hue angle of 158.42º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04764D is Cyan = 0.97, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 4 | 118 | 77 | - |
| CMYK | 0.97 | 0 | 0.35 | 0.54 |
| HSL | 158.42º | 0.93% | 0.24% | - |
| HSV(B) | 158.42º | 0.97% | 0.46% | - |
| XYZ | 7.87 | 13.52 | 9.22 | - |
| YUV | 79.24 | 126.73 | 74.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 118 | 77 | 0.97 | 0 | 0.35 | 0.54 | 158.42 | 0.93 | 0.24 |
| Hex | 4 | 76 | 4D | 61 | 0 | 23 | 36 | 9E | 5D | 18 |
| Octal | 4 | 166 | 115 | 141 | 0 | 43 | 66 | 236 | 135 | 30 |
| Binary | 100 | 1110110 | 1001101 | 1100001 | 0 | 100011 | 110110 | 10011110 | 1011101 | 11000 |
Color Harmonies of #04764D
Complementary color
Monochromatic Colors of #04764D
Black with #04764D
Text Example
Text Example
White with #04764D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04764D; }
p { color: rgb(4,118,77); }
H1.HeaderClassName
{
color: #04764D;
}
.AnyTagClassName
{
color: #04764D;
}
</style>
background-color css
<style>
a { background-color: #04764D; }
a { background-color: rgb(4,118,77); }
div.DivClassName
{
background-color: #04764D;
}
.BgClassName
{
background-color: #04764D;
}
</style>
border-color css
<style>
span { border-color: #04764D; }
span { border-color: rgb(4,118,77); }
td.TdClassName
{
border-color: #04764D;
}
.TagClassName
{
border-color: #04764D;
}
</style>