Shades of Watercourse #018048
Tints of Watercourse #018048
RGB
CMYK
RGB Variations
Color information
#018048 (or 0x018048) is known color: Watercourse. HEX triplet: 01, 80 and 48. RGB value is (1,128,72). Sum of RGB (Red+Green+Blue) = 1+128+72=201 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 201); Green value is 128 (50.39% from 255 or 63.68% from 201); Blue value is 72 (28.52% from 255 or 35.82% from 201); Max value from RGB is 128 - color contains mainly: green. Hex color #018048 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018048 is #FE7FB7. Grayscale: #535353. Windows color (decimal): -16678840 or 4751361. OLE color: 4751361.
HSL color Cylindrical-coordinate representation of color #018048: hue angle of 153.54º 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 #018048 is Cyan = 0.99, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 1 | 128 | 72 | - |
| CMYK | 0.99 | 0 | 0.44 | 0.50 |
| HSL | 153.54º | 0.98% | 0.25% | - |
| HSV(B) | 153.54º | 0.99% | 0.5% | - |
| XYZ | 8.9 | 15.91 | 8.73 | - |
| YUV | 83.64 | 121.42 | 69.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 128 | 72 | 0.99 | 0 | 0.44 | 0.50 | 153.54 | 0.98 | 0.25 |
| Hex | 1 | 80 | 48 | 63 | 0 | 2C | 32 | 9A | 62 | 19 |
| Octal | 1 | 200 | 110 | 143 | 0 | 54 | 62 | 232 | 142 | 31 |
| Binary | 1 | 10000000 | 1001000 | 1100011 | 0 | 101100 | 110010 | 10011010 | 1100010 | 11001 |
Color Harmonies of #018048
Complementary color
Monochromatic Colors of #018048
Black with #018048
Text Example
Text Example
White with #018048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018048; }
p { color: rgb(1,128,72); }
H1.HeaderClassName
{
color: #018048;
}
.AnyTagClassName
{
color: #018048;
}
</style>
background-color css
<style>
a { background-color: #018048; }
a { background-color: rgb(1,128,72); }
div.DivClassName
{
background-color: #018048;
}
.BgClassName
{
background-color: #018048;
}
</style>
border-color css
<style>
span { border-color: #018048; }
span { border-color: rgb(1,128,72); }
td.TdClassName
{
border-color: #018048;
}
.TagClassName
{
border-color: #018048;
}
</style>