Shades of Watercourse #005F43
Tints of Watercourse #005F43
RGB
CMYK
RGB Variations
Color information
#005F43 (or 0x005F43) is known color: Watercourse. HEX triplet: 00, 5F and 43. RGB value is (0,95,67). Sum of RGB (Red+Green+Blue) = 0+95+67=162 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 162); Green value is 95 (37.5% from 255 or 58.64% from 162); Blue value is 67 (26.56% from 255 or 41.36% from 162); Max value from RGB is 95 - color contains mainly: green. Hex color #005F43 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005F43 is #FFA0BC. Grayscale: #3F3F3F. Windows color (decimal): -16752829 or 4415232. OLE color: 4415232.
HSL color Cylindrical-coordinate representation of color #005F43: hue angle of 162.32º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005F43 is Cyan = 1, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 0 | 95 | 67 | - |
| CMYK | 1 | 0 | 0.29 | 0.63 |
| HSL | 162.32º | 1% | 0.19% | - |
| HSV(B) | 162.32º | 1% | 0.37% | - |
| XYZ | 5.11 | 8.59 | 6.7 | - |
| YUV | 63.4 | 130.03 | 82.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 95 | 67 | 1 | 0 | 0.29 | 0.63 | 162.32 | 1 | 0.19 |
| Hex | 0 | 5F | 43 | 64 | 0 | 1D | 3F | A2 | 64 | 13 |
| Octal | 0 | 137 | 103 | 144 | 0 | 35 | 77 | 242 | 144 | 23 |
| Binary | 0 | 1011111 | 1000011 | 1100100 | 0 | 11101 | 111111 | 10100010 | 1100100 | 10011 |
Color Harmonies of #005F43
Complementary color
Monochromatic Colors of #005F43
Black with #005F43
Text Example
Text Example
White with #005F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005F43; }
p { color: rgb(0,95,67); }
H1.HeaderClassName
{
color: #005F43;
}
.AnyTagClassName
{
color: #005F43;
}
</style>
background-color css
<style>
a { background-color: #005F43; }
a { background-color: rgb(0,95,67); }
div.DivClassName
{
background-color: #005F43;
}
.BgClassName
{
background-color: #005F43;
}
</style>
border-color css
<style>
span { border-color: #005F43; }
span { border-color: rgb(0,95,67); }
td.TdClassName
{
border-color: #005F43;
}
.TagClassName
{
border-color: #005F43;
}
</style>