Shades of Watercourse #005E43
Tints of Watercourse #005E43
RGB
CMYK
RGB Variations
Color information
#005E43 (or 0x005E43) is known color: Watercourse. HEX triplet: 00, 5E and 43. RGB value is (0,94,67). Sum of RGB (Red+Green+Blue) = 0+94+67=161 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 161); Green value is 94 (37.11% from 255 or 58.39% from 161); Blue value is 67 (26.56% from 255 or 41.61% from 161); Max value from RGB is 94 - color contains mainly: green. Hex color #005E43 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005E43 is #FFA1BC. Grayscale: #3E3E3E. Windows color (decimal): -16753085 or 4414976. OLE color: 4414976.
HSL color Cylindrical-coordinate representation of color #005E43: hue angle of 162.77º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005E43 is Cyan = 1, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 0 | 94 | 67 | - |
| CMYK | 1 | 0 | 0.29 | 0.63 |
| HSL | 162.77º | 1% | 0.18% | - |
| HSV(B) | 162.77º | 1% | 0.37% | - |
| XYZ | 5.02 | 8.41 | 6.67 | - |
| YUV | 62.82 | 130.36 | 83.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 94 | 67 | 1 | 0 | 0.29 | 0.63 | 162.77 | 1 | 0.18 |
| Hex | 0 | 5E | 43 | 64 | 0 | 1D | 3F | A3 | 64 | 12 |
| Octal | 0 | 136 | 103 | 144 | 0 | 35 | 77 | 243 | 144 | 22 |
| Binary | 0 | 1011110 | 1000011 | 1100100 | 0 | 11101 | 111111 | 10100011 | 1100100 | 10010 |
Color Harmonies of #005E43
Complementary color
Monochromatic Colors of #005E43
Black with #005E43
Text Example
Text Example
White with #005E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005E43; }
p { color: rgb(0,94,67); }
H1.HeaderClassName
{
color: #005E43;
}
.AnyTagClassName
{
color: #005E43;
}
</style>
background-color css
<style>
a { background-color: #005E43; }
a { background-color: rgb(0,94,67); }
div.DivClassName
{
background-color: #005E43;
}
.BgClassName
{
background-color: #005E43;
}
</style>
border-color css
<style>
span { border-color: #005E43; }
span { border-color: rgb(0,94,67); }
td.TdClassName
{
border-color: #005E43;
}
.TagClassName
{
border-color: #005E43;
}
</style>