Shades of Watercourse #005C44
Tints of Watercourse #005C44
RGB
CMYK
RGB Variations
Color information
#005C44 (or 0x005C44) is known color: Watercourse. HEX triplet: 00, 5C and 44. RGB value is (0,92,68). Sum of RGB (Red+Green+Blue) = 0+92+68=160 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 160); Green value is 92 (36.33% from 255 or 57.5% from 160); Blue value is 68 (26.95% from 255 or 42.5% from 160); Max value from RGB is 92 - color contains mainly: green. Hex color #005C44 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005C44 is #FFA3BB. Grayscale: #3D3D3D. Windows color (decimal): -16753596 or 4480000. OLE color: 4480000.
HSL color Cylindrical-coordinate representation of color #005C44: hue angle of 164.35º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005C44 is Cyan = 1, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 0 | 92 | 68 | - |
| CMYK | 1 | 0 | 0.26 | 0.64 |
| HSL | 164.35º | 1% | 0.18% | - |
| HSV(B) | 164.35º | 1% | 0.36% | - |
| XYZ | 4.87 | 8.07 | 6.77 | - |
| YUV | 61.76 | 131.52 | 83.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 92 | 68 | 1 | 0 | 0.26 | 0.64 | 164.35 | 1 | 0.18 |
| Hex | 0 | 5C | 44 | 64 | 0 | 1A | 40 | A4 | 64 | 12 |
| Octal | 0 | 134 | 104 | 144 | 0 | 32 | 100 | 244 | 144 | 22 |
| Binary | 0 | 1011100 | 1000100 | 1100100 | 0 | 11010 | 1000000 | 10100100 | 1100100 | 10010 |
Color Harmonies of #005C44
Complementary color
Monochromatic Colors of #005C44
Black with #005C44
Text Example
Text Example
White with #005C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005C44; }
p { color: rgb(0,92,68); }
H1.HeaderClassName
{
color: #005C44;
}
.AnyTagClassName
{
color: #005C44;
}
</style>
background-color css
<style>
a { background-color: #005C44; }
a { background-color: rgb(0,92,68); }
div.DivClassName
{
background-color: #005C44;
}
.BgClassName
{
background-color: #005C44;
}
</style>
border-color css
<style>
span { border-color: #005C44; }
span { border-color: rgb(0,92,68); }
td.TdClassName
{
border-color: #005C44;
}
.TagClassName
{
border-color: #005C44;
}
</style>