Shades of Tiber #153F3C
Tints of Tiber #153F3C
RGB
CMYK
RGB Variations
Color information
#153F3C (or 0x153F3C) is known color: Tiber. HEX triplet: 15, 3F and 3C. RGB value is (21,63,60). Sum of RGB (Red+Green+Blue) = 21+63+60=144 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.58% from 144); Green value is 63 (25% from 255 or 43.75% from 144); Blue value is 60 (23.83% from 255 or 41.67% from 144); Max value from RGB is 63 - color contains mainly: green. Hex color #153F3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153F3C is #EAC0C3. Grayscale: #323232. Windows color (decimal): -15384772 or 3948309. OLE color: 3948309.
HSL color Cylindrical-coordinate representation of color #153F3C: hue angle of 175.71º degrees, saturation: 0.5, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #153F3C is Cyan = 0.67, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 21 | 63 | 60 | - |
| CMYK | 0.67 | 0 | 0.05 | 0.75 |
| HSL | 175.71º | 0.5% | 0.16% | - |
| HSV(B) | 175.71º | 0.67% | 0.25% | - |
| XYZ | 2.9 | 4.04 | 4.9 | - |
| YUV | 50.1 | 133.59 | 107.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 63 | 60 | 0.67 | 0 | 0.05 | 0.75 | 175.71 | 0.5 | 0.16 |
| Hex | 15 | 3F | 3C | 43 | 0 | 5 | 4B | B0 | 32 | 10 |
| Octal | 25 | 77 | 74 | 103 | 0 | 5 | 113 | 260 | 62 | 20 |
| Binary | 10101 | 111111 | 111100 | 1000011 | 0 | 101 | 1001011 | 10110000 | 110010 | 10000 |
Color Harmonies of #153F3C
Complementary color
Monochromatic Colors of #153F3C
Black with #153F3C
Text Example
Text Example
White with #153F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153F3C; }
p { color: rgb(21,63,60); }
H1.HeaderClassName
{
color: #153F3C;
}
.AnyTagClassName
{
color: #153F3C;
}
</style>
background-color css
<style>
a { background-color: #153F3C; }
a { background-color: rgb(21,63,60); }
div.DivClassName
{
background-color: #153F3C;
}
.BgClassName
{
background-color: #153F3C;
}
</style>
border-color css
<style>
span { border-color: #153F3C; }
span { border-color: rgb(21,63,60); }
td.TdClassName
{
border-color: #153F3C;
}
.TagClassName
{
border-color: #153F3C;
}
</style>