Shades of Watercourse #005A46
Tints of Watercourse #005A46
RGB
CMYK
RGB Variations
Color information
#005A46 (or 0x005A46) is known color: Watercourse. HEX triplet: 00, 5A and 46. RGB value is (0,90,70). Sum of RGB (Red+Green+Blue) = 0+90+70=160 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 160); Green value is 90 (35.55% from 255 or 56.25% from 160); Blue value is 70 (27.73% from 255 or 43.75% from 160); Max value from RGB is 90 - color contains mainly: green. Hex color #005A46 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005A46 is #FFA5B9. Grayscale: #3C3C3C. Windows color (decimal): -16754106 or 4610560. OLE color: 4610560.
HSL color Cylindrical-coordinate representation of color #005A46: hue angle of 166.67º 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 #005A46 is Cyan = 1, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 0 | 90 | 70 | - |
| CMYK | 1 | 0 | 0.22 | 0.65 |
| HSL | 166.67º | 1% | 0.18% | - |
| HSV(B) | 166.67º | 1% | 0.35% | - |
| XYZ | 4.76 | 7.75 | 7.04 | - |
| YUV | 60.81 | 133.18 | 84.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 90 | 70 | 1 | 0 | 0.22 | 0.65 | 166.67 | 1 | 0.18 |
| Hex | 0 | 5A | 46 | 64 | 0 | 16 | 41 | A7 | 64 | 12 |
| Octal | 0 | 132 | 106 | 144 | 0 | 26 | 101 | 247 | 144 | 22 |
| Binary | 0 | 1011010 | 1000110 | 1100100 | 0 | 10110 | 1000001 | 10100111 | 1100100 | 10010 |
Color Harmonies of #005A46
Complementary color
Monochromatic Colors of #005A46
Black with #005A46
Text Example
Text Example
White with #005A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005A46; }
p { color: rgb(0,90,70); }
H1.HeaderClassName
{
color: #005A46;
}
.AnyTagClassName
{
color: #005A46;
}
</style>
background-color css
<style>
a { background-color: #005A46; }
a { background-color: rgb(0,90,70); }
div.DivClassName
{
background-color: #005A46;
}
.BgClassName
{
background-color: #005A46;
}
</style>
border-color css
<style>
span { border-color: #005A46; }
span { border-color: rgb(0,90,70); }
td.TdClassName
{
border-color: #005A46;
}
.TagClassName
{
border-color: #005A46;
}
</style>