Shades of Watercourse #005C45
Tints of Watercourse #005C45
RGB
CMYK
RGB Variations
Color information
#005C45 (or 0x005C45) is known color: Watercourse. HEX triplet: 00, 5C and 45. RGB value is (0,92,69). Sum of RGB (Red+Green+Blue) = 0+92+69=161 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 161); Green value is 92 (36.33% from 255 or 57.14% from 161); Blue value is 69 (27.34% from 255 or 42.86% from 161); Max value from RGB is 92 - color contains mainly: green. Hex color #005C45 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005C45 is #FFA3BA. Grayscale: #3D3D3D. Windows color (decimal): -16753595 or 4545536. OLE color: 4545536.
HSL color Cylindrical-coordinate representation of color #005C45: hue angle of 165º 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 #005C45 is Cyan = 1, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 0 | 92 | 69 | - |
| CMYK | 1 | 0 | 0.25 | 0.64 |
| HSL | 165º | 1% | 0.18% | - |
| HSV(B) | 165º | 1% | 0.36% | - |
| XYZ | 4.9 | 8.08 | 6.93 | - |
| YUV | 61.87 | 132.02 | 83.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 92 | 69 | 1 | 0 | 0.25 | 0.64 | 165 | 1 | 0.18 |
| Hex | 0 | 5C | 45 | 64 | 0 | 19 | 40 | A5 | 64 | 12 |
| Octal | 0 | 134 | 105 | 144 | 0 | 31 | 100 | 245 | 144 | 22 |
| Binary | 0 | 1011100 | 1000101 | 1100100 | 0 | 11001 | 1000000 | 10100101 | 1100100 | 10010 |
Color Harmonies of #005C45
Complementary color
Monochromatic Colors of #005C45
Black with #005C45
Text Example
Text Example
White with #005C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005C45; }
p { color: rgb(0,92,69); }
H1.HeaderClassName
{
color: #005C45;
}
.AnyTagClassName
{
color: #005C45;
}
</style>
background-color css
<style>
a { background-color: #005C45; }
a { background-color: rgb(0,92,69); }
div.DivClassName
{
background-color: #005C45;
}
.BgClassName
{
background-color: #005C45;
}
</style>
border-color css
<style>
span { border-color: #005C45; }
span { border-color: rgb(0,92,69); }
td.TdClassName
{
border-color: #005C45;
}
.TagClassName
{
border-color: #005C45;
}
</style>