Shades of Watercourse #005C47
Tints of Watercourse #005C47
RGB
CMYK
RGB Variations
Color information
#005C47 (or 0x005C47) is known color: Watercourse. HEX triplet: 00, 5C and 47. RGB value is (0,92,71). Sum of RGB (Red+Green+Blue) = 0+92+71=163 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 163); Green value is 92 (36.33% from 255 or 56.44% from 163); Blue value is 71 (28.12% from 255 or 43.56% from 163); Max value from RGB is 92 - color contains mainly: green. Hex color #005C47 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005C47 is #FFA3B8. Grayscale: #3E3E3E. Windows color (decimal): -16753593 or 4676608. OLE color: 4676608.
HSL color Cylindrical-coordinate representation of color #005C47: hue angle of 166.3º 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 #005C47 is Cyan = 1, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 0 | 92 | 71 | - |
| CMYK | 1 | 0 | 0.23 | 0.64 |
| HSL | 166.3º | 1% | 0.18% | - |
| HSV(B) | 166.3º | 1% | 0.36% | - |
| XYZ | 4.96 | 8.11 | 7.26 | - |
| YUV | 62.1 | 133.02 | 83.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 92 | 71 | 1 | 0 | 0.23 | 0.64 | 166.3 | 1 | 0.18 |
| Hex | 0 | 5C | 47 | 64 | 0 | 17 | 40 | A6 | 64 | 12 |
| Octal | 0 | 134 | 107 | 144 | 0 | 27 | 100 | 246 | 144 | 22 |
| Binary | 0 | 1011100 | 1000111 | 1100100 | 0 | 10111 | 1000000 | 10100110 | 1100100 | 10010 |
Color Harmonies of #005C47
Complementary color
Monochromatic Colors of #005C47
Black with #005C47
Text Example
Text Example
White with #005C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005C47; }
p { color: rgb(0,92,71); }
H1.HeaderClassName
{
color: #005C47;
}
.AnyTagClassName
{
color: #005C47;
}
</style>
background-color css
<style>
a { background-color: #005C47; }
a { background-color: rgb(0,92,71); }
div.DivClassName
{
background-color: #005C47;
}
.BgClassName
{
background-color: #005C47;
}
</style>
border-color css
<style>
span { border-color: #005C47; }
span { border-color: rgb(0,92,71); }
td.TdClassName
{
border-color: #005C47;
}
.TagClassName
{
border-color: #005C47;
}
</style>