Shades of Watercourse #056F44
Tints of Watercourse #056F44
RGB
CMYK
RGB Variations
Color information
#056F44 (or 0x056F44) is known color: Watercourse. HEX triplet: 05, 6F and 44. RGB value is (5,111,68). Sum of RGB (Red+Green+Blue) = 5+111+68=184 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.72% from 184); Green value is 111 (43.75% from 255 or 60.33% from 184); Blue value is 68 (26.95% from 255 or 36.96% from 184); Max value from RGB is 111 - color contains mainly: green. Hex color #056F44 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056F44 is #FA90BB. Grayscale: #4A4A4A. Windows color (decimal): -16421052 or 4484869. OLE color: 4484869.
HSL color Cylindrical-coordinate representation of color #056F44: hue angle of 155.66º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056F44 is Cyan = 0.95, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 5 | 111 | 68 | - |
| CMYK | 0.95 | 0 | 0.39 | 0.56 |
| HSL | 155.66º | 0.91% | 0.23% | - |
| HSV(B) | 155.66º | 0.95% | 0.44% | - |
| XYZ | 6.79 | 11.82 | 7.39 | - |
| YUV | 74.4 | 124.38 | 78.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 111 | 68 | 0.95 | 0 | 0.39 | 0.56 | 155.66 | 0.91 | 0.23 |
| Hex | 5 | 6F | 44 | 5F | 0 | 27 | 38 | 9C | 5B | 17 |
| Octal | 5 | 157 | 104 | 137 | 0 | 47 | 70 | 234 | 133 | 27 |
| Binary | 101 | 1101111 | 1000100 | 1011111 | 0 | 100111 | 111000 | 10011100 | 1011011 | 10111 |
Color Harmonies of #056F44
Complementary color
Monochromatic Colors of #056F44
Black with #056F44
Text Example
Text Example
White with #056F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056F44; }
p { color: rgb(5,111,68); }
H1.HeaderClassName
{
color: #056F44;
}
.AnyTagClassName
{
color: #056F44;
}
</style>
background-color css
<style>
a { background-color: #056F44; }
a { background-color: rgb(5,111,68); }
div.DivClassName
{
background-color: #056F44;
}
.BgClassName
{
background-color: #056F44;
}
</style>
border-color css
<style>
span { border-color: #056F44; }
span { border-color: rgb(5,111,68); }
td.TdClassName
{
border-color: #056F44;
}
.TagClassName
{
border-color: #056F44;
}
</style>