Shades of Watercourse #037E4B
Tints of Watercourse #037E4B
RGB
CMYK
RGB Variations
Color information
#037E4B (or 0x037E4B) is known color: Watercourse. HEX triplet: 03, 7E and 4B. RGB value is (3,126,75). Sum of RGB (Red+Green+Blue) = 3+126+75=204 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.47% from 204); Green value is 126 (49.61% from 255 or 61.76% from 204); Blue value is 75 (29.69% from 255 or 36.76% from 204); Max value from RGB is 126 - color contains mainly: green. Hex color #037E4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #037E4B is #FC81B4. Grayscale: #535353. Windows color (decimal): -16548277 or 4947459. OLE color: 4947459.
HSL color Cylindrical-coordinate representation of color #037E4B: hue angle of 155.12º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #037E4B is Cyan = 0.98, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 3 | 126 | 75 | - |
| CMYK | 0.98 | 0 | 0.40 | 0.51 |
| HSL | 155.12º | 0.95% | 0.25% | - |
| HSV(B) | 155.12º | 0.98% | 0.49% | - |
| XYZ | 8.77 | 15.45 | 9.18 | - |
| YUV | 83.41 | 123.25 | 70.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 126 | 75 | 0.98 | 0 | 0.40 | 0.51 | 155.12 | 0.95 | 0.25 |
| Hex | 3 | 7E | 4B | 62 | 0 | 28 | 33 | 9B | 5F | 19 |
| Octal | 3 | 176 | 113 | 142 | 0 | 50 | 63 | 233 | 137 | 31 |
| Binary | 11 | 1111110 | 1001011 | 1100010 | 0 | 101000 | 110011 | 10011011 | 1011111 | 11001 |
Color Harmonies of #037E4B
Complementary color
Monochromatic Colors of #037E4B
Black with #037E4B
Text Example
Text Example
White with #037E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037E4B; }
p { color: rgb(3,126,75); }
H1.HeaderClassName
{
color: #037E4B;
}
.AnyTagClassName
{
color: #037E4B;
}
</style>
background-color css
<style>
a { background-color: #037E4B; }
a { background-color: rgb(3,126,75); }
div.DivClassName
{
background-color: #037E4B;
}
.BgClassName
{
background-color: #037E4B;
}
</style>
border-color css
<style>
span { border-color: #037E4B; }
span { border-color: rgb(3,126,75); }
td.TdClassName
{
border-color: #037E4B;
}
.TagClassName
{
border-color: #037E4B;
}
</style>