Shades of Watercourse #035F41
Tints of Watercourse #035F41
RGB
CMYK
RGB Variations
Color information
#035F41 (or 0x035F41) is known color: Watercourse. HEX triplet: 03, 5F and 41. RGB value is (3,95,65). Sum of RGB (Red+Green+Blue) = 3+95+65=163 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.84% from 163); Green value is 95 (37.5% from 255 or 58.28% from 163); Blue value is 65 (25.78% from 255 or 39.88% from 163); Max value from RGB is 95 - color contains mainly: green. Hex color #035F41 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035F41 is #FCA0BE. Grayscale: #404040. Windows color (decimal): -16556223 or 4284163. OLE color: 4284163.
HSL color Cylindrical-coordinate representation of color #035F41: hue angle of 160.43º 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 #035F41 is Cyan = 0.97, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 3 | 95 | 65 | - |
| CMYK | 0.97 | 0 | 0.32 | 0.63 |
| HSL | 160.43º | 0.94% | 0.19% | - |
| HSV(B) | 160.43º | 0.97% | 0.37% | - |
| XYZ | 5.08 | 8.59 | 6.39 | - |
| YUV | 64.07 | 128.52 | 84.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 95 | 65 | 0.97 | 0 | 0.32 | 0.63 | 160.43 | 0.94 | 0.19 |
| Hex | 3 | 5F | 41 | 61 | 0 | 20 | 3F | A0 | 5E | 13 |
| Octal | 3 | 137 | 101 | 141 | 0 | 40 | 77 | 240 | 136 | 23 |
| Binary | 11 | 1011111 | 1000001 | 1100001 | 0 | 100000 | 111111 | 10100000 | 1011110 | 10011 |
Color Harmonies of #035F41
Complementary color
Monochromatic Colors of #035F41
Black with #035F41
Text Example
Text Example
White with #035F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035F41; }
p { color: rgb(3,95,65); }
H1.HeaderClassName
{
color: #035F41;
}
.AnyTagClassName
{
color: #035F41;
}
</style>
background-color css
<style>
a { background-color: #035F41; }
a { background-color: rgb(3,95,65); }
div.DivClassName
{
background-color: #035F41;
}
.BgClassName
{
background-color: #035F41;
}
</style>
border-color css
<style>
span { border-color: #035F41; }
span { border-color: rgb(3,95,65); }
td.TdClassName
{
border-color: #035F41;
}
.TagClassName
{
border-color: #035F41;
}
</style>