Shades of Watercourse #035C43
Tints of Watercourse #035C43
RGB
CMYK
RGB Variations
Color information
#035C43 (or 0x035C43) is known color: Watercourse. HEX triplet: 03, 5C and 43. RGB value is (3,92,67). Sum of RGB (Red+Green+Blue) = 3+92+67=162 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.85% from 162); Green value is 92 (36.33% from 255 or 56.79% from 162); Blue value is 67 (26.56% from 255 or 41.36% from 162); Max value from RGB is 92 - color contains mainly: green. Hex color #035C43 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035C43 is #FCA3BC. Grayscale: #3E3E3E. Windows color (decimal): -16556989 or 4414467. OLE color: 4414467.
HSL color Cylindrical-coordinate representation of color #035C43: hue angle of 163.15º 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 #035C43 is Cyan = 0.97, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 3 | 92 | 67 | - |
| CMYK | 0.97 | 0 | 0.27 | 0.64 |
| HSL | 163.15º | 0.94% | 0.19% | - |
| HSV(B) | 163.15º | 0.97% | 0.36% | - |
| XYZ | 4.88 | 8.08 | 6.61 | - |
| YUV | 62.54 | 130.51 | 85.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 92 | 67 | 0.97 | 0 | 0.27 | 0.64 | 163.15 | 0.94 | 0.19 |
| Hex | 3 | 5C | 43 | 61 | 0 | 1B | 40 | A3 | 5E | 13 |
| Octal | 3 | 134 | 103 | 141 | 0 | 33 | 100 | 243 | 136 | 23 |
| Binary | 11 | 1011100 | 1000011 | 1100001 | 0 | 11011 | 1000000 | 10100011 | 1011110 | 10011 |
Color Harmonies of #035C43
Complementary color
Monochromatic Colors of #035C43
Black with #035C43
Text Example
Text Example
White with #035C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035C43; }
p { color: rgb(3,92,67); }
H1.HeaderClassName
{
color: #035C43;
}
.AnyTagClassName
{
color: #035C43;
}
</style>
background-color css
<style>
a { background-color: #035C43; }
a { background-color: rgb(3,92,67); }
div.DivClassName
{
background-color: #035C43;
}
.BgClassName
{
background-color: #035C43;
}
</style>
border-color css
<style>
span { border-color: #035C43; }
span { border-color: rgb(3,92,67); }
td.TdClassName
{
border-color: #035C43;
}
.TagClassName
{
border-color: #035C43;
}
</style>