Shades of Watercourse #045D49
Tints of Watercourse #045D49
RGB
CMYK
RGB Variations
Color information
#045D49 (or 0x045D49) is known color: Watercourse. HEX triplet: 04, 5D and 49. RGB value is (4,93,73). Sum of RGB (Red+Green+Blue) = 4+93+73=170 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.35% from 170); Green value is 93 (36.72% from 255 or 54.71% from 170); Blue value is 73 (28.91% from 255 or 42.94% from 170); Max value from RGB is 93 - color contains mainly: green. Hex color #045D49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #045D49 is #FBA2B6. Grayscale: #404040. Windows color (decimal): -16491191 or 4807940. OLE color: 4807940.
HSL color Cylindrical-coordinate representation of color #045D49: hue angle of 166.52º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #045D49 is Cyan = 0.96, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 4 | 93 | 73 | - |
| CMYK | 0.96 | 0 | 0.22 | 0.64 |
| HSL | 166.52º | 0.92% | 0.19% | - |
| HSV(B) | 166.52º | 0.96% | 0.36% | - |
| XYZ | 5.17 | 8.34 | 7.64 | - |
| YUV | 64.11 | 133.01 | 85.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 93 | 73 | 0.96 | 0 | 0.22 | 0.64 | 166.52 | 0.92 | 0.19 |
| Hex | 4 | 5D | 49 | 60 | 0 | 16 | 40 | A7 | 5C | 13 |
| Octal | 4 | 135 | 111 | 140 | 0 | 26 | 100 | 247 | 134 | 23 |
| Binary | 100 | 1011101 | 1001001 | 1100000 | 0 | 10110 | 1000000 | 10100111 | 1011100 | 10011 |
Color Harmonies of #045D49
Complementary color
Monochromatic Colors of #045D49
Black with #045D49
Text Example
Text Example
White with #045D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045D49; }
p { color: rgb(4,93,73); }
H1.HeaderClassName
{
color: #045D49;
}
.AnyTagClassName
{
color: #045D49;
}
</style>
background-color css
<style>
a { background-color: #045D49; }
a { background-color: rgb(4,93,73); }
div.DivClassName
{
background-color: #045D49;
}
.BgClassName
{
background-color: #045D49;
}
</style>
border-color css
<style>
span { border-color: #045D49; }
span { border-color: rgb(4,93,73); }
td.TdClassName
{
border-color: #045D49;
}
.TagClassName
{
border-color: #045D49;
}
</style>