Shades of Watercourse #057848
Tints of Watercourse #057848
RGB
CMYK
RGB Variations
Color information
#057848 (or 0x057848) is known color: Watercourse. HEX triplet: 05, 78 and 48. RGB value is (5,120,72). Sum of RGB (Red+Green+Blue) = 5+120+72=197 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.54% from 197); Green value is 120 (47.27% from 255 or 60.91% from 197); Blue value is 72 (28.52% from 255 or 36.55% from 197); Max value from RGB is 120 - color contains mainly: green. Hex color #057848 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057848 is #FA87B7. Grayscale: #505050. Windows color (decimal): -16418744 or 4749317. OLE color: 4749317.
HSL color Cylindrical-coordinate representation of color #057848: hue angle of 154.96º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057848 is Cyan = 0.96, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 5 | 120 | 72 | - |
| CMYK | 0.96 | 0 | 0.40 | 0.53 |
| HSL | 154.96º | 0.92% | 0.25% | - |
| HSV(B) | 154.96º | 0.96% | 0.47% | - |
| XYZ | 7.95 | 13.93 | 8.4 | - |
| YUV | 80.14 | 123.4 | 74.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 120 | 72 | 0.96 | 0 | 0.40 | 0.53 | 154.96 | 0.92 | 0.25 |
| Hex | 5 | 78 | 48 | 60 | 0 | 28 | 35 | 9B | 5C | 19 |
| Octal | 5 | 170 | 110 | 140 | 0 | 50 | 65 | 233 | 134 | 31 |
| Binary | 101 | 1111000 | 1001000 | 1100000 | 0 | 101000 | 110101 | 10011011 | 1011100 | 11001 |
Color Harmonies of #057848
Complementary color
Monochromatic Colors of #057848
Black with #057848
Text Example
Text Example
White with #057848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057848; }
p { color: rgb(5,120,72); }
H1.HeaderClassName
{
color: #057848;
}
.AnyTagClassName
{
color: #057848;
}
</style>
background-color css
<style>
a { background-color: #057848; }
a { background-color: rgb(5,120,72); }
div.DivClassName
{
background-color: #057848;
}
.BgClassName
{
background-color: #057848;
}
</style>
border-color css
<style>
span { border-color: #057848; }
span { border-color: rgb(5,120,72); }
td.TdClassName
{
border-color: #057848;
}
.TagClassName
{
border-color: #057848;
}
</style>