Shades of Watercourse #04764A
Tints of Watercourse #04764A
RGB
CMYK
RGB Variations
Color information
#04764A (or 0x04764A) is known color: Watercourse. HEX triplet: 04, 76 and 4A. RGB value is (4,118,74). Sum of RGB (Red+Green+Blue) = 4+118+74=196 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.04% from 196); Green value is 118 (46.48% from 255 or 60.20% from 196); Blue value is 74 (29.30% from 255 or 37.76% from 196); Max value from RGB is 118 - color contains mainly: green. Hex color #04764A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04764A is #FB89B5. Grayscale: #4E4E4E. Windows color (decimal): -16484790 or 4879876. OLE color: 4879876.
HSL color Cylindrical-coordinate representation of color #04764A: hue angle of 156.84º 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 #04764A is Cyan = 0.97, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 4 | 118 | 74 | - |
| CMYK | 0.97 | 0 | 0.37 | 0.54 |
| HSL | 156.84º | 0.93% | 0.24% | - |
| HSV(B) | 156.84º | 0.97% | 0.46% | - |
| XYZ | 7.76 | 13.48 | 8.67 | - |
| YUV | 78.9 | 125.23 | 74.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 118 | 74 | 0.97 | 0 | 0.37 | 0.54 | 156.84 | 0.93 | 0.24 |
| Hex | 4 | 76 | 4A | 61 | 0 | 25 | 36 | 9D | 5D | 18 |
| Octal | 4 | 166 | 112 | 141 | 0 | 45 | 66 | 235 | 135 | 30 |
| Binary | 100 | 1110110 | 1001010 | 1100001 | 0 | 100101 | 110110 | 10011101 | 1011101 | 11000 |
Color Harmonies of #04764A
Complementary color
Monochromatic Colors of #04764A
Black with #04764A
Text Example
Text Example
White with #04764A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04764A; }
p { color: rgb(4,118,74); }
H1.HeaderClassName
{
color: #04764A;
}
.AnyTagClassName
{
color: #04764A;
}
</style>
background-color css
<style>
a { background-color: #04764A; }
a { background-color: rgb(4,118,74); }
div.DivClassName
{
background-color: #04764A;
}
.BgClassName
{
background-color: #04764A;
}
</style>
border-color css
<style>
span { border-color: #04764A; }
span { border-color: rgb(4,118,74); }
td.TdClassName
{
border-color: #04764A;
}
.TagClassName
{
border-color: #04764A;
}
</style>