Shades of Watercourse #005D48
Tints of Watercourse #005D48
RGB
CMYK
RGB Variations
Color information
#005D48 (or 0x005D48) is known color: Watercourse. HEX triplet: 00, 5D and 48. RGB value is (0,93,72). Sum of RGB (Red+Green+Blue) = 0+93+72=165 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 165); Green value is 93 (36.72% from 255 or 56.36% from 165); Blue value is 72 (28.52% from 255 or 43.64% from 165); Max value from RGB is 93 - color contains mainly: green. Hex color #005D48 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005D48 is #FFA2B7. Grayscale: #3E3E3E. Windows color (decimal): -16753336 or 4742400. OLE color: 4742400.
HSL color Cylindrical-coordinate representation of color #005D48: hue angle of 166.45º 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 #005D48 is Cyan = 1, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 0 | 93 | 72 | - |
| CMYK | 1 | 0 | 0.23 | 0.64 |
| HSL | 166.45º | 1% | 0.18% | - |
| HSV(B) | 166.45º | 1% | 0.36% | - |
| XYZ | 5.08 | 8.3 | 7.46 | - |
| YUV | 62.8 | 133.19 | 83.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 93 | 72 | 1 | 0 | 0.23 | 0.64 | 166.45 | 1 | 0.18 |
| Hex | 0 | 5D | 48 | 64 | 0 | 17 | 40 | A6 | 64 | 12 |
| Octal | 0 | 135 | 110 | 144 | 0 | 27 | 100 | 246 | 144 | 22 |
| Binary | 0 | 1011101 | 1001000 | 1100100 | 0 | 10111 | 1000000 | 10100110 | 1100100 | 10010 |
Color Harmonies of #005D48
Complementary color
Monochromatic Colors of #005D48
Black with #005D48
Text Example
Text Example
White with #005D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005D48; }
p { color: rgb(0,93,72); }
H1.HeaderClassName
{
color: #005D48;
}
.AnyTagClassName
{
color: #005D48;
}
</style>
background-color css
<style>
a { background-color: #005D48; }
a { background-color: rgb(0,93,72); }
div.DivClassName
{
background-color: #005D48;
}
.BgClassName
{
background-color: #005D48;
}
</style>
border-color css
<style>
span { border-color: #005D48; }
span { border-color: rgb(0,93,72); }
td.TdClassName
{
border-color: #005D48;
}
.TagClassName
{
border-color: #005D48;
}
</style>