Shades of Tiber #204947
Tints of Tiber #204947
RGB
CMYK
RGB Variations
Color information
#204947 (or 0x204947) is known color: Tiber. HEX triplet: 20, 49 and 47. RGB value is (32,73,71). Sum of RGB (Red+Green+Blue) = 32+73+71=176 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.18% from 176); Green value is 73 (28.91% from 255 or 41.48% from 176); Blue value is 71 (28.12% from 255 or 40.34% from 176); Max value from RGB is 73 - color contains mainly: green. Hex color #204947 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #204947 is #DFB6B8. Grayscale: #3C3C3C. Windows color (decimal): -14661305 or 4671776. OLE color: 4671776.
HSL color Cylindrical-coordinate representation of color #204947: hue angle of 177.07º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #204947 is Cyan = 0.56, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 32 | 73 | 71 | - |
| CMYK | 0.56 | 0 | 0.03 | 0.71 |
| HSL | 177.07º | 0.39% | 0.21% | - |
| HSV(B) | 177.07º | 0.56% | 0.29% | - |
| XYZ | 4.12 | 5.53 | 6.81 | - |
| YUV | 60.51 | 133.92 | 107.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 73 | 71 | 0.56 | 0 | 0.03 | 0.71 | 177.07 | 0.39 | 0.21 |
| Hex | 20 | 49 | 47 | 38 | 0 | 3 | 47 | B1 | 27 | 15 |
| Octal | 40 | 111 | 107 | 70 | 0 | 3 | 107 | 261 | 47 | 25 |
| Binary | 100000 | 1001001 | 1000111 | 111000 | 0 | 11 | 1000111 | 10110001 | 100111 | 10101 |
Color Harmonies of #204947
Complementary color
Monochromatic Colors of #204947
Black with #204947
Text Example
Text Example
White with #204947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204947; }
p { color: rgb(32,73,71); }
H1.HeaderClassName
{
color: #204947;
}
.AnyTagClassName
{
color: #204947;
}
</style>
background-color css
<style>
a { background-color: #204947; }
a { background-color: rgb(32,73,71); }
div.DivClassName
{
background-color: #204947;
}
.BgClassName
{
background-color: #204947;
}
</style>
border-color css
<style>
span { border-color: #204947; }
span { border-color: rgb(32,73,71); }
td.TdClassName
{
border-color: #204947;
}
.TagClassName
{
border-color: #204947;
}
</style>