Shades of Watercourse #005A3E
Tints of Watercourse #005A3E
RGB
CMYK
RGB Variations
Color information
#005A3E (or 0x005A3E) is known color: Watercourse. HEX triplet: 00, 5A and 3E. RGB value is (0,90,62). Sum of RGB (Red+Green+Blue) = 0+90+62=152 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 152); Green value is 90 (35.55% from 255 or 59.21% from 152); Blue value is 62 (24.61% from 255 or 40.79% from 152); Max value from RGB is 90 - color contains mainly: green. Hex color #005A3E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005A3E is #FFA5C1. Grayscale: #3B3B3B. Windows color (decimal): -16754114 or 4086272. OLE color: 4086272.
HSL color Cylindrical-coordinate representation of color #005A3E: hue angle of 161.33º 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 #005A3E is Cyan = 1, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 0 | 90 | 62 | - |
| CMYK | 1 | 0 | 0.31 | 0.65 |
| HSL | 161.33º | 1% | 0.18% | - |
| HSV(B) | 161.33º | 1% | 0.35% | - |
| XYZ | 4.53 | 7.66 | 5.8 | - |
| YUV | 59.9 | 129.18 | 85.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 90 | 62 | 1 | 0 | 0.31 | 0.65 | 161.33 | 1 | 0.18 |
| Hex | 0 | 5A | 3E | 64 | 0 | 1F | 41 | A1 | 64 | 12 |
| Octal | 0 | 132 | 76 | 144 | 0 | 37 | 101 | 241 | 144 | 22 |
| Binary | 0 | 1011010 | 111110 | 1100100 | 0 | 11111 | 1000001 | 10100001 | 1100100 | 10010 |
Color Harmonies of #005A3E
Complementary color
Monochromatic Colors of #005A3E
Black with #005A3E
Text Example
Text Example
White with #005A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005A3E; }
p { color: rgb(0,90,62); }
H1.HeaderClassName
{
color: #005A3E;
}
.AnyTagClassName
{
color: #005A3E;
}
</style>
background-color css
<style>
a { background-color: #005A3E; }
a { background-color: rgb(0,90,62); }
div.DivClassName
{
background-color: #005A3E;
}
.BgClassName
{
background-color: #005A3E;
}
</style>
border-color css
<style>
span { border-color: #005A3E; }
span { border-color: rgb(0,90,62); }
td.TdClassName
{
border-color: #005A3E;
}
.TagClassName
{
border-color: #005A3E;
}
</style>