Shades of Tiber #194D47
Tints of Tiber #194D47
RGB
CMYK
RGB Variations
Color information
#194D47 (or 0x194D47) is known color: Tiber. HEX triplet: 19, 4D and 47. RGB value is (25,77,71). Sum of RGB (Red+Green+Blue) = 25+77+71=173 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.45% from 173); Green value is 77 (30.47% from 255 or 44.51% from 173); Blue value is 71 (28.12% from 255 or 41.04% from 173); Max value from RGB is 77 - color contains mainly: green. Hex color #194D47 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #194D47 is #E6B2B8. Grayscale: #3C3C3C. Windows color (decimal): -15119033 or 4672793. OLE color: 4672793.
HSL color Cylindrical-coordinate representation of color #194D47: hue angle of 173.08º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #194D47 is Cyan = 0.68, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 25 | 77 | 71 | - |
| CMYK | 0.68 | 0 | 0.08 | 0.70 |
| HSL | 173.08º | 0.51% | 0.2% | - |
| HSV(B) | 173.08º | 0.68% | 0.3% | - |
| XYZ | 4.19 | 5.97 | 6.89 | - |
| YUV | 60.77 | 133.77 | 102.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 77 | 71 | 0.68 | 0 | 0.08 | 0.70 | 173.08 | 0.51 | 0.2 |
| Hex | 19 | 4D | 47 | 44 | 0 | 8 | 46 | AD | 33 | 14 |
| Octal | 31 | 115 | 107 | 104 | 0 | 10 | 106 | 255 | 63 | 24 |
| Binary | 11001 | 1001101 | 1000111 | 1000100 | 0 | 1000 | 1000110 | 10101101 | 110011 | 10100 |
Color Harmonies of #194D47
Complementary color
Monochromatic Colors of #194D47
Black with #194D47
Text Example
Text Example
White with #194D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194D47; }
p { color: rgb(25,77,71); }
H1.HeaderClassName
{
color: #194D47;
}
.AnyTagClassName
{
color: #194D47;
}
</style>
background-color css
<style>
a { background-color: #194D47; }
a { background-color: rgb(25,77,71); }
div.DivClassName
{
background-color: #194D47;
}
.BgClassName
{
background-color: #194D47;
}
</style>
border-color css
<style>
span { border-color: #194D47; }
span { border-color: rgb(25,77,71); }
td.TdClassName
{
border-color: #194D47;
}
.TagClassName
{
border-color: #194D47;
}
</style>