Shades of Watercourse #03754E
Tints of Watercourse #03754E
RGB
CMYK
RGB Variations
Color information
#03754E (or 0x03754E) is known color: Watercourse. HEX triplet: 03, 75 and 4E. RGB value is (3,117,78). Sum of RGB (Red+Green+Blue) = 3+117+78=198 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.52% from 198); Green value is 117 (46.09% from 255 or 59.09% from 198); Blue value is 78 (30.86% from 255 or 39.39% from 198); Max value from RGB is 117 - color contains mainly: green. Hex color #03754E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03754E is #FC8AB1. Grayscale: #4E4E4E. Windows color (decimal): -16550578 or 5141763. OLE color: 5141763.
HSL color Cylindrical-coordinate representation of color #03754E: hue angle of 159.47º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03754E is Cyan = 0.97, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 3 | 117 | 78 | - |
| CMYK | 0.97 | 0 | 0.33 | 0.54 |
| HSL | 159.47º | 0.95% | 0.24% | - |
| HSV(B) | 159.47º | 0.97% | 0.46% | - |
| XYZ | 7.77 | 13.29 | 9.36 | - |
| YUV | 78.47 | 127.73 | 74.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 117 | 78 | 0.97 | 0 | 0.33 | 0.54 | 159.47 | 0.95 | 0.24 |
| Hex | 3 | 75 | 4E | 61 | 0 | 21 | 36 | 9F | 5F | 18 |
| Octal | 3 | 165 | 116 | 141 | 0 | 41 | 66 | 237 | 137 | 30 |
| Binary | 11 | 1110101 | 1001110 | 1100001 | 0 | 100001 | 110110 | 10011111 | 1011111 | 11000 |
Color Harmonies of #03754E
Complementary color
Monochromatic Colors of #03754E
Black with #03754E
Text Example
Text Example
White with #03754E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03754E; }
p { color: rgb(3,117,78); }
H1.HeaderClassName
{
color: #03754E;
}
.AnyTagClassName
{
color: #03754E;
}
</style>
background-color css
<style>
a { background-color: #03754E; }
a { background-color: rgb(3,117,78); }
div.DivClassName
{
background-color: #03754E;
}
.BgClassName
{
background-color: #03754E;
}
</style>
border-color css
<style>
span { border-color: #03754E; }
span { border-color: rgb(3,117,78); }
td.TdClassName
{
border-color: #03754E;
}
.TagClassName
{
border-color: #03754E;
}
</style>