Shades of Watercourse #015C47
Tints of Watercourse #015C47
RGB
CMYK
RGB Variations
Color information
#015C47 (or 0x015C47) is known color: Watercourse. HEX triplet: 01, 5C and 47. RGB value is (1,92,71). Sum of RGB (Red+Green+Blue) = 1+92+71=164 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 164); Green value is 92 (36.33% from 255 or 56.10% from 164); Blue value is 71 (28.12% from 255 or 43.29% from 164); Max value from RGB is 92 - color contains mainly: green. Hex color #015C47 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015C47 is #FEA3B8. Grayscale: #3E3E3E. Windows color (decimal): -16688057 or 4676609. OLE color: 4676609.
HSL color Cylindrical-coordinate representation of color #015C47: hue angle of 166.15º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015C47 is Cyan = 0.99, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 1 | 92 | 71 | - |
| CMYK | 0.99 | 0 | 0.23 | 0.64 |
| HSL | 166.15º | 0.98% | 0.18% | - |
| HSV(B) | 166.15º | 0.99% | 0.36% | - |
| XYZ | 4.98 | 8.12 | 7.27 | - |
| YUV | 62.4 | 132.85 | 84.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 92 | 71 | 0.99 | 0 | 0.23 | 0.64 | 166.15 | 0.98 | 0.18 |
| Hex | 1 | 5C | 47 | 63 | 0 | 17 | 40 | A6 | 62 | 12 |
| Octal | 1 | 134 | 107 | 143 | 0 | 27 | 100 | 246 | 142 | 22 |
| Binary | 1 | 1011100 | 1000111 | 1100011 | 0 | 10111 | 1000000 | 10100110 | 1100010 | 10010 |
Color Harmonies of #015C47
Complementary color
Monochromatic Colors of #015C47
Black with #015C47
Text Example
Text Example
White with #015C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015C47; }
p { color: rgb(1,92,71); }
H1.HeaderClassName
{
color: #015C47;
}
.AnyTagClassName
{
color: #015C47;
}
</style>
background-color css
<style>
a { background-color: #015C47; }
a { background-color: rgb(1,92,71); }
div.DivClassName
{
background-color: #015C47;
}
.BgClassName
{
background-color: #015C47;
}
</style>
border-color css
<style>
span { border-color: #015C47; }
span { border-color: rgb(1,92,71); }
td.TdClassName
{
border-color: #015C47;
}
.TagClassName
{
border-color: #015C47;
}
</style>