Shades of Watercourse #048053
Tints of Watercourse #048053
RGB
CMYK
RGB Variations
Color information
#048053 (or 0x048053) is known color: Watercourse. HEX triplet: 04, 80 and 53. RGB value is (4,128,83). Sum of RGB (Red+Green+Blue) = 4+128+83=215 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.86% from 215); Green value is 128 (50.39% from 255 or 59.53% from 215); Blue value is 83 (32.81% from 255 or 38.60% from 215); Max value from RGB is 128 - color contains mainly: green. Hex color #048053 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048053 is #FB7FAC. Grayscale: #555555. Windows color (decimal): -16482221 or 5472260. OLE color: 5472260.
HSL color Cylindrical-coordinate representation of color #048053: hue angle of 158.23º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048053 is Cyan = 0.97, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 4 | 128 | 83 | - |
| CMYK | 0.97 | 0 | 0.35 | 0.50 |
| HSL | 158.23º | 0.94% | 0.26% | - |
| HSV(B) | 158.23º | 0.97% | 0.5% | - |
| XYZ | 9.33 | 16.09 | 10.8 | - |
| YUV | 85.79 | 126.42 | 69.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 128 | 83 | 0.97 | 0 | 0.35 | 0.50 | 158.23 | 0.94 | 0.26 |
| Hex | 4 | 80 | 53 | 61 | 0 | 23 | 32 | 9E | 5E | 1A |
| Octal | 4 | 200 | 123 | 141 | 0 | 43 | 62 | 236 | 136 | 32 |
| Binary | 100 | 10000000 | 1010011 | 1100001 | 0 | 100011 | 110010 | 10011110 | 1011110 | 11010 |
Color Harmonies of #048053
Complementary color
Monochromatic Colors of #048053
Black with #048053
Text Example
Text Example
White with #048053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048053; }
p { color: rgb(4,128,83); }
H1.HeaderClassName
{
color: #048053;
}
.AnyTagClassName
{
color: #048053;
}
</style>
background-color css
<style>
a { background-color: #048053; }
a { background-color: rgb(4,128,83); }
div.DivClassName
{
background-color: #048053;
}
.BgClassName
{
background-color: #048053;
}
</style>
border-color css
<style>
span { border-color: #048053; }
span { border-color: rgb(4,128,83); }
td.TdClassName
{
border-color: #048053;
}
.TagClassName
{
border-color: #048053;
}
</style>