Shades of Watercourse #057A49
Tints of Watercourse #057A49
RGB
CMYK
RGB Variations
Color information
#057A49 (or 0x057A49) is known color: Watercourse. HEX triplet: 05, 7A and 49. RGB value is (5,122,73). Sum of RGB (Red+Green+Blue) = 5+122+73=200 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.5% from 200); Green value is 122 (48.05% from 255 or 61% from 200); Blue value is 73 (28.91% from 255 or 36.5% from 200); Max value from RGB is 122 - color contains mainly: green. Hex color #057A49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057A49 is #FA85B6. Grayscale: #515151. Windows color (decimal): -16418231 or 4815365. OLE color: 4815365.
HSL color Cylindrical-coordinate representation of color #057A49: hue angle of 154.87º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057A49 is Cyan = 0.96, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 5 | 122 | 73 | - |
| CMYK | 0.96 | 0 | 0.40 | 0.52 |
| HSL | 154.87º | 0.92% | 0.25% | - |
| HSV(B) | 154.87º | 0.96% | 0.48% | - |
| XYZ | 8.22 | 14.43 | 8.66 | - |
| YUV | 81.43 | 123.24 | 73.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 122 | 73 | 0.96 | 0 | 0.40 | 0.52 | 154.87 | 0.92 | 0.25 |
| Hex | 5 | 7A | 49 | 60 | 0 | 28 | 34 | 9B | 5C | 19 |
| Octal | 5 | 172 | 111 | 140 | 0 | 50 | 64 | 233 | 134 | 31 |
| Binary | 101 | 1111010 | 1001001 | 1100000 | 0 | 101000 | 110100 | 10011011 | 1011100 | 11001 |
Color Harmonies of #057A49
Complementary color
Monochromatic Colors of #057A49
Black with #057A49
Text Example
Text Example
White with #057A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057A49; }
p { color: rgb(5,122,73); }
H1.HeaderClassName
{
color: #057A49;
}
.AnyTagClassName
{
color: #057A49;
}
</style>
background-color css
<style>
a { background-color: #057A49; }
a { background-color: rgb(5,122,73); }
div.DivClassName
{
background-color: #057A49;
}
.BgClassName
{
background-color: #057A49;
}
</style>
border-color css
<style>
span { border-color: #057A49; }
span { border-color: rgb(5,122,73); }
td.TdClassName
{
border-color: #057A49;
}
.TagClassName
{
border-color: #057A49;
}
</style>