Shades of Watercourse #04654F
Tints of Watercourse #04654F
RGB
CMYK
RGB Variations
Color information
#04654F (or 0x04654F) is known color: Watercourse. HEX triplet: 04, 65 and 4F. RGB value is (4,101,79). Sum of RGB (Red+Green+Blue) = 4+101+79=184 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.17% from 184); Green value is 101 (39.84% from 255 or 54.89% from 184); Blue value is 79 (31.25% from 255 or 42.93% from 184); Max value from RGB is 101 - color contains mainly: green. Hex color #04654F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04654F is #FB9AB0. Grayscale: #454545. Windows color (decimal): -16489137 or 5203204. OLE color: 5203204.
HSL color Cylindrical-coordinate representation of color #04654F: hue angle of 166.39º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04654F is Cyan = 0.96, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 4 | 101 | 79 | - |
| CMYK | 0.96 | 0 | 0.22 | 0.60 |
| HSL | 166.39º | 0.92% | 0.21% | - |
| HSV(B) | 166.39º | 0.96% | 0.4% | - |
| XYZ | 6.12 | 9.9 | 8.99 | - |
| YUV | 69.49 | 133.36 | 81.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 101 | 79 | 0.96 | 0 | 0.22 | 0.60 | 166.39 | 0.92 | 0.21 |
| Hex | 4 | 65 | 4F | 60 | 0 | 16 | 3C | A6 | 5C | 15 |
| Octal | 4 | 145 | 117 | 140 | 0 | 26 | 74 | 246 | 134 | 25 |
| Binary | 100 | 1100101 | 1001111 | 1100000 | 0 | 10110 | 111100 | 10100110 | 1011100 | 10101 |
Color Harmonies of #04654F
Complementary color
Monochromatic Colors of #04654F
Black with #04654F
Text Example
Text Example
White with #04654F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04654F; }
p { color: rgb(4,101,79); }
H1.HeaderClassName
{
color: #04654F;
}
.AnyTagClassName
{
color: #04654F;
}
</style>
background-color css
<style>
a { background-color: #04654F; }
a { background-color: rgb(4,101,79); }
div.DivClassName
{
background-color: #04654F;
}
.BgClassName
{
background-color: #04654F;
}
</style>
border-color css
<style>
span { border-color: #04654F; }
span { border-color: rgb(4,101,79); }
td.TdClassName
{
border-color: #04654F;
}
.TagClassName
{
border-color: #04654F;
}
</style>