Shades of Watercourse #035C4B
Tints of Watercourse #035C4B
RGB
CMYK
RGB Variations
Color information
#035C4B (or 0x035C4B) is known color: Watercourse. HEX triplet: 03, 5C and 4B. RGB value is (3,92,75). Sum of RGB (Red+Green+Blue) = 3+92+75=170 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.76% from 170); Green value is 92 (36.33% from 255 or 54.12% from 170); Blue value is 75 (29.69% from 255 or 44.12% from 170); Max value from RGB is 92 - color contains mainly: green. Hex color #035C4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035C4B is #FCA3B4. Grayscale: #3F3F3F. Windows color (decimal): -16556981 or 4938755. OLE color: 4938755.
HSL color Cylindrical-coordinate representation of color #035C4B: hue angle of 168.54º 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 #035C4B is Cyan = 0.97, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 3 | 92 | 75 | - |
| CMYK | 0.97 | 0 | 0.18 | 0.64 |
| HSL | 168.54º | 0.94% | 0.19% | - |
| HSV(B) | 168.54º | 0.97% | 0.36% | - |
| XYZ | 5.13 | 8.18 | 7.97 | - |
| YUV | 63.45 | 134.51 | 84.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 92 | 75 | 0.97 | 0 | 0.18 | 0.64 | 168.54 | 0.94 | 0.19 |
| Hex | 3 | 5C | 4B | 61 | 0 | 12 | 40 | A9 | 5E | 13 |
| Octal | 3 | 134 | 113 | 141 | 0 | 22 | 100 | 251 | 136 | 23 |
| Binary | 11 | 1011100 | 1001011 | 1100001 | 0 | 10010 | 1000000 | 10101001 | 1011110 | 10011 |
Color Harmonies of #035C4B
Complementary color
Monochromatic Colors of #035C4B
Black with #035C4B
Text Example
Text Example
White with #035C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035C4B; }
p { color: rgb(3,92,75); }
H1.HeaderClassName
{
color: #035C4B;
}
.AnyTagClassName
{
color: #035C4B;
}
</style>
background-color css
<style>
a { background-color: #035C4B; }
a { background-color: rgb(3,92,75); }
div.DivClassName
{
background-color: #035C4B;
}
.BgClassName
{
background-color: #035C4B;
}
</style>
border-color css
<style>
span { border-color: #035C4B; }
span { border-color: rgb(3,92,75); }
td.TdClassName
{
border-color: #035C4B;
}
.TagClassName
{
border-color: #035C4B;
}
</style>