Shades of Watercourse #0A5949
Tints of Watercourse #0A5949
RGB
CMYK
RGB Variations
Color information
#0A5949 (or 0x0A5949) is known color: Watercourse. HEX triplet: 0A, 59 and 49. RGB value is (10,89,73). Sum of RGB (Red+Green+Blue) = 10+89+73=172 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.81% from 172); Green value is 89 (35.16% from 255 or 51.74% from 172); Blue value is 73 (28.91% from 255 or 42.44% from 172); Max value from RGB is 89 - color contains mainly: green. Hex color #0A5949 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A5949 is #F5A6B6. Grayscale: #3F3F3F. Windows color (decimal): -16098999 or 4806922. OLE color: 4806922.
HSL color Cylindrical-coordinate representation of color #0A5949: hue angle of 167.85º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A5949 is Cyan = 0.89, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 10 | 89 | 73 | - |
| CMYK | 0.89 | 0 | 0.18 | 0.65 |
| HSL | 167.85º | 0.8% | 0.19% | - |
| HSV(B) | 167.85º | 0.89% | 0.35% | - |
| XYZ | 4.9 | 7.69 | 7.53 | - |
| YUV | 63.56 | 133.33 | 89.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 89 | 73 | 0.89 | 0 | 0.18 | 0.65 | 167.85 | 0.8 | 0.19 |
| Hex | A | 59 | 49 | 59 | 0 | 12 | 41 | A8 | 50 | 13 |
| Octal | 12 | 131 | 111 | 131 | 0 | 22 | 101 | 250 | 120 | 23 |
| Binary | 1010 | 1011001 | 1001001 | 1011001 | 0 | 10010 | 1000001 | 10101000 | 1010000 | 10011 |
Color Harmonies of #0A5949
Complementary color
Monochromatic Colors of #0A5949
Black with #0A5949
Text Example
Text Example
White with #0A5949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A5949; }
p { color: rgb(10,89,73); }
H1.HeaderClassName
{
color: #0A5949;
}
.AnyTagClassName
{
color: #0A5949;
}
</style>
background-color css
<style>
a { background-color: #0A5949; }
a { background-color: rgb(10,89,73); }
div.DivClassName
{
background-color: #0A5949;
}
.BgClassName
{
background-color: #0A5949;
}
</style>
border-color css
<style>
span { border-color: #0A5949; }
span { border-color: rgb(10,89,73); }
td.TdClassName
{
border-color: #0A5949;
}
.TagClassName
{
border-color: #0A5949;
}
</style>