Shades of Tiber #224846
Tints of Tiber #224846
RGB
CMYK
RGB Variations
Color information
#224846 (or 0x224846) is known color: Tiber. HEX triplet: 22, 48 and 46. RGB value is (34,72,70). Sum of RGB (Red+Green+Blue) = 34+72+70=176 (23% of max value = 765). Red value is 34 (13.67% from 255 or 19.32% from 176); Green value is 72 (28.52% from 255 or 40.91% from 176); Blue value is 70 (27.73% from 255 or 39.77% from 176); Max value from RGB is 72 - color contains mainly: green. Hex color #224846 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224846 is #DDB7B9. Grayscale: #3C3C3C. Windows color (decimal): -14530490 or 4605986. OLE color: 4605986.
HSL color Cylindrical-coordinate representation of color #224846: hue angle of 176.84º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #224846 is Cyan = 0.53, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 34 | 72 | 70 | - |
| CMYK | 0.53 | 0 | 0.03 | 0.72 |
| HSL | 176.84º | 0.36% | 0.21% | - |
| HSV(B) | 176.84º | 0.53% | 0.28% | - |
| XYZ | 4.08 | 5.42 | 6.62 | - |
| YUV | 60.41 | 133.41 | 109.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 72 | 70 | 0.53 | 0 | 0.03 | 0.72 | 176.84 | 0.36 | 0.21 |
| Hex | 22 | 48 | 46 | 35 | 0 | 3 | 48 | B1 | 24 | 15 |
| Octal | 42 | 110 | 106 | 65 | 0 | 3 | 110 | 261 | 44 | 25 |
| Binary | 100010 | 1001000 | 1000110 | 110101 | 0 | 11 | 1001000 | 10110001 | 100100 | 10101 |
Color Harmonies of #224846
Complementary color
Monochromatic Colors of #224846
Black with #224846
Text Example
Text Example
White with #224846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224846; }
p { color: rgb(34,72,70); }
H1.HeaderClassName
{
color: #224846;
}
.AnyTagClassName
{
color: #224846;
}
</style>
background-color css
<style>
a { background-color: #224846; }
a { background-color: rgb(34,72,70); }
div.DivClassName
{
background-color: #224846;
}
.BgClassName
{
background-color: #224846;
}
</style>
border-color css
<style>
span { border-color: #224846; }
span { border-color: rgb(34,72,70); }
td.TdClassName
{
border-color: #224846;
}
.TagClassName
{
border-color: #224846;
}
</style>