Shades of Watercourse #037A50
Tints of Watercourse #037A50
RGB
CMYK
RGB Variations
Color information
#037A50 (or 0x037A50) is known color: Watercourse. HEX triplet: 03, 7A and 50. RGB value is (3,122,80). Sum of RGB (Red+Green+Blue) = 3+122+80=205 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.46% from 205); Green value is 122 (48.05% from 255 or 59.51% from 205); Blue value is 80 (31.64% from 255 or 39.02% from 205); Max value from RGB is 122 - color contains mainly: green. Hex color #037A50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #037A50 is #FC85AF. Grayscale: #515151. Windows color (decimal): -16549296 or 5274115. OLE color: 5274115.
HSL color Cylindrical-coordinate representation of color #037A50: hue angle of 158.82º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #037A50 is Cyan = 0.98, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 3 | 122 | 80 | - |
| CMYK | 0.98 | 0 | 0.34 | 0.52 |
| HSL | 158.82º | 0.95% | 0.25% | - |
| HSV(B) | 158.82º | 0.98% | 0.48% | - |
| XYZ | 8.45 | 14.52 | 9.95 | - |
| YUV | 81.63 | 127.08 | 71.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 122 | 80 | 0.98 | 0 | 0.34 | 0.52 | 158.82 | 0.95 | 0.25 |
| Hex | 3 | 7A | 50 | 62 | 0 | 22 | 34 | 9F | 5F | 19 |
| Octal | 3 | 172 | 120 | 142 | 0 | 42 | 64 | 237 | 137 | 31 |
| Binary | 11 | 1111010 | 1010000 | 1100010 | 0 | 100010 | 110100 | 10011111 | 1011111 | 11001 |
Color Harmonies of #037A50
Complementary color
Monochromatic Colors of #037A50
Black with #037A50
Text Example
Text Example
White with #037A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037A50; }
p { color: rgb(3,122,80); }
H1.HeaderClassName
{
color: #037A50;
}
.AnyTagClassName
{
color: #037A50;
}
</style>
background-color css
<style>
a { background-color: #037A50; }
a { background-color: rgb(3,122,80); }
div.DivClassName
{
background-color: #037A50;
}
.BgClassName
{
background-color: #037A50;
}
</style>
border-color css
<style>
span { border-color: #037A50; }
span { border-color: rgb(3,122,80); }
td.TdClassName
{
border-color: #037A50;
}
.TagClassName
{
border-color: #037A50;
}
</style>