Shades of Tiber #113E3C
Tints of Tiber #113E3C
RGB
CMYK
RGB Variations
Color information
#113E3C (or 0x113E3C) is known color: Tiber. HEX triplet: 11, 3E and 3C. RGB value is (17,62,60). Sum of RGB (Red+Green+Blue) = 17+62+60=139 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.23% from 139); Green value is 62 (24.61% from 255 or 44.60% from 139); Blue value is 60 (23.83% from 255 or 43.17% from 139); Max value from RGB is 62 - color contains mainly: green. Hex color #113E3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113E3C is #EEC1C3. Grayscale: #303030. Windows color (decimal): -15647172 or 3948049. OLE color: 3948049.
HSL color Cylindrical-coordinate representation of color #113E3C: hue angle of 177.33º degrees, saturation: 0.57, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #113E3C is Cyan = 0.73, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 17 | 62 | 60 | - |
| CMYK | 0.73 | 0 | 0.03 | 0.76 |
| HSL | 177.33º | 0.57% | 0.15% | - |
| HSV(B) | 177.33º | 0.73% | 0.24% | - |
| XYZ | 2.77 | 3.89 | 4.88 | - |
| YUV | 48.32 | 134.59 | 105.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 62 | 60 | 0.73 | 0 | 0.03 | 0.76 | 177.33 | 0.57 | 0.15 |
| Hex | 11 | 3E | 3C | 49 | 0 | 3 | 4C | B1 | 39 | F |
| Octal | 21 | 76 | 74 | 111 | 0 | 3 | 114 | 261 | 71 | 17 |
| Binary | 10001 | 111110 | 111100 | 1001001 | 0 | 11 | 1001100 | 10110001 | 111001 | 1111 |
Color Harmonies of #113E3C
Complementary color
Monochromatic Colors of #113E3C
Black with #113E3C
Text Example
Text Example
White with #113E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113E3C; }
p { color: rgb(17,62,60); }
H1.HeaderClassName
{
color: #113E3C;
}
.AnyTagClassName
{
color: #113E3C;
}
</style>
background-color css
<style>
a { background-color: #113E3C; }
a { background-color: rgb(17,62,60); }
div.DivClassName
{
background-color: #113E3C;
}
.BgClassName
{
background-color: #113E3C;
}
</style>
border-color css
<style>
span { border-color: #113E3C; }
span { border-color: rgb(17,62,60); }
td.TdClassName
{
border-color: #113E3C;
}
.TagClassName
{
border-color: #113E3C;
}
</style>