Shades of Watercourse #01804A
Tints of Watercourse #01804A
RGB
CMYK
RGB Variations
Color information
#01804A (or 0x01804A) is known color: Watercourse. HEX triplet: 01, 80 and 4A. RGB value is (1,128,74). Sum of RGB (Red+Green+Blue) = 1+128+74=203 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 203); Green value is 128 (50.39% from 255 or 63.05% from 203); Blue value is 74 (29.30% from 255 or 36.45% from 203); Max value from RGB is 128 - color contains mainly: green. Hex color #01804A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01804A is #FE7FB5. Grayscale: #535353. Windows color (decimal): -16678838 or 4882433. OLE color: 4882433.
HSL color Cylindrical-coordinate representation of color #01804A: hue angle of 154.49º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01804A is Cyan = 0.99, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 1 | 128 | 74 | - |
| CMYK | 0.99 | 0 | 0.42 | 0.50 |
| HSL | 154.49º | 0.98% | 0.25% | - |
| HSV(B) | 154.49º | 0.99% | 0.5% | - |
| XYZ | 8.97 | 15.94 | 9.08 | - |
| YUV | 83.87 | 122.42 | 68.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 128 | 74 | 0.99 | 0 | 0.42 | 0.50 | 154.49 | 0.98 | 0.25 |
| Hex | 1 | 80 | 4A | 63 | 0 | 2A | 32 | 9A | 62 | 19 |
| Octal | 1 | 200 | 112 | 143 | 0 | 52 | 62 | 232 | 142 | 31 |
| Binary | 1 | 10000000 | 1001010 | 1100011 | 0 | 101010 | 110010 | 10011010 | 1100010 | 11001 |
Color Harmonies of #01804A
Complementary color
Monochromatic Colors of #01804A
Black with #01804A
Text Example
Text Example
White with #01804A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01804A; }
p { color: rgb(1,128,74); }
H1.HeaderClassName
{
color: #01804A;
}
.AnyTagClassName
{
color: #01804A;
}
</style>
background-color css
<style>
a { background-color: #01804A; }
a { background-color: rgb(1,128,74); }
div.DivClassName
{
background-color: #01804A;
}
.BgClassName
{
background-color: #01804A;
}
</style>
border-color css
<style>
span { border-color: #01804A; }
span { border-color: rgb(1,128,74); }
td.TdClassName
{
border-color: #01804A;
}
.TagClassName
{
border-color: #01804A;
}
</style>