Shades of Watercourse #035D43
Tints of Watercourse #035D43
RGB
CMYK
RGB Variations
Color information
#035D43 (or 0x035D43) is known color: Watercourse. HEX triplet: 03, 5D and 43. RGB value is (3,93,67). Sum of RGB (Red+Green+Blue) = 3+93+67=163 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.84% from 163); Green value is 93 (36.72% from 255 or 57.06% from 163); Blue value is 67 (26.56% from 255 or 41.10% from 163); Max value from RGB is 93 - color contains mainly: green. Hex color #035D43 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035D43 is #FCA2BC. Grayscale: #3F3F3F. Windows color (decimal): -16556733 or 4414723. OLE color: 4414723.
HSL color Cylindrical-coordinate representation of color #035D43: hue angle of 162.67º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035D43 is Cyan = 0.97, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 3 | 93 | 67 | - |
| CMYK | 0.97 | 0 | 0.28 | 0.64 |
| HSL | 162.67º | 0.94% | 0.19% | - |
| HSV(B) | 162.67º | 0.97% | 0.36% | - |
| XYZ | 4.97 | 8.25 | 6.64 | - |
| YUV | 63.13 | 130.18 | 85.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 93 | 67 | 0.97 | 0 | 0.28 | 0.64 | 162.67 | 0.94 | 0.19 |
| Hex | 3 | 5D | 43 | 61 | 0 | 1C | 40 | A3 | 5E | 13 |
| Octal | 3 | 135 | 103 | 141 | 0 | 34 | 100 | 243 | 136 | 23 |
| Binary | 11 | 1011101 | 1000011 | 1100001 | 0 | 11100 | 1000000 | 10100011 | 1011110 | 10011 |
Color Harmonies of #035D43
Complementary color
Monochromatic Colors of #035D43
Black with #035D43
Text Example
Text Example
White with #035D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035D43; }
p { color: rgb(3,93,67); }
H1.HeaderClassName
{
color: #035D43;
}
.AnyTagClassName
{
color: #035D43;
}
</style>
background-color css
<style>
a { background-color: #035D43; }
a { background-color: rgb(3,93,67); }
div.DivClassName
{
background-color: #035D43;
}
.BgClassName
{
background-color: #035D43;
}
</style>
border-color css
<style>
span { border-color: #035D43; }
span { border-color: rgb(3,93,67); }
td.TdClassName
{
border-color: #035D43;
}
.TagClassName
{
border-color: #035D43;
}
</style>