Shades of Tiber #1D4E4A
Tints of Tiber #1D4E4A
RGB
CMYK
RGB Variations
Color information
#1D4E4A (or 0x1D4E4A) is known color: Tiber. HEX triplet: 1D, 4E and 4A. RGB value is (29,78,74). Sum of RGB (Red+Green+Blue) = 29+78+74=181 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.02% from 181); Green value is 78 (30.86% from 255 or 43.09% from 181); Blue value is 74 (29.30% from 255 or 40.88% from 181); Max value from RGB is 78 - color contains mainly: green. Hex color #1D4E4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D4E4A is #E2B1B5. Grayscale: #3E3E3E. Windows color (decimal): -14856630 or 4869661. OLE color: 4869661.
HSL color Cylindrical-coordinate representation of color #1D4E4A: hue angle of 175.1º degrees, saturation: 0.46, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1D4E4A is Cyan = 0.63, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 29 | 78 | 74 | - |
| CMYK | 0.63 | 0 | 0.05 | 0.69 |
| HSL | 175.1º | 0.46% | 0.21% | - |
| HSV(B) | 175.1º | 0.63% | 0.31% | - |
| XYZ | 4.47 | 6.2 | 7.44 | - |
| YUV | 62.89 | 134.27 | 103.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 78 | 74 | 0.63 | 0 | 0.05 | 0.69 | 175.1 | 0.46 | 0.21 |
| Hex | 1D | 4E | 4A | 3F | 0 | 5 | 45 | AF | 2E | 15 |
| Octal | 35 | 116 | 112 | 77 | 0 | 5 | 105 | 257 | 56 | 25 |
| Binary | 11101 | 1001110 | 1001010 | 111111 | 0 | 101 | 1000101 | 10101111 | 101110 | 10101 |
Color Harmonies of #1D4E4A
Complementary color
Monochromatic Colors of #1D4E4A
Black with #1D4E4A
Text Example
Text Example
White with #1D4E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4E4A; }
p { color: rgb(29,78,74); }
H1.HeaderClassName
{
color: #1D4E4A;
}
.AnyTagClassName
{
color: #1D4E4A;
}
</style>
background-color css
<style>
a { background-color: #1D4E4A; }
a { background-color: rgb(29,78,74); }
div.DivClassName
{
background-color: #1D4E4A;
}
.BgClassName
{
background-color: #1D4E4A;
}
</style>
border-color css
<style>
span { border-color: #1D4E4A; }
span { border-color: rgb(29,78,74); }
td.TdClassName
{
border-color: #1D4E4A;
}
.TagClassName
{
border-color: #1D4E4A;
}
</style>