Shades of Tiber #113D3A
Tints of Tiber #113D3A
RGB
CMYK
RGB Variations
Color information
#113D3A (or 0x113D3A) is known color: Tiber. HEX triplet: 11, 3D and 3A. RGB value is (17,61,58). Sum of RGB (Red+Green+Blue) = 17+61+58=136 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.5% from 136); Green value is 61 (24.22% from 255 or 44.85% from 136); Blue value is 58 (23.05% from 255 or 42.65% from 136); Max value from RGB is 61 - color contains mainly: green. Hex color #113D3A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113D3A is #EEC2C5. Grayscale: #2F2F2F. Windows color (decimal): -15647430 or 3816721. OLE color: 3816721.
HSL color Cylindrical-coordinate representation of color #113D3A: hue angle of 175.91º degrees, saturation: 0.56, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #113D3A is Cyan = 0.72, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 17 | 61 | 58 | - |
| CMYK | 0.72 | 0 | 0.05 | 0.76 |
| HSL | 175.91º | 0.56% | 0.15% | - |
| HSV(B) | 175.91º | 0.72% | 0.24% | - |
| XYZ | 2.66 | 3.76 | 4.59 | - |
| YUV | 47.5 | 133.92 | 106.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 61 | 58 | 0.72 | 0 | 0.05 | 0.76 | 175.91 | 0.56 | 0.15 |
| Hex | 11 | 3D | 3A | 48 | 0 | 5 | 4C | B0 | 38 | F |
| Octal | 21 | 75 | 72 | 110 | 0 | 5 | 114 | 260 | 70 | 17 |
| Binary | 10001 | 111101 | 111010 | 1001000 | 0 | 101 | 1001100 | 10110000 | 111000 | 1111 |
Color Harmonies of #113D3A
Complementary color
Monochromatic Colors of #113D3A
Black with #113D3A
Text Example
Text Example
White with #113D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113D3A; }
p { color: rgb(17,61,58); }
H1.HeaderClassName
{
color: #113D3A;
}
.AnyTagClassName
{
color: #113D3A;
}
</style>
background-color css
<style>
a { background-color: #113D3A; }
a { background-color: rgb(17,61,58); }
div.DivClassName
{
background-color: #113D3A;
}
.BgClassName
{
background-color: #113D3A;
}
</style>
border-color css
<style>
span { border-color: #113D3A; }
span { border-color: rgb(17,61,58); }
td.TdClassName
{
border-color: #113D3A;
}
.TagClassName
{
border-color: #113D3A;
}
</style>