Shades of Tiber #1A4D47
Tints of Tiber #1A4D47
RGB
CMYK
RGB Variations
Color information
#1A4D47 (or 0x1A4D47) is known color: Tiber. HEX triplet: 1A, 4D and 47. RGB value is (26,77,71). Sum of RGB (Red+Green+Blue) = 26+77+71=174 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.94% from 174); Green value is 77 (30.47% from 255 or 44.25% from 174); Blue value is 71 (28.12% from 255 or 40.80% from 174); Max value from RGB is 77 - color contains mainly: green. Hex color #1A4D47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A4D47 is #E5B2B8. Grayscale: #3D3D3D. Windows color (decimal): -15053497 or 4672794. OLE color: 4672794.
HSL color Cylindrical-coordinate representation of color #1A4D47: hue angle of 172.94º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1A4D47 is Cyan = 0.66, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 26 | 77 | 71 | - |
| CMYK | 0.66 | 0 | 0.08 | 0.70 |
| HSL | 172.94º | 0.5% | 0.2% | - |
| HSV(B) | 172.94º | 0.66% | 0.3% | - |
| XYZ | 4.22 | 5.98 | 6.89 | - |
| YUV | 61.07 | 133.6 | 102.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 77 | 71 | 0.66 | 0 | 0.08 | 0.70 | 172.94 | 0.5 | 0.2 |
| Hex | 1A | 4D | 47 | 42 | 0 | 8 | 46 | AD | 32 | 14 |
| Octal | 32 | 115 | 107 | 102 | 0 | 10 | 106 | 255 | 62 | 24 |
| Binary | 11010 | 1001101 | 1000111 | 1000010 | 0 | 1000 | 1000110 | 10101101 | 110010 | 10100 |
Color Harmonies of #1A4D47
Complementary color
Monochromatic Colors of #1A4D47
Black with #1A4D47
Text Example
Text Example
White with #1A4D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4D47; }
p { color: rgb(26,77,71); }
H1.HeaderClassName
{
color: #1A4D47;
}
.AnyTagClassName
{
color: #1A4D47;
}
</style>
background-color css
<style>
a { background-color: #1A4D47; }
a { background-color: rgb(26,77,71); }
div.DivClassName
{
background-color: #1A4D47;
}
.BgClassName
{
background-color: #1A4D47;
}
</style>
border-color css
<style>
span { border-color: #1A4D47; }
span { border-color: rgb(26,77,71); }
td.TdClassName
{
border-color: #1A4D47;
}
.TagClassName
{
border-color: #1A4D47;
}
</style>