Shades of Watercourse #03654A
Tints of Watercourse #03654A
RGB
CMYK
RGB Variations
Color information
#03654A (or 0x03654A) is known color: Watercourse. HEX triplet: 03, 65 and 4A. RGB value is (3,101,74). Sum of RGB (Red+Green+Blue) = 3+101+74=178 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.69% from 178); Green value is 101 (39.84% from 255 or 56.74% from 178); Blue value is 74 (29.30% from 255 or 41.57% from 178); Max value from RGB is 101 - color contains mainly: green. Hex color #03654A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03654A is #FC9AB5. Grayscale: #444444. Windows color (decimal): -16554678 or 4875523. OLE color: 4875523.
HSL color Cylindrical-coordinate representation of color #03654A: hue angle of 163.47º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03654A is Cyan = 0.97, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 3 | 101 | 74 | - |
| CMYK | 0.97 | 0 | 0.27 | 0.60 |
| HSL | 163.47º | 0.94% | 0.2% | - |
| HSV(B) | 163.47º | 0.97% | 0.4% | - |
| XYZ | 5.93 | 9.82 | 8.06 | - |
| YUV | 68.62 | 131.03 | 81.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 101 | 74 | 0.97 | 0 | 0.27 | 0.60 | 163.47 | 0.94 | 0.2 |
| Hex | 3 | 65 | 4A | 61 | 0 | 1B | 3C | A3 | 5E | 14 |
| Octal | 3 | 145 | 112 | 141 | 0 | 33 | 74 | 243 | 136 | 24 |
| Binary | 11 | 1100101 | 1001010 | 1100001 | 0 | 11011 | 111100 | 10100011 | 1011110 | 10100 |
Color Harmonies of #03654A
Complementary color
Monochromatic Colors of #03654A
Black with #03654A
Text Example
Text Example
White with #03654A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03654A; }
p { color: rgb(3,101,74); }
H1.HeaderClassName
{
color: #03654A;
}
.AnyTagClassName
{
color: #03654A;
}
</style>
background-color css
<style>
a { background-color: #03654A; }
a { background-color: rgb(3,101,74); }
div.DivClassName
{
background-color: #03654A;
}
.BgClassName
{
background-color: #03654A;
}
</style>
border-color css
<style>
span { border-color: #03654A; }
span { border-color: rgb(3,101,74); }
td.TdClassName
{
border-color: #03654A;
}
.TagClassName
{
border-color: #03654A;
}
</style>