Shades of Watercourse #035A45
Tints of Watercourse #035A45
RGB
CMYK
RGB Variations
Color information
#035A45 (or 0x035A45) is known color: Watercourse. HEX triplet: 03, 5A and 45. RGB value is (3,90,69). Sum of RGB (Red+Green+Blue) = 3+90+69=162 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.85% from 162); Green value is 90 (35.55% from 255 or 55.56% from 162); Blue value is 69 (27.34% from 255 or 42.59% from 162); Max value from RGB is 90 - color contains mainly: green. Hex color #035A45 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035A45 is #FCA5BA. Grayscale: #3D3D3D. Windows color (decimal): -16557499 or 4545027. OLE color: 4545027.
HSL color Cylindrical-coordinate representation of color #035A45: hue angle of 165.52º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035A45 is Cyan = 0.97, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 3 | 90 | 69 | - |
| CMYK | 0.97 | 0 | 0.23 | 0.65 |
| HSL | 165.52º | 0.94% | 0.18% | - |
| HSV(B) | 165.52º | 0.97% | 0.35% | - |
| XYZ | 4.77 | 7.76 | 6.88 | - |
| YUV | 61.59 | 132.18 | 86.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 90 | 69 | 0.97 | 0 | 0.23 | 0.65 | 165.52 | 0.94 | 0.18 |
| Hex | 3 | 5A | 45 | 61 | 0 | 17 | 41 | A6 | 5E | 12 |
| Octal | 3 | 132 | 105 | 141 | 0 | 27 | 101 | 246 | 136 | 22 |
| Binary | 11 | 1011010 | 1000101 | 1100001 | 0 | 10111 | 1000001 | 10100110 | 1011110 | 10010 |
Color Harmonies of #035A45
Complementary color
Monochromatic Colors of #035A45
Black with #035A45
Text Example
Text Example
White with #035A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035A45; }
p { color: rgb(3,90,69); }
H1.HeaderClassName
{
color: #035A45;
}
.AnyTagClassName
{
color: #035A45;
}
</style>
background-color css
<style>
a { background-color: #035A45; }
a { background-color: rgb(3,90,69); }
div.DivClassName
{
background-color: #035A45;
}
.BgClassName
{
background-color: #035A45;
}
</style>
border-color css
<style>
span { border-color: #035A45; }
span { border-color: rgb(3,90,69); }
td.TdClassName
{
border-color: #035A45;
}
.TagClassName
{
border-color: #035A45;
}
</style>