Shades of Watercourse #03644A
Tints of Watercourse #03644A
RGB
CMYK
RGB Variations
Color information
#03644A (or 0x03644A) is known color: Watercourse. HEX triplet: 03, 64 and 4A. RGB value is (3,100,74). Sum of RGB (Red+Green+Blue) = 3+100+74=177 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.69% from 177); Green value is 100 (39.45% from 255 or 56.50% from 177); Blue value is 74 (29.30% from 255 or 41.81% from 177); Max value from RGB is 100 - color contains mainly: green. Hex color #03644A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03644A is #FC9BB5. Grayscale: #444444. Windows color (decimal): -16554934 or 4875267. OLE color: 4875267.
HSL color Cylindrical-coordinate representation of color #03644A: hue angle of 163.92º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03644A is Cyan = 0.97, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 3 | 100 | 74 | - |
| CMYK | 0.97 | 0 | 0.26 | 0.61 |
| HSL | 163.92º | 0.94% | 0.2% | - |
| HSV(B) | 163.92º | 0.97% | 0.39% | - |
| XYZ | 5.83 | 9.63 | 8.03 | - |
| YUV | 68.03 | 131.36 | 81.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 100 | 74 | 0.97 | 0 | 0.26 | 0.61 | 163.92 | 0.94 | 0.2 |
| Hex | 3 | 64 | 4A | 61 | 0 | 1A | 3D | A4 | 5E | 14 |
| Octal | 3 | 144 | 112 | 141 | 0 | 32 | 75 | 244 | 136 | 24 |
| Binary | 11 | 1100100 | 1001010 | 1100001 | 0 | 11010 | 111101 | 10100100 | 1011110 | 10100 |
Color Harmonies of #03644A
Complementary color
Monochromatic Colors of #03644A
Black with #03644A
Text Example
Text Example
White with #03644A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03644A; }
p { color: rgb(3,100,74); }
H1.HeaderClassName
{
color: #03644A;
}
.AnyTagClassName
{
color: #03644A;
}
</style>
background-color css
<style>
a { background-color: #03644A; }
a { background-color: rgb(3,100,74); }
div.DivClassName
{
background-color: #03644A;
}
.BgClassName
{
background-color: #03644A;
}
</style>
border-color css
<style>
span { border-color: #03644A; }
span { border-color: rgb(3,100,74); }
td.TdClassName
{
border-color: #03644A;
}
.TagClassName
{
border-color: #03644A;
}
</style>