Shades of Tiber #1C514A
Tints of Tiber #1C514A
RGB
CMYK
RGB Variations
Color information
#1C514A (or 0x1C514A) is known color: Tiber. HEX triplet: 1C, 51 and 4A. RGB value is (28,81,74). Sum of RGB (Red+Green+Blue) = 28+81+74=183 (24% of max value = 765). Red value is 28 (11.33% from 255 or 15.30% from 183); Green value is 81 (32.03% from 255 or 44.26% from 183); Blue value is 74 (29.30% from 255 or 40.44% from 183); Max value from RGB is 81 - color contains mainly: green. Hex color #1C514A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C514A is #E3AEB5. Grayscale: #404040. Windows color (decimal): -14921398 or 4870428. OLE color: 4870428.
HSL color Cylindrical-coordinate representation of color #1C514A: hue angle of 172.08º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1C514A is Cyan = 0.65, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 28 | 81 | 74 | - |
| CMYK | 0.65 | 0 | 0.09 | 0.68 |
| HSL | 172.08º | 0.49% | 0.21% | - |
| HSV(B) | 172.08º | 0.65% | 0.32% | - |
| XYZ | 4.66 | 6.63 | 7.51 | - |
| YUV | 64.36 | 133.44 | 102.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 81 | 74 | 0.65 | 0 | 0.09 | 0.68 | 172.08 | 0.49 | 0.21 |
| Hex | 1C | 51 | 4A | 41 | 0 | 9 | 44 | AC | 31 | 15 |
| Octal | 34 | 121 | 112 | 101 | 0 | 11 | 104 | 254 | 61 | 25 |
| Binary | 11100 | 1010001 | 1001010 | 1000001 | 0 | 1001 | 1000100 | 10101100 | 110001 | 10101 |
Color Harmonies of #1C514A
Complementary color
Monochromatic Colors of #1C514A
Black with #1C514A
Text Example
Text Example
White with #1C514A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C514A; }
p { color: rgb(28,81,74); }
H1.HeaderClassName
{
color: #1C514A;
}
.AnyTagClassName
{
color: #1C514A;
}
</style>
background-color css
<style>
a { background-color: #1C514A; }
a { background-color: rgb(28,81,74); }
div.DivClassName
{
background-color: #1C514A;
}
.BgClassName
{
background-color: #1C514A;
}
</style>
border-color css
<style>
span { border-color: #1C514A; }
span { border-color: rgb(28,81,74); }
td.TdClassName
{
border-color: #1C514A;
}
.TagClassName
{
border-color: #1C514A;
}
</style>