Shades of Tiber #204C48
Tints of Tiber #204C48
RGB
CMYK
RGB Variations
Color information
#204C48 (or 0x204C48) is known color: Tiber. HEX triplet: 20, 4C and 48. RGB value is (32,76,72). Sum of RGB (Red+Green+Blue) = 32+76+72=180 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.78% from 180); Green value is 76 (30.08% from 255 or 42.22% from 180); Blue value is 72 (28.52% from 255 or 40% from 180); Max value from RGB is 76 - color contains mainly: green. Hex color #204C48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #204C48 is #DFB3B7. Grayscale: #3E3E3E. Windows color (decimal): -14660536 or 4738080. OLE color: 4738080.
HSL color Cylindrical-coordinate representation of color #204C48: hue angle of 174.55º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #204C48 is Cyan = 0.58, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 32 | 76 | 72 | - |
| CMYK | 0.58 | 0 | 0.05 | 0.70 |
| HSL | 174.55º | 0.41% | 0.21% | - |
| HSV(B) | 174.55º | 0.58% | 0.3% | - |
| XYZ | 4.35 | 5.94 | 7.05 | - |
| YUV | 62.39 | 133.42 | 106.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 76 | 72 | 0.58 | 0 | 0.05 | 0.70 | 174.55 | 0.41 | 0.21 |
| Hex | 20 | 4C | 48 | 3A | 0 | 5 | 46 | AF | 29 | 15 |
| Octal | 40 | 114 | 110 | 72 | 0 | 5 | 106 | 257 | 51 | 25 |
| Binary | 100000 | 1001100 | 1001000 | 111010 | 0 | 101 | 1000110 | 10101111 | 101001 | 10101 |
Color Harmonies of #204C48
Complementary color
Monochromatic Colors of #204C48
Black with #204C48
Text Example
Text Example
White with #204C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204C48; }
p { color: rgb(32,76,72); }
H1.HeaderClassName
{
color: #204C48;
}
.AnyTagClassName
{
color: #204C48;
}
</style>
background-color css
<style>
a { background-color: #204C48; }
a { background-color: rgb(32,76,72); }
div.DivClassName
{
background-color: #204C48;
}
.BgClassName
{
background-color: #204C48;
}
</style>
border-color css
<style>
span { border-color: #204C48; }
span { border-color: rgb(32,76,72); }
td.TdClassName
{
border-color: #204C48;
}
.TagClassName
{
border-color: #204C48;
}
</style>