Shades of Tiber #154140
Tints of Tiber #154140
RGB
CMYK
RGB Variations
Color information
#154140 (or 0x154140) is known color: Tiber. HEX triplet: 15, 41 and 40. RGB value is (21,65,64). Sum of RGB (Red+Green+Blue) = 21+65+64=150 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14% from 150); Green value is 65 (25.78% from 255 or 43.33% from 150); Blue value is 64 (25.39% from 255 or 42.67% from 150); Max value from RGB is 65 - color contains mainly: green. Hex color #154140 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154140 is #EABEBF. Grayscale: #333333. Windows color (decimal): -15384256 or 4210965. OLE color: 4210965.
HSL color Cylindrical-coordinate representation of color #154140: hue angle of 178.64º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #154140 is Cyan = 0.68, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 21 | 65 | 64 | - |
| CMYK | 0.68 | 0 | 0.02 | 0.75 |
| HSL | 178.64º | 0.51% | 0.17% | - |
| HSV(B) | 178.64º | 0.68% | 0.25% | - |
| XYZ | 3.12 | 4.31 | 5.52 | - |
| YUV | 51.73 | 134.92 | 106.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 65 | 64 | 0.68 | 0 | 0.02 | 0.75 | 178.64 | 0.51 | 0.17 |
| Hex | 15 | 41 | 40 | 44 | 0 | 2 | 4B | B3 | 33 | 11 |
| Octal | 25 | 101 | 100 | 104 | 0 | 2 | 113 | 263 | 63 | 21 |
| Binary | 10101 | 1000001 | 1000000 | 1000100 | 0 | 10 | 1001011 | 10110011 | 110011 | 10001 |
Color Harmonies of #154140
Complementary color
Monochromatic Colors of #154140
Black with #154140
Text Example
Text Example
White with #154140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154140; }
p { color: rgb(21,65,64); }
H1.HeaderClassName
{
color: #154140;
}
.AnyTagClassName
{
color: #154140;
}
</style>
background-color css
<style>
a { background-color: #154140; }
a { background-color: rgb(21,65,64); }
div.DivClassName
{
background-color: #154140;
}
.BgClassName
{
background-color: #154140;
}
</style>
border-color css
<style>
span { border-color: #154140; }
span { border-color: rgb(21,65,64); }
td.TdClassName
{
border-color: #154140;
}
.TagClassName
{
border-color: #154140;
}
</style>