Shades of Watercourse #037F52
Tints of Watercourse #037F52
RGB
CMYK
RGB Variations
Color information
#037F52 (or 0x037F52) is known color: Watercourse. HEX triplet: 03, 7F and 52. RGB value is (3,127,82). Sum of RGB (Red+Green+Blue) = 3+127+82=212 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.42% from 212); Green value is 127 (50% from 255 or 59.91% from 212); Blue value is 82 (32.42% from 255 or 38.68% from 212); Max value from RGB is 127 - color contains mainly: green. Hex color #037F52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #037F52 is #FC80AD. Grayscale: #545454. Windows color (decimal): -16548014 or 5406467. OLE color: 5406467.
HSL color Cylindrical-coordinate representation of color #037F52: hue angle of 158.23º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #037F52 is Cyan = 0.98, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 3 | 127 | 82 | - |
| CMYK | 0.98 | 0 | 0.35 | 0.50 |
| HSL | 158.23º | 0.95% | 0.25% | - |
| HSV(B) | 158.23º | 0.98% | 0.5% | - |
| XYZ | 9.15 | 15.81 | 10.55 | - |
| YUV | 84.79 | 126.42 | 69.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 127 | 82 | 0.98 | 0 | 0.35 | 0.50 | 158.23 | 0.95 | 0.25 |
| Hex | 3 | 7F | 52 | 62 | 0 | 23 | 32 | 9E | 5F | 19 |
| Octal | 3 | 177 | 122 | 142 | 0 | 43 | 62 | 236 | 137 | 31 |
| Binary | 11 | 1111111 | 1010010 | 1100010 | 0 | 100011 | 110010 | 10011110 | 1011111 | 11001 |
Color Harmonies of #037F52
Complementary color
Monochromatic Colors of #037F52
Black with #037F52
Text Example
Text Example
White with #037F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037F52; }
p { color: rgb(3,127,82); }
H1.HeaderClassName
{
color: #037F52;
}
.AnyTagClassName
{
color: #037F52;
}
</style>
background-color css
<style>
a { background-color: #037F52; }
a { background-color: rgb(3,127,82); }
div.DivClassName
{
background-color: #037F52;
}
.BgClassName
{
background-color: #037F52;
}
</style>
border-color css
<style>
span { border-color: #037F52; }
span { border-color: rgb(3,127,82); }
td.TdClassName
{
border-color: #037F52;
}
.TagClassName
{
border-color: #037F52;
}
</style>