Shades of Watercourse #045841
Tints of Watercourse #045841
RGB
CMYK
RGB Variations
Color information
#045841 (or 0x045841) is known color: Watercourse. HEX triplet: 04, 58 and 41. RGB value is (4,88,65). Sum of RGB (Red+Green+Blue) = 4+88+65=157 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.55% from 157); Green value is 88 (34.77% from 255 or 56.05% from 157); Blue value is 65 (25.78% from 255 or 41.40% from 157); Max value from RGB is 88 - color contains mainly: green. Hex color #045841 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #045841 is #FBA7BE. Grayscale: #3C3C3C. Windows color (decimal): -16492479 or 4282372. OLE color: 4282372.
HSL color Cylindrical-coordinate representation of color #045841: hue angle of 163.57º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #045841 is Cyan = 0.95, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 4 | 88 | 65 | - |
| CMYK | 0.95 | 0 | 0.26 | 0.65 |
| HSL | 163.57º | 0.91% | 0.18% | - |
| HSV(B) | 163.57º | 0.95% | 0.35% | - |
| XYZ | 4.49 | 7.39 | 6.19 | - |
| YUV | 60.26 | 130.67 | 87.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 88 | 65 | 0.95 | 0 | 0.26 | 0.65 | 163.57 | 0.91 | 0.18 |
| Hex | 4 | 58 | 41 | 5F | 0 | 1A | 41 | A4 | 5B | 12 |
| Octal | 4 | 130 | 101 | 137 | 0 | 32 | 101 | 244 | 133 | 22 |
| Binary | 100 | 1011000 | 1000001 | 1011111 | 0 | 11010 | 1000001 | 10100100 | 1011011 | 10010 |
Color Harmonies of #045841
Complementary color
Monochromatic Colors of #045841
Black with #045841
Text Example
Text Example
White with #045841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045841; }
p { color: rgb(4,88,65); }
H1.HeaderClassName
{
color: #045841;
}
.AnyTagClassName
{
color: #045841;
}
</style>
background-color css
<style>
a { background-color: #045841; }
a { background-color: rgb(4,88,65); }
div.DivClassName
{
background-color: #045841;
}
.BgClassName
{
background-color: #045841;
}
</style>
border-color css
<style>
span { border-color: #045841; }
span { border-color: rgb(4,88,65); }
td.TdClassName
{
border-color: #045841;
}
.TagClassName
{
border-color: #045841;
}
</style>