Shades of Watercourse #0D7052
Tints of Watercourse #0D7052
RGB
CMYK
RGB Variations
Color information
#0D7052 (or 0x0D7052) is known color: Watercourse. HEX triplet: 0D, 70 and 52. RGB value is (13,112,82). Sum of RGB (Red+Green+Blue) = 13+112+82=207 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.28% from 207); Green value is 112 (44.14% from 255 or 54.11% from 207); Blue value is 82 (32.42% from 255 or 39.61% from 207); Max value from RGB is 112 - color contains mainly: green. Hex color #0D7052 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D7052 is #F28FAD. Grayscale: #4F4F4F. Windows color (decimal): -15896494 or 5402637. OLE color: 5402637.
HSL color Cylindrical-coordinate representation of color #0D7052: hue angle of 161.82º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D7052 is Cyan = 0.88, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 13 | 112 | 82 | - |
| CMYK | 0.88 | 0 | 0.27 | 0.56 |
| HSL | 161.82º | 0.79% | 0.25% | - |
| HSV(B) | 161.82º | 0.88% | 0.44% | - |
| XYZ | 7.48 | 12.28 | 9.96 | - |
| YUV | 78.98 | 129.7 | 80.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 112 | 82 | 0.88 | 0 | 0.27 | 0.56 | 161.82 | 0.79 | 0.25 |
| Hex | D | 70 | 52 | 58 | 0 | 1B | 38 | A2 | 4F | 19 |
| Octal | 15 | 160 | 122 | 130 | 0 | 33 | 70 | 242 | 117 | 31 |
| Binary | 1101 | 1110000 | 1010010 | 1011000 | 0 | 11011 | 111000 | 10100010 | 1001111 | 11001 |
Color Harmonies of #0D7052
Complementary color
Monochromatic Colors of #0D7052
Black with #0D7052
Text Example
Text Example
White with #0D7052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D7052; }
p { color: rgb(13,112,82); }
H1.HeaderClassName
{
color: #0D7052;
}
.AnyTagClassName
{
color: #0D7052;
}
</style>
background-color css
<style>
a { background-color: #0D7052; }
a { background-color: rgb(13,112,82); }
div.DivClassName
{
background-color: #0D7052;
}
.BgClassName
{
background-color: #0D7052;
}
</style>
border-color css
<style>
span { border-color: #0D7052; }
span { border-color: rgb(13,112,82); }
td.TdClassName
{
border-color: #0D7052;
}
.TagClassName
{
border-color: #0D7052;
}
</style>