Shades of Watercourse #035B4A
Tints of Watercourse #035B4A
RGB
CMYK
RGB Variations
Color information
#035B4A (or 0x035B4A) is known color: Watercourse. HEX triplet: 03, 5B and 4A. RGB value is (3,91,74). Sum of RGB (Red+Green+Blue) = 3+91+74=168 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.79% from 168); Green value is 91 (35.94% from 255 or 54.17% from 168); Blue value is 74 (29.30% from 255 or 44.05% from 168); Max value from RGB is 91 - color contains mainly: green. Hex color #035B4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035B4A is #FCA4B5. Grayscale: #3E3E3E. Windows color (decimal): -16557238 or 4872963. OLE color: 4872963.
HSL color Cylindrical-coordinate representation of color #035B4A: hue angle of 168.41º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035B4A is Cyan = 0.97, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 3 | 91 | 74 | - |
| CMYK | 0.97 | 0 | 0.19 | 0.64 |
| HSL | 168.41º | 0.94% | 0.18% | - |
| HSV(B) | 168.41º | 0.97% | 0.36% | - |
| XYZ | 5.01 | 8 | 7.76 | - |
| YUV | 62.75 | 134.35 | 85.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 91 | 74 | 0.97 | 0 | 0.19 | 0.64 | 168.41 | 0.94 | 0.18 |
| Hex | 3 | 5B | 4A | 61 | 0 | 13 | 40 | A8 | 5E | 12 |
| Octal | 3 | 133 | 112 | 141 | 0 | 23 | 100 | 250 | 136 | 22 |
| Binary | 11 | 1011011 | 1001010 | 1100001 | 0 | 10011 | 1000000 | 10101000 | 1011110 | 10010 |
Color Harmonies of #035B4A
Complementary color
Monochromatic Colors of #035B4A
Black with #035B4A
Text Example
Text Example
White with #035B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035B4A; }
p { color: rgb(3,91,74); }
H1.HeaderClassName
{
color: #035B4A;
}
.AnyTagClassName
{
color: #035B4A;
}
</style>
background-color css
<style>
a { background-color: #035B4A; }
a { background-color: rgb(3,91,74); }
div.DivClassName
{
background-color: #035B4A;
}
.BgClassName
{
background-color: #035B4A;
}
</style>
border-color css
<style>
span { border-color: #035B4A; }
span { border-color: rgb(3,91,74); }
td.TdClassName
{
border-color: #035B4A;
}
.TagClassName
{
border-color: #035B4A;
}
</style>