Shades of Tiber #204E49
Tints of Tiber #204E49
RGB
CMYK
RGB Variations
Color information
#204E49 (or 0x204E49) is known color: Tiber. HEX triplet: 20, 4E and 49. RGB value is (32,78,73). Sum of RGB (Red+Green+Blue) = 32+78+73=183 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.49% from 183); Green value is 78 (30.86% from 255 or 42.62% from 183); Blue value is 73 (28.91% from 255 or 39.89% from 183); Max value from RGB is 78 - color contains mainly: green. Hex color #204E49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #204E49 is #DFB1B6. Grayscale: #3F3F3F. Windows color (decimal): -14660023 or 4804128. OLE color: 4804128.
HSL color Cylindrical-coordinate representation of color #204E49: hue angle of 173.48º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #204E49 is Cyan = 0.59, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 32 | 78 | 73 | - |
| CMYK | 0.59 | 0 | 0.06 | 0.69 |
| HSL | 173.48º | 0.42% | 0.22% | - |
| HSV(B) | 173.48º | 0.59% | 0.31% | - |
| XYZ | 4.52 | 6.24 | 7.27 | - |
| YUV | 63.68 | 133.26 | 105.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 78 | 73 | 0.59 | 0 | 0.06 | 0.69 | 173.48 | 0.42 | 0.22 |
| Hex | 20 | 4E | 49 | 3B | 0 | 6 | 45 | AD | 2A | 16 |
| Octal | 40 | 116 | 111 | 73 | 0 | 6 | 105 | 255 | 52 | 26 |
| Binary | 100000 | 1001110 | 1001001 | 111011 | 0 | 110 | 1000101 | 10101101 | 101010 | 10110 |
Color Harmonies of #204E49
Complementary color
Monochromatic Colors of #204E49
Black with #204E49
Text Example
Text Example
White with #204E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204E49; }
p { color: rgb(32,78,73); }
H1.HeaderClassName
{
color: #204E49;
}
.AnyTagClassName
{
color: #204E49;
}
</style>
background-color css
<style>
a { background-color: #204E49; }
a { background-color: rgb(32,78,73); }
div.DivClassName
{
background-color: #204E49;
}
.BgClassName
{
background-color: #204E49;
}
</style>
border-color css
<style>
span { border-color: #204E49; }
span { border-color: rgb(32,78,73); }
td.TdClassName
{
border-color: #204E49;
}
.TagClassName
{
border-color: #204E49;
}
</style>