Shades of Tiber #1C4643
Tints of Tiber #1C4643
RGB
CMYK
RGB Variations
Color information
#1C4643 (or 0x1C4643) is known color: Tiber. HEX triplet: 1C, 46 and 43. RGB value is (28,70,67). Sum of RGB (Red+Green+Blue) = 28+70+67=165 (21% of max value = 765). Red value is 28 (11.33% from 255 or 16.97% from 165); Green value is 70 (27.73% from 255 or 42.42% from 165); Blue value is 67 (26.56% from 255 or 40.61% from 165); Max value from RGB is 70 - color contains mainly: green. Hex color #1C4643 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C4643 is #E3B9BC. Grayscale: #393939. Windows color (decimal): -14924221 or 4408860. OLE color: 4408860.
HSL color Cylindrical-coordinate representation of color #1C4643: hue angle of 175.71º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1C4643 is Cyan = 0.60, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 28 | 70 | 67 | - |
| CMYK | 0.60 | 0 | 0.04 | 0.73 |
| HSL | 175.71º | 0.43% | 0.19% | - |
| HSV(B) | 175.71º | 0.6% | 0.27% | - |
| XYZ | 3.68 | 5.03 | 6.09 | - |
| YUV | 57.1 | 133.59 | 107.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 70 | 67 | 0.60 | 0 | 0.04 | 0.73 | 175.71 | 0.43 | 0.19 |
| Hex | 1C | 46 | 43 | 3C | 0 | 4 | 49 | B0 | 2B | 13 |
| Octal | 34 | 106 | 103 | 74 | 0 | 4 | 111 | 260 | 53 | 23 |
| Binary | 11100 | 1000110 | 1000011 | 111100 | 0 | 100 | 1001001 | 10110000 | 101011 | 10011 |
Color Harmonies of #1C4643
Complementary color
Monochromatic Colors of #1C4643
Black with #1C4643
Text Example
Text Example
White with #1C4643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C4643; }
p { color: rgb(28,70,67); }
H1.HeaderClassName
{
color: #1C4643;
}
.AnyTagClassName
{
color: #1C4643;
}
</style>
background-color css
<style>
a { background-color: #1C4643; }
a { background-color: rgb(28,70,67); }
div.DivClassName
{
background-color: #1C4643;
}
.BgClassName
{
background-color: #1C4643;
}
</style>
border-color css
<style>
span { border-color: #1C4643; }
span { border-color: rgb(28,70,67); }
td.TdClassName
{
border-color: #1C4643;
}
.TagClassName
{
border-color: #1C4643;
}
</style>