Shades of Watercourse #045E48
Tints of Watercourse #045E48
RGB
CMYK
RGB Variations
Color information
#045E48 (or 0x045E48) is known color: Watercourse. HEX triplet: 04, 5E and 48. RGB value is (4,94,72). Sum of RGB (Red+Green+Blue) = 4+94+72=170 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.35% from 170); Green value is 94 (37.11% from 255 or 55.29% from 170); Blue value is 72 (28.52% from 255 or 42.35% from 170); Max value from RGB is 94 - color contains mainly: green. Hex color #045E48 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #045E48 is #FBA1B7. Grayscale: #404040. Windows color (decimal): -16490936 or 4742660. OLE color: 4742660.
HSL color Cylindrical-coordinate representation of color #045E48: hue angle of 165.33º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #045E48 is Cyan = 0.96, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 4 | 94 | 72 | - |
| CMYK | 0.96 | 0 | 0.23 | 0.63 |
| HSL | 165.33º | 0.92% | 0.19% | - |
| HSV(B) | 165.33º | 0.96% | 0.37% | - |
| XYZ | 5.22 | 8.5 | 7.5 | - |
| YUV | 64.58 | 132.18 | 84.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 94 | 72 | 0.96 | 0 | 0.23 | 0.63 | 165.33 | 0.92 | 0.19 |
| Hex | 4 | 5E | 48 | 60 | 0 | 17 | 3F | A5 | 5C | 13 |
| Octal | 4 | 136 | 110 | 140 | 0 | 27 | 77 | 245 | 134 | 23 |
| Binary | 100 | 1011110 | 1001000 | 1100000 | 0 | 10111 | 111111 | 10100101 | 1011100 | 10011 |
Color Harmonies of #045E48
Complementary color
Monochromatic Colors of #045E48
Black with #045E48
Text Example
Text Example
White with #045E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045E48; }
p { color: rgb(4,94,72); }
H1.HeaderClassName
{
color: #045E48;
}
.AnyTagClassName
{
color: #045E48;
}
</style>
background-color css
<style>
a { background-color: #045E48; }
a { background-color: rgb(4,94,72); }
div.DivClassName
{
background-color: #045E48;
}
.BgClassName
{
background-color: #045E48;
}
</style>
border-color css
<style>
span { border-color: #045E48; }
span { border-color: rgb(4,94,72); }
td.TdClassName
{
border-color: #045E48;
}
.TagClassName
{
border-color: #045E48;
}
</style>