Shades of Tiber #254140
Tints of Tiber #254140
RGB
CMYK
RGB Variations
Color information
#254140 (or 0x254140) is known color: Tiber. HEX triplet: 25, 41 and 40. RGB value is (37,65,64). Sum of RGB (Red+Green+Blue) = 37+65+64=166 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.29% from 166); Green value is 65 (25.78% from 255 or 39.16% from 166); Blue value is 64 (25.39% from 255 or 38.55% from 166); Max value from RGB is 65 - color contains mainly: green. Hex color #254140 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254140 is #DABEBF. Grayscale: #383838. Windows color (decimal): -14335680 or 4210981. OLE color: 4210981.
HSL color Cylindrical-coordinate representation of color #254140: hue angle of 177.86º degrees, saturation: 0.27, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #254140 is Cyan = 0.43, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 37 | 65 | 64 | - |
| CMYK | 0.43 | 0 | 0.02 | 0.75 |
| HSL | 177.86º | 0.27% | 0.2% | - |
| HSV(B) | 177.86º | 0.43% | 0.25% | - |
| XYZ | 3.58 | 4.54 | 5.54 | - |
| YUV | 56.51 | 132.22 | 114.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 65 | 64 | 0.43 | 0 | 0.02 | 0.75 | 177.86 | 0.27 | 0.2 |
| Hex | 25 | 41 | 40 | 2B | 0 | 2 | 4B | B2 | 1B | 14 |
| Octal | 45 | 101 | 100 | 53 | 0 | 2 | 113 | 262 | 33 | 24 |
| Binary | 100101 | 1000001 | 1000000 | 101011 | 0 | 10 | 1001011 | 10110010 | 11011 | 10100 |
Color Harmonies of #254140
Complementary color
Monochromatic Colors of #254140
Black with #254140
Text Example
Text Example
White with #254140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254140; }
p { color: rgb(37,65,64); }
H1.HeaderClassName
{
color: #254140;
}
.AnyTagClassName
{
color: #254140;
}
</style>
background-color css
<style>
a { background-color: #254140; }
a { background-color: rgb(37,65,64); }
div.DivClassName
{
background-color: #254140;
}
.BgClassName
{
background-color: #254140;
}
</style>
border-color css
<style>
span { border-color: #254140; }
span { border-color: rgb(37,65,64); }
td.TdClassName
{
border-color: #254140;
}
.TagClassName
{
border-color: #254140;
}
</style>