Shades of Watercourse #005A42
Tints of Watercourse #005A42
RGB
CMYK
RGB Variations
Color information
#005A42 (or 0x005A42) is known color: Watercourse. HEX triplet: 00, 5A and 42. RGB value is (0,90,66). Sum of RGB (Red+Green+Blue) = 0+90+66=156 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 156); Green value is 90 (35.55% from 255 or 57.69% from 156); Blue value is 66 (26.17% from 255 or 42.31% from 156); Max value from RGB is 90 - color contains mainly: green. Hex color #005A42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005A42 is #FFA5BD. Grayscale: #3C3C3C. Windows color (decimal): -16754110 or 4348416. OLE color: 4348416.
HSL color Cylindrical-coordinate representation of color #005A42: hue angle of 164º 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 #005A42 is Cyan = 1, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 0 | 90 | 66 | - |
| CMYK | 1 | 0 | 0.27 | 0.65 |
| HSL | 164º | 1% | 0.18% | - |
| HSV(B) | 164º | 1% | 0.35% | - |
| XYZ | 4.64 | 7.71 | 6.4 | - |
| YUV | 60.35 | 131.18 | 84.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 90 | 66 | 1 | 0 | 0.27 | 0.65 | 164 | 1 | 0.18 |
| Hex | 0 | 5A | 42 | 64 | 0 | 1B | 41 | A4 | 64 | 12 |
| Octal | 0 | 132 | 102 | 144 | 0 | 33 | 101 | 244 | 144 | 22 |
| Binary | 0 | 1011010 | 1000010 | 1100100 | 0 | 11011 | 1000001 | 10100100 | 1100100 | 10010 |
Color Harmonies of #005A42
Complementary color
Monochromatic Colors of #005A42
Black with #005A42
Text Example
Text Example
White with #005A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005A42; }
p { color: rgb(0,90,66); }
H1.HeaderClassName
{
color: #005A42;
}
.AnyTagClassName
{
color: #005A42;
}
</style>
background-color css
<style>
a { background-color: #005A42; }
a { background-color: rgb(0,90,66); }
div.DivClassName
{
background-color: #005A42;
}
.BgClassName
{
background-color: #005A42;
}
</style>
border-color css
<style>
span { border-color: #005A42; }
span { border-color: rgb(0,90,66); }
td.TdClassName
{
border-color: #005A42;
}
.TagClassName
{
border-color: #005A42;
}
</style>