Shades of Watercourse #045D47
Tints of Watercourse #045D47
RGB
CMYK
RGB Variations
Color information
#045D47 (or 0x045D47) is known color: Watercourse. HEX triplet: 04, 5D and 47. RGB value is (4,93,71). Sum of RGB (Red+Green+Blue) = 4+93+71=168 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.38% from 168); Green value is 93 (36.72% from 255 or 55.36% from 168); Blue value is 71 (28.12% from 255 or 42.26% from 168); Max value from RGB is 93 - color contains mainly: green. Hex color #045D47 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #045D47 is #FBA2B8. Grayscale: #3F3F3F. Windows color (decimal): -16491193 or 4676868. OLE color: 4676868.
HSL color Cylindrical-coordinate representation of color #045D47: hue angle of 165.17º 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 #045D47 is Cyan = 0.96, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 4 | 93 | 71 | - |
| CMYK | 0.96 | 0 | 0.24 | 0.64 |
| HSL | 165.17º | 0.92% | 0.19% | - |
| HSV(B) | 165.17º | 0.96% | 0.36% | - |
| XYZ | 5.1 | 8.31 | 7.3 | - |
| YUV | 63.88 | 132.01 | 85.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 93 | 71 | 0.96 | 0 | 0.24 | 0.64 | 165.17 | 0.92 | 0.19 |
| Hex | 4 | 5D | 47 | 60 | 0 | 18 | 40 | A5 | 5C | 13 |
| Octal | 4 | 135 | 107 | 140 | 0 | 30 | 100 | 245 | 134 | 23 |
| Binary | 100 | 1011101 | 1000111 | 1100000 | 0 | 11000 | 1000000 | 10100101 | 1011100 | 10011 |
Color Harmonies of #045D47
Complementary color
Monochromatic Colors of #045D47
Black with #045D47
Text Example
Text Example
White with #045D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045D47; }
p { color: rgb(4,93,71); }
H1.HeaderClassName
{
color: #045D47;
}
.AnyTagClassName
{
color: #045D47;
}
</style>
background-color css
<style>
a { background-color: #045D47; }
a { background-color: rgb(4,93,71); }
div.DivClassName
{
background-color: #045D47;
}
.BgClassName
{
background-color: #045D47;
}
</style>
border-color css
<style>
span { border-color: #045D47; }
span { border-color: rgb(4,93,71); }
td.TdClassName
{
border-color: #045D47;
}
.TagClassName
{
border-color: #045D47;
}
</style>