Shades of Watercourse #057245
Tints of Watercourse #057245
RGB
CMYK
RGB Variations
Color information
#057245 (or 0x057245) is known color: Watercourse. HEX triplet: 05, 72 and 45. RGB value is (5,114,69). Sum of RGB (Red+Green+Blue) = 5+114+69=188 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.66% from 188); Green value is 114 (44.92% from 255 or 60.64% from 188); Blue value is 69 (27.34% from 255 or 36.70% from 188); Max value from RGB is 114 - color contains mainly: green. Hex color #057245 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057245 is #FA8DBA. Grayscale: #4C4C4C. Windows color (decimal): -16420283 or 4551173. OLE color: 4551173.
HSL color Cylindrical-coordinate representation of color #057245: hue angle of 155.23º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057245 is Cyan = 0.96, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 5 | 114 | 69 | - |
| CMYK | 0.96 | 0 | 0.39 | 0.55 |
| HSL | 155.23º | 0.92% | 0.23% | - |
| HSV(B) | 155.23º | 0.96% | 0.45% | - |
| XYZ | 7.15 | 12.5 | 7.67 | - |
| YUV | 76.28 | 123.89 | 77.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 114 | 69 | 0.96 | 0 | 0.39 | 0.55 | 155.23 | 0.92 | 0.23 |
| Hex | 5 | 72 | 45 | 60 | 0 | 27 | 37 | 9B | 5C | 17 |
| Octal | 5 | 162 | 105 | 140 | 0 | 47 | 67 | 233 | 134 | 27 |
| Binary | 101 | 1110010 | 1000101 | 1100000 | 0 | 100111 | 110111 | 10011011 | 1011100 | 10111 |
Color Harmonies of #057245
Complementary color
Monochromatic Colors of #057245
Black with #057245
Text Example
Text Example
White with #057245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057245; }
p { color: rgb(5,114,69); }
H1.HeaderClassName
{
color: #057245;
}
.AnyTagClassName
{
color: #057245;
}
</style>
background-color css
<style>
a { background-color: #057245; }
a { background-color: rgb(5,114,69); }
div.DivClassName
{
background-color: #057245;
}
.BgClassName
{
background-color: #057245;
}
</style>
border-color css
<style>
span { border-color: #057245; }
span { border-color: rgb(5,114,69); }
td.TdClassName
{
border-color: #057245;
}
.TagClassName
{
border-color: #057245;
}
</style>