Shades of Watercourse #005D3E
Tints of Watercourse #005D3E
RGB
CMYK
RGB Variations
Color information
#005D3E (or 0x005D3E) is known color: Watercourse. HEX triplet: 00, 5D and 3E. RGB value is (0,93,62). Sum of RGB (Red+Green+Blue) = 0+93+62=155 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 155); Green value is 93 (36.72% from 255 or 60% from 155); Blue value is 62 (24.61% from 255 or 40% from 155); Max value from RGB is 93 - color contains mainly: green. Hex color #005D3E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005D3E is #FFA2C1. Grayscale: #3D3D3D. Windows color (decimal): -16753346 or 4087040. OLE color: 4087040.
HSL color Cylindrical-coordinate representation of color #005D3E: hue angle of 160º 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 #005D3E is Cyan = 1, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 0 | 93 | 62 | - |
| CMYK | 1 | 0 | 0.33 | 0.64 |
| HSL | 160º | 1% | 0.18% | - |
| HSV(B) | 160º | 1% | 0.36% | - |
| XYZ | 4.78 | 8.18 | 5.88 | - |
| YUV | 61.66 | 128.19 | 84.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 93 | 62 | 1 | 0 | 0.33 | 0.64 | 160 | 1 | 0.18 |
| Hex | 0 | 5D | 3E | 64 | 0 | 21 | 40 | A0 | 64 | 12 |
| Octal | 0 | 135 | 76 | 144 | 0 | 41 | 100 | 240 | 144 | 22 |
| Binary | 0 | 1011101 | 111110 | 1100100 | 0 | 100001 | 1000000 | 10100000 | 1100100 | 10010 |
Color Harmonies of #005D3E
Complementary color
Monochromatic Colors of #005D3E
Black with #005D3E
Text Example
Text Example
White with #005D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005D3E; }
p { color: rgb(0,93,62); }
H1.HeaderClassName
{
color: #005D3E;
}
.AnyTagClassName
{
color: #005D3E;
}
</style>
background-color css
<style>
a { background-color: #005D3E; }
a { background-color: rgb(0,93,62); }
div.DivClassName
{
background-color: #005D3E;
}
.BgClassName
{
background-color: #005D3E;
}
</style>
border-color css
<style>
span { border-color: #005D3E; }
span { border-color: rgb(0,93,62); }
td.TdClassName
{
border-color: #005D3E;
}
.TagClassName
{
border-color: #005D3E;
}
</style>