Shades of Watercourse #015D4A
Tints of Watercourse #015D4A
RGB
CMYK
RGB Variations
Color information
#015D4A (or 0x015D4A) is known color: Watercourse. HEX triplet: 01, 5D and 4A. RGB value is (1,93,74). Sum of RGB (Red+Green+Blue) = 1+93+74=168 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 168); Green value is 93 (36.72% from 255 or 55.36% from 168); Blue value is 74 (29.30% from 255 or 44.05% from 168); Max value from RGB is 93 - color contains mainly: green. Hex color #015D4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015D4A is #FEA2B5. Grayscale: #3F3F3F. Windows color (decimal): -16687798 or 4873473. OLE color: 4873473.
HSL color Cylindrical-coordinate representation of color #015D4A: hue angle of 167.61º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015D4A is Cyan = 0.99, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 1 | 93 | 74 | - |
| CMYK | 0.99 | 0 | 0.20 | 0.64 |
| HSL | 167.61º | 0.98% | 0.18% | - |
| HSV(B) | 167.61º | 0.99% | 0.36% | - |
| XYZ | 5.16 | 8.33 | 7.81 | - |
| YUV | 63.33 | 134.02 | 83.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 93 | 74 | 0.99 | 0 | 0.20 | 0.64 | 167.61 | 0.98 | 0.18 |
| Hex | 1 | 5D | 4A | 63 | 0 | 14 | 40 | A8 | 62 | 12 |
| Octal | 1 | 135 | 112 | 143 | 0 | 24 | 100 | 250 | 142 | 22 |
| Binary | 1 | 1011101 | 1001010 | 1100011 | 0 | 10100 | 1000000 | 10101000 | 1100010 | 10010 |
Color Harmonies of #015D4A
Complementary color
Monochromatic Colors of #015D4A
Black with #015D4A
Text Example
Text Example
White with #015D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015D4A; }
p { color: rgb(1,93,74); }
H1.HeaderClassName
{
color: #015D4A;
}
.AnyTagClassName
{
color: #015D4A;
}
</style>
background-color css
<style>
a { background-color: #015D4A; }
a { background-color: rgb(1,93,74); }
div.DivClassName
{
background-color: #015D4A;
}
.BgClassName
{
background-color: #015D4A;
}
</style>
border-color css
<style>
span { border-color: #015D4A; }
span { border-color: rgb(1,93,74); }
td.TdClassName
{
border-color: #015D4A;
}
.TagClassName
{
border-color: #015D4A;
}
</style>