Shades of Tiber #163F3E
Tints of Tiber #163F3E
RGB
CMYK
RGB Variations
Color information
#163F3E (or 0x163F3E) is known color: Tiber. HEX triplet: 16, 3F and 3E. RGB value is (22,63,62). Sum of RGB (Red+Green+Blue) = 22+63+62=147 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.97% from 147); Green value is 63 (25% from 255 or 42.86% from 147); Blue value is 62 (24.61% from 255 or 42.18% from 147); Max value from RGB is 63 - color contains mainly: green. Hex color #163F3E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163F3E is #E9C0C1. Grayscale: #323232. Windows color (decimal): -15319234 or 4079382. OLE color: 4079382.
HSL color Cylindrical-coordinate representation of color #163F3E: hue angle of 178.54º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #163F3E is Cyan = 0.65, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 22 | 63 | 62 | - |
| CMYK | 0.65 | 0 | 0.02 | 0.75 |
| HSL | 178.54º | 0.48% | 0.17% | - |
| HSV(B) | 178.54º | 0.65% | 0.25% | - |
| XYZ | 2.98 | 4.07 | 5.19 | - |
| YUV | 50.63 | 134.42 | 107.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 63 | 62 | 0.65 | 0 | 0.02 | 0.75 | 178.54 | 0.48 | 0.17 |
| Hex | 16 | 3F | 3E | 41 | 0 | 2 | 4B | B3 | 30 | 11 |
| Octal | 26 | 77 | 76 | 101 | 0 | 2 | 113 | 263 | 60 | 21 |
| Binary | 10110 | 111111 | 111110 | 1000001 | 0 | 10 | 1001011 | 10110011 | 110000 | 10001 |
Color Harmonies of #163F3E
Complementary color
Monochromatic Colors of #163F3E
Black with #163F3E
Text Example
Text Example
White with #163F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163F3E; }
p { color: rgb(22,63,62); }
H1.HeaderClassName
{
color: #163F3E;
}
.AnyTagClassName
{
color: #163F3E;
}
</style>
background-color css
<style>
a { background-color: #163F3E; }
a { background-color: rgb(22,63,62); }
div.DivClassName
{
background-color: #163F3E;
}
.BgClassName
{
background-color: #163F3E;
}
</style>
border-color css
<style>
span { border-color: #163F3E; }
span { border-color: rgb(22,63,62); }
td.TdClassName
{
border-color: #163F3E;
}
.TagClassName
{
border-color: #163F3E;
}
</style>