Shades of Watercourse #005A3F
Tints of Watercourse #005A3F
RGB
CMYK
RGB Variations
Color information
#005A3F (or 0x005A3F) is known color: Watercourse. HEX triplet: 00, 5A and 3F. RGB value is (0,90,63). Sum of RGB (Red+Green+Blue) = 0+90+63=153 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 153); Green value is 90 (35.55% from 255 or 58.82% from 153); Blue value is 63 (25% from 255 or 41.18% from 153); Max value from RGB is 90 - color contains mainly: green. Hex color #005A3F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005A3F is #FFA5C0. Grayscale: #3C3C3C. Windows color (decimal): -16754113 or 4151808. OLE color: 4151808.
HSL color Cylindrical-coordinate representation of color #005A3F: hue angle of 162º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005A3F is Cyan = 1, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 0 | 90 | 63 | - |
| CMYK | 1 | 0 | 0.30 | 0.65 |
| HSL | 162º | 1% | 0.18% | - |
| HSV(B) | 162º | 1% | 0.35% | - |
| XYZ | 4.55 | 7.67 | 5.94 | - |
| YUV | 60.01 | 129.68 | 85.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 90 | 63 | 1 | 0 | 0.30 | 0.65 | 162 | 1 | 0.18 |
| Hex | 0 | 5A | 3F | 64 | 0 | 1E | 41 | A2 | 64 | 12 |
| Octal | 0 | 132 | 77 | 144 | 0 | 36 | 101 | 242 | 144 | 22 |
| Binary | 0 | 1011010 | 111111 | 1100100 | 0 | 11110 | 1000001 | 10100010 | 1100100 | 10010 |
Color Harmonies of #005A3F
Complementary color
Monochromatic Colors of #005A3F
Black with #005A3F
Text Example
Text Example
White with #005A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005A3F; }
p { color: rgb(0,90,63); }
H1.HeaderClassName
{
color: #005A3F;
}
.AnyTagClassName
{
color: #005A3F;
}
</style>
background-color css
<style>
a { background-color: #005A3F; }
a { background-color: rgb(0,90,63); }
div.DivClassName
{
background-color: #005A3F;
}
.BgClassName
{
background-color: #005A3F;
}
</style>
border-color css
<style>
span { border-color: #005A3F; }
span { border-color: rgb(0,90,63); }
td.TdClassName
{
border-color: #005A3F;
}
.TagClassName
{
border-color: #005A3F;
}
</style>