Shades of Tiber #204C4B
Tints of Tiber #204C4B
RGB
CMYK
RGB Variations
Color information
#204C4B (or 0x204C4B) is known color: Tiber. HEX triplet: 20, 4C and 4B. RGB value is (32,76,75). Sum of RGB (Red+Green+Blue) = 32+76+75=183 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.49% from 183); Green value is 76 (30.08% from 255 or 41.53% from 183); Blue value is 75 (29.69% from 255 or 40.98% from 183); Max value from RGB is 76 - color contains mainly: green. Hex color #204C4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #204C4B is #DFB3B4. Grayscale: #3E3E3E. Windows color (decimal): -14660533 or 4934688. OLE color: 4934688.
HSL color Cylindrical-coordinate representation of color #204C4B: hue angle of 178.64º 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 #204C4B is Cyan = 0.58, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 32 | 76 | 75 | - |
| CMYK | 0.58 | 0 | 0.01 | 0.70 |
| HSL | 178.64º | 0.41% | 0.21% | - |
| HSV(B) | 178.64º | 0.58% | 0.3% | - |
| XYZ | 4.45 | 5.98 | 7.58 | - |
| YUV | 62.73 | 134.92 | 106.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 76 | 75 | 0.58 | 0 | 0.01 | 0.70 | 178.64 | 0.41 | 0.21 |
| Hex | 20 | 4C | 4B | 3A | 0 | 1 | 46 | B3 | 29 | 15 |
| Octal | 40 | 114 | 113 | 72 | 0 | 1 | 106 | 263 | 51 | 25 |
| Binary | 100000 | 1001100 | 1001011 | 111010 | 0 | 1 | 1000110 | 10110011 | 101001 | 10101 |
Color Harmonies of #204C4B
Complementary color
Monochromatic Colors of #204C4B
Black with #204C4B
Text Example
Text Example
White with #204C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204C4B; }
p { color: rgb(32,76,75); }
H1.HeaderClassName
{
color: #204C4B;
}
.AnyTagClassName
{
color: #204C4B;
}
</style>
background-color css
<style>
a { background-color: #204C4B; }
a { background-color: rgb(32,76,75); }
div.DivClassName
{
background-color: #204C4B;
}
.BgClassName
{
background-color: #204C4B;
}
</style>
border-color css
<style>
span { border-color: #204C4B; }
span { border-color: rgb(32,76,75); }
td.TdClassName
{
border-color: #204C4B;
}
.TagClassName
{
border-color: #204C4B;
}
</style>