Shades of Watercourse #04654C
Tints of Watercourse #04654C
RGB
CMYK
RGB Variations
Color information
#04654C (or 0x04654C) is known color: Watercourse. HEX triplet: 04, 65 and 4C. RGB value is (4,101,76). Sum of RGB (Red+Green+Blue) = 4+101+76=181 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.21% from 181); Green value is 101 (39.84% from 255 or 55.80% from 181); Blue value is 76 (30.08% from 255 or 41.99% from 181); Max value from RGB is 101 - color contains mainly: green. Hex color #04654C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04654C is #FB9AB3. Grayscale: #454545. Windows color (decimal): -16489140 or 5006596. OLE color: 5006596.
HSL color Cylindrical-coordinate representation of color #04654C: hue angle of 164.54º 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 #04654C is Cyan = 0.96, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 4 | 101 | 76 | - |
| CMYK | 0.96 | 0 | 0.25 | 0.60 |
| HSL | 164.54º | 0.92% | 0.21% | - |
| HSV(B) | 164.54º | 0.96% | 0.4% | - |
| XYZ | 6.01 | 9.85 | 8.42 | - |
| YUV | 69.15 | 131.86 | 81.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 101 | 76 | 0.96 | 0 | 0.25 | 0.60 | 164.54 | 0.92 | 0.21 |
| Hex | 4 | 65 | 4C | 60 | 0 | 19 | 3C | A5 | 5C | 15 |
| Octal | 4 | 145 | 114 | 140 | 0 | 31 | 74 | 245 | 134 | 25 |
| Binary | 100 | 1100101 | 1001100 | 1100000 | 0 | 11001 | 111100 | 10100101 | 1011100 | 10101 |
Color Harmonies of #04654C
Complementary color
Monochromatic Colors of #04654C
Black with #04654C
Text Example
Text Example
White with #04654C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04654C; }
p { color: rgb(4,101,76); }
H1.HeaderClassName
{
color: #04654C;
}
.AnyTagClassName
{
color: #04654C;
}
</style>
background-color css
<style>
a { background-color: #04654C; }
a { background-color: rgb(4,101,76); }
div.DivClassName
{
background-color: #04654C;
}
.BgClassName
{
background-color: #04654C;
}
</style>
border-color css
<style>
span { border-color: #04654C; }
span { border-color: rgb(4,101,76); }
td.TdClassName
{
border-color: #04654C;
}
.TagClassName
{
border-color: #04654C;
}
</style>