Shades of Watercourse #056D46
Tints of Watercourse #056D46
RGB
CMYK
RGB Variations
Color information
#056D46 (or 0x056D46) is known color: Watercourse. HEX triplet: 05, 6D and 46. RGB value is (5,109,70). Sum of RGB (Red+Green+Blue) = 5+109+70=184 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.72% from 184); Green value is 109 (42.97% from 255 or 59.24% from 184); Blue value is 70 (27.73% from 255 or 38.04% from 184); Max value from RGB is 109 - color contains mainly: green. Hex color #056D46 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056D46 is #FA92B9. Grayscale: #494949. Windows color (decimal): -16421562 or 4615429. OLE color: 4615429.
HSL color Cylindrical-coordinate representation of color #056D46: hue angle of 157.5º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056D46 is Cyan = 0.95, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 5 | 109 | 70 | - |
| CMYK | 0.95 | 0 | 0.36 | 0.57 |
| HSL | 157.5º | 0.91% | 0.22% | - |
| HSV(B) | 157.5º | 0.95% | 0.43% | - |
| XYZ | 6.64 | 11.41 | 7.65 | - |
| YUV | 73.46 | 126.04 | 79.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 109 | 70 | 0.95 | 0 | 0.36 | 0.57 | 157.5 | 0.91 | 0.22 |
| Hex | 5 | 6D | 46 | 5F | 0 | 24 | 39 | 9E | 5B | 16 |
| Octal | 5 | 155 | 106 | 137 | 0 | 44 | 71 | 236 | 133 | 26 |
| Binary | 101 | 1101101 | 1000110 | 1011111 | 0 | 100100 | 111001 | 10011110 | 1011011 | 10110 |
Color Harmonies of #056D46
Complementary color
Monochromatic Colors of #056D46
Black with #056D46
Text Example
Text Example
White with #056D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056D46; }
p { color: rgb(5,109,70); }
H1.HeaderClassName
{
color: #056D46;
}
.AnyTagClassName
{
color: #056D46;
}
</style>
background-color css
<style>
a { background-color: #056D46; }
a { background-color: rgb(5,109,70); }
div.DivClassName
{
background-color: #056D46;
}
.BgClassName
{
background-color: #056D46;
}
</style>
border-color css
<style>
span { border-color: #056D46; }
span { border-color: rgb(5,109,70); }
td.TdClassName
{
border-color: #056D46;
}
.TagClassName
{
border-color: #056D46;
}
</style>