Shades of Watercourse #005D43
Tints of Watercourse #005D43
RGB
CMYK
RGB Variations
Color information
#005D43 (or 0x005D43) is known color: Watercourse. HEX triplet: 00, 5D and 43. RGB value is (0,93,67). Sum of RGB (Red+Green+Blue) = 0+93+67=160 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 160); Green value is 93 (36.72% from 255 or 58.12% from 160); Blue value is 67 (26.56% from 255 or 41.88% from 160); Max value from RGB is 93 - color contains mainly: green. Hex color #005D43 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005D43 is #FFA2BC. Grayscale: #3E3E3E. Windows color (decimal): -16753341 or 4414720. OLE color: 4414720.
HSL color Cylindrical-coordinate representation of color #005D43: hue angle of 163.23º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005D43 is Cyan = 1, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 0 | 93 | 67 | - |
| CMYK | 1 | 0 | 0.28 | 0.64 |
| HSL | 163.23º | 1% | 0.18% | - |
| HSV(B) | 163.23º | 1% | 0.36% | - |
| XYZ | 4.93 | 8.23 | 6.64 | - |
| YUV | 62.23 | 130.69 | 83.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 93 | 67 | 1 | 0 | 0.28 | 0.64 | 163.23 | 1 | 0.18 |
| Hex | 0 | 5D | 43 | 64 | 0 | 1C | 40 | A3 | 64 | 12 |
| Octal | 0 | 135 | 103 | 144 | 0 | 34 | 100 | 243 | 144 | 22 |
| Binary | 0 | 1011101 | 1000011 | 1100100 | 0 | 11100 | 1000000 | 10100011 | 1100100 | 10010 |
Color Harmonies of #005D43
Complementary color
Monochromatic Colors of #005D43
Black with #005D43
Text Example
Text Example
White with #005D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005D43; }
p { color: rgb(0,93,67); }
H1.HeaderClassName
{
color: #005D43;
}
.AnyTagClassName
{
color: #005D43;
}
</style>
background-color css
<style>
a { background-color: #005D43; }
a { background-color: rgb(0,93,67); }
div.DivClassName
{
background-color: #005D43;
}
.BgClassName
{
background-color: #005D43;
}
</style>
border-color css
<style>
span { border-color: #005D43; }
span { border-color: rgb(0,93,67); }
td.TdClassName
{
border-color: #005D43;
}
.TagClassName
{
border-color: #005D43;
}
</style>