Shades of Watercourse #037A49
Tints of Watercourse #037A49
RGB
CMYK
RGB Variations
Color information
#037A49 (or 0x037A49) is known color: Watercourse. HEX triplet: 03, 7A and 49. RGB value is (3,122,73). Sum of RGB (Red+Green+Blue) = 3+122+73=198 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.52% from 198); Green value is 122 (48.05% from 255 or 61.62% from 198); Blue value is 73 (28.91% from 255 or 36.87% from 198); Max value from RGB is 122 - color contains mainly: green. Hex color #037A49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #037A49 is #FC85B6. Grayscale: #505050. Windows color (decimal): -16549303 or 4815363. OLE color: 4815363.
HSL color Cylindrical-coordinate representation of color #037A49: hue angle of 155.29º 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 #037A49 is Cyan = 0.98, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 3 | 122 | 73 | - |
| CMYK | 0.98 | 0 | 0.40 | 0.52 |
| HSL | 155.29º | 0.95% | 0.25% | - |
| HSV(B) | 155.29º | 0.98% | 0.48% | - |
| XYZ | 8.2 | 14.42 | 8.65 | - |
| YUV | 80.83 | 123.58 | 72.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 122 | 73 | 0.98 | 0 | 0.40 | 0.52 | 155.29 | 0.95 | 0.25 |
| Hex | 3 | 7A | 49 | 62 | 0 | 28 | 34 | 9B | 5F | 19 |
| Octal | 3 | 172 | 111 | 142 | 0 | 50 | 64 | 233 | 137 | 31 |
| Binary | 11 | 1111010 | 1001001 | 1100010 | 0 | 101000 | 110100 | 10011011 | 1011111 | 11001 |
Color Harmonies of #037A49
Complementary color
Monochromatic Colors of #037A49
Black with #037A49
Text Example
Text Example
White with #037A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037A49; }
p { color: rgb(3,122,73); }
H1.HeaderClassName
{
color: #037A49;
}
.AnyTagClassName
{
color: #037A49;
}
</style>
background-color css
<style>
a { background-color: #037A49; }
a { background-color: rgb(3,122,73); }
div.DivClassName
{
background-color: #037A49;
}
.BgClassName
{
background-color: #037A49;
}
</style>
border-color css
<style>
span { border-color: #037A49; }
span { border-color: rgb(3,122,73); }
td.TdClassName
{
border-color: #037A49;
}
.TagClassName
{
border-color: #037A49;
}
</style>