Shades of Watercourse #01814C
Tints of Watercourse #01814C
RGB
CMYK
RGB Variations
Color information
#01814C (or 0x01814C) is known color: Watercourse. HEX triplet: 01, 81 and 4C. RGB value is (1,129,76). Sum of RGB (Red+Green+Blue) = 1+129+76=206 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 206); Green value is 129 (50.78% from 255 or 62.62% from 206); Blue value is 76 (30.08% from 255 or 36.89% from 206); Max value from RGB is 129 - color contains mainly: green. Hex color #01814C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01814C is #FE7EB3. Grayscale: #545454. Windows color (decimal): -16678580 or 5013761. OLE color: 5013761.
HSL color Cylindrical-coordinate representation of color #01814C: hue angle of 155.16º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01814C is Cyan = 0.99, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 1 | 129 | 76 | - |
| CMYK | 0.99 | 0 | 0.41 | 0.49 |
| HSL | 155.16º | 0.98% | 0.25% | - |
| HSV(B) | 155.16º | 0.99% | 0.51% | - |
| XYZ | 9.17 | 16.23 | 9.49 | - |
| YUV | 84.69 | 123.09 | 68.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 129 | 76 | 0.99 | 0 | 0.41 | 0.49 | 155.16 | 0.98 | 0.25 |
| Hex | 1 | 81 | 4C | 63 | 0 | 29 | 31 | 9B | 62 | 19 |
| Octal | 1 | 201 | 114 | 143 | 0 | 51 | 61 | 233 | 142 | 31 |
| Binary | 1 | 10000001 | 1001100 | 1100011 | 0 | 101001 | 110001 | 10011011 | 1100010 | 11001 |
Color Harmonies of #01814C
Complementary color
Monochromatic Colors of #01814C
Black with #01814C
Text Example
Text Example
White with #01814C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01814C; }
p { color: rgb(1,129,76); }
H1.HeaderClassName
{
color: #01814C;
}
.AnyTagClassName
{
color: #01814C;
}
</style>
background-color css
<style>
a { background-color: #01814C; }
a { background-color: rgb(1,129,76); }
div.DivClassName
{
background-color: #01814C;
}
.BgClassName
{
background-color: #01814C;
}
</style>
border-color css
<style>
span { border-color: #01814C; }
span { border-color: rgb(1,129,76); }
td.TdClassName
{
border-color: #01814C;
}
.TagClassName
{
border-color: #01814C;
}
</style>