Shades of Watercourse #045B43
Tints of Watercourse #045B43
RGB
CMYK
RGB Variations
Color information
#045B43 (or 0x045B43) is known color: Watercourse. HEX triplet: 04, 5B and 43. RGB value is (4,91,67). Sum of RGB (Red+Green+Blue) = 4+91+67=162 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.47% from 162); Green value is 91 (35.94% from 255 or 56.17% from 162); Blue value is 67 (26.56% from 255 or 41.36% from 162); Max value from RGB is 91 - color contains mainly: green. Hex color #045B43 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #045B43 is #FBA4BC. Grayscale: #3E3E3E. Windows color (decimal): -16491709 or 4414212. OLE color: 4414212.
HSL color Cylindrical-coordinate representation of color #045B43: hue angle of 163.45º 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 #045B43 is Cyan = 0.96, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 4 | 91 | 67 | - |
| CMYK | 0.96 | 0 | 0.26 | 0.64 |
| HSL | 163.45º | 0.92% | 0.19% | - |
| HSV(B) | 163.45º | 0.96% | 0.36% | - |
| XYZ | 4.8 | 7.91 | 6.58 | - |
| YUV | 62.25 | 130.68 | 86.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 91 | 67 | 0.96 | 0 | 0.26 | 0.64 | 163.45 | 0.92 | 0.19 |
| Hex | 4 | 5B | 43 | 60 | 0 | 1A | 40 | A3 | 5C | 13 |
| Octal | 4 | 133 | 103 | 140 | 0 | 32 | 100 | 243 | 134 | 23 |
| Binary | 100 | 1011011 | 1000011 | 1100000 | 0 | 11010 | 1000000 | 10100011 | 1011100 | 10011 |
Color Harmonies of #045B43
Complementary color
Monochromatic Colors of #045B43
Black with #045B43
Text Example
Text Example
White with #045B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045B43; }
p { color: rgb(4,91,67); }
H1.HeaderClassName
{
color: #045B43;
}
.AnyTagClassName
{
color: #045B43;
}
</style>
background-color css
<style>
a { background-color: #045B43; }
a { background-color: rgb(4,91,67); }
div.DivClassName
{
background-color: #045B43;
}
.BgClassName
{
background-color: #045B43;
}
</style>
border-color css
<style>
span { border-color: #045B43; }
span { border-color: rgb(4,91,67); }
td.TdClassName
{
border-color: #045B43;
}
.TagClassName
{
border-color: #045B43;
}
</style>