Shades of Tiber #1D4E4C
Tints of Tiber #1D4E4C
RGB
CMYK
RGB Variations
Color information
#1D4E4C (or 0x1D4E4C) is known color: Tiber. HEX triplet: 1D, 4E and 4C. RGB value is (29,78,76). Sum of RGB (Red+Green+Blue) = 29+78+76=183 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.85% from 183); Green value is 78 (30.86% from 255 or 42.62% from 183); Blue value is 76 (30.08% from 255 or 41.53% from 183); Max value from RGB is 78 - color contains mainly: green. Hex color #1D4E4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D4E4C is #E2B1B3. Grayscale: #3F3F3F. Windows color (decimal): -14856628 or 5000733. OLE color: 5000733.
HSL color Cylindrical-coordinate representation of color #1D4E4C: hue angle of 177.55º 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 #1D4E4C is Cyan = 0.63, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 29 | 78 | 76 | - |
| CMYK | 0.63 | 0 | 0.03 | 0.69 |
| HSL | 177.55º | 0.46% | 0.21% | - |
| HSV(B) | 177.55º | 0.63% | 0.31% | - |
| XYZ | 4.54 | 6.23 | 7.8 | - |
| YUV | 63.12 | 135.27 | 103.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 78 | 76 | 0.63 | 0 | 0.03 | 0.69 | 177.55 | 0.46 | 0.21 |
| Hex | 1D | 4E | 4C | 3F | 0 | 3 | 45 | B2 | 2E | 15 |
| Octal | 35 | 116 | 114 | 77 | 0 | 3 | 105 | 262 | 56 | 25 |
| Binary | 11101 | 1001110 | 1001100 | 111111 | 0 | 11 | 1000101 | 10110010 | 101110 | 10101 |
Color Harmonies of #1D4E4C
Complementary color
Monochromatic Colors of #1D4E4C
Black with #1D4E4C
Text Example
Text Example
White with #1D4E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4E4C; }
p { color: rgb(29,78,76); }
H1.HeaderClassName
{
color: #1D4E4C;
}
.AnyTagClassName
{
color: #1D4E4C;
}
</style>
background-color css
<style>
a { background-color: #1D4E4C; }
a { background-color: rgb(29,78,76); }
div.DivClassName
{
background-color: #1D4E4C;
}
.BgClassName
{
background-color: #1D4E4C;
}
</style>
border-color css
<style>
span { border-color: #1D4E4C; }
span { border-color: rgb(29,78,76); }
td.TdClassName
{
border-color: #1D4E4C;
}
.TagClassName
{
border-color: #1D4E4C;
}
</style>