Shades of Watercourse #01824C
Tints of Watercourse #01824C
RGB
CMYK
RGB Variations
Color information
#01824C (or 0x01824C) is known color: Watercourse. HEX triplet: 01, 82 and 4C. RGB value is (1,130,76). Sum of RGB (Red+Green+Blue) = 1+130+76=207 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 207); Green value is 130 (51.17% from 255 or 62.80% from 207); Blue value is 76 (30.08% from 255 or 36.71% from 207); Max value from RGB is 130 - color contains mainly: green. Hex color #01824C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01824C is #FE7DB3. Grayscale: #555555. Windows color (decimal): -16678324 or 5014017. OLE color: 5014017.
HSL color Cylindrical-coordinate representation of color #01824C: hue angle of 154.88º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01824C is Cyan = 0.99, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 1 | 130 | 76 | - |
| CMYK | 0.99 | 0 | 0.42 | 0.49 |
| HSL | 154.88º | 0.98% | 0.26% | - |
| HSV(B) | 154.88º | 0.99% | 0.51% | - |
| XYZ | 9.3 | 16.49 | 9.53 | - |
| YUV | 85.27 | 122.76 | 67.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 130 | 76 | 0.99 | 0 | 0.42 | 0.49 | 154.88 | 0.98 | 0.26 |
| Hex | 1 | 82 | 4C | 63 | 0 | 2A | 31 | 9B | 62 | 1A |
| Octal | 1 | 202 | 114 | 143 | 0 | 52 | 61 | 233 | 142 | 32 |
| Binary | 1 | 10000010 | 1001100 | 1100011 | 0 | 101010 | 110001 | 10011011 | 1100010 | 11010 |
Color Harmonies of #01824C
Complementary color
Monochromatic Colors of #01824C
Black with #01824C
Text Example
Text Example
White with #01824C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01824C; }
p { color: rgb(1,130,76); }
H1.HeaderClassName
{
color: #01824C;
}
.AnyTagClassName
{
color: #01824C;
}
</style>
background-color css
<style>
a { background-color: #01824C; }
a { background-color: rgb(1,130,76); }
div.DivClassName
{
background-color: #01824C;
}
.BgClassName
{
background-color: #01824C;
}
</style>
border-color css
<style>
span { border-color: #01824C; }
span { border-color: rgb(1,130,76); }
td.TdClassName
{
border-color: #01824C;
}
.TagClassName
{
border-color: #01824C;
}
</style>