Shades of Watercourse #015948
Tints of Watercourse #015948
RGB
CMYK
RGB Variations
Color information
#015948 (or 0x015948) is known color: Watercourse. HEX triplet: 01, 59 and 48. RGB value is (1,89,72). Sum of RGB (Red+Green+Blue) = 1+89+72=162 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 162); Green value is 89 (35.16% from 255 or 54.94% from 162); Blue value is 72 (28.52% from 255 or 44.44% from 162); Max value from RGB is 89 - color contains mainly: green. Hex color #015948 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015948 is #FEA6B7. Grayscale: #3C3C3C. Windows color (decimal): -16688824 or 4741377. OLE color: 4741377.
HSL color Cylindrical-coordinate representation of color #015948: hue angle of 168.41º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015948 is Cyan = 0.99, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 1 | 89 | 72 | - |
| CMYK | 0.99 | 0 | 0.19 | 0.65 |
| HSL | 168.41º | 0.98% | 0.18% | - |
| HSV(B) | 168.41º | 0.99% | 0.35% | - |
| XYZ | 4.75 | 7.62 | 7.35 | - |
| YUV | 60.75 | 134.35 | 85.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 89 | 72 | 0.99 | 0 | 0.19 | 0.65 | 168.41 | 0.98 | 0.18 |
| Hex | 1 | 59 | 48 | 63 | 0 | 13 | 41 | A8 | 62 | 12 |
| Octal | 1 | 131 | 110 | 143 | 0 | 23 | 101 | 250 | 142 | 22 |
| Binary | 1 | 1011001 | 1001000 | 1100011 | 0 | 10011 | 1000001 | 10101000 | 1100010 | 10010 |
Color Harmonies of #015948
Complementary color
Monochromatic Colors of #015948
Black with #015948
Text Example
Text Example
White with #015948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015948; }
p { color: rgb(1,89,72); }
H1.HeaderClassName
{
color: #015948;
}
.AnyTagClassName
{
color: #015948;
}
</style>
background-color css
<style>
a { background-color: #015948; }
a { background-color: rgb(1,89,72); }
div.DivClassName
{
background-color: #015948;
}
.BgClassName
{
background-color: #015948;
}
</style>
border-color css
<style>
span { border-color: #015948; }
span { border-color: rgb(1,89,72); }
td.TdClassName
{
border-color: #015948;
}
.TagClassName
{
border-color: #015948;
}
</style>