Shades of Watercourse #035F4D
Tints of Watercourse #035F4D
RGB
CMYK
RGB Variations
Color information
#035F4D (or 0x035F4D) is known color: Watercourse. HEX triplet: 03, 5F and 4D. RGB value is (3,95,77). Sum of RGB (Red+Green+Blue) = 3+95+77=175 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.71% from 175); Green value is 95 (37.5% from 255 or 54.29% from 175); Blue value is 77 (30.47% from 255 or 44% from 175); Max value from RGB is 95 - color contains mainly: green. Hex color #035F4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035F4D is #FCA0B2. Grayscale: #414141. Windows color (decimal): -16556211 or 5070595. OLE color: 5070595.
HSL color Cylindrical-coordinate representation of color #035F4D: hue angle of 168.26º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035F4D is Cyan = 0.97, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 3 | 95 | 77 | - |
| CMYK | 0.97 | 0 | 0.19 | 0.63 |
| HSL | 168.26º | 0.94% | 0.19% | - |
| HSV(B) | 168.26º | 0.97% | 0.37% | - |
| XYZ | 5.47 | 8.74 | 8.42 | - |
| YUV | 65.44 | 134.52 | 83.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 95 | 77 | 0.97 | 0 | 0.19 | 0.63 | 168.26 | 0.94 | 0.19 |
| Hex | 3 | 5F | 4D | 61 | 0 | 13 | 3F | A8 | 5E | 13 |
| Octal | 3 | 137 | 115 | 141 | 0 | 23 | 77 | 250 | 136 | 23 |
| Binary | 11 | 1011111 | 1001101 | 1100001 | 0 | 10011 | 111111 | 10101000 | 1011110 | 10011 |
Color Harmonies of #035F4D
Complementary color
Monochromatic Colors of #035F4D
Black with #035F4D
Text Example
Text Example
White with #035F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035F4D; }
p { color: rgb(3,95,77); }
H1.HeaderClassName
{
color: #035F4D;
}
.AnyTagClassName
{
color: #035F4D;
}
</style>
background-color css
<style>
a { background-color: #035F4D; }
a { background-color: rgb(3,95,77); }
div.DivClassName
{
background-color: #035F4D;
}
.BgClassName
{
background-color: #035F4D;
}
</style>
border-color css
<style>
span { border-color: #035F4D; }
span { border-color: rgb(3,95,77); }
td.TdClassName
{
border-color: #035F4D;
}
.TagClassName
{
border-color: #035F4D;
}
</style>