Shades of Elm #198079
Tints of Elm #198079
RGB
CMYK
RGB Variations
Color information
#198079 (or 0x198079) is known color: Elm. HEX triplet: 19, 80 and 79. RGB value is (25,128,121). Sum of RGB (Red+Green+Blue) = 25+128+121=274 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.12% from 274); Green value is 128 (50.39% from 255 or 46.72% from 274); Blue value is 121 (47.66% from 255 or 44.16% from 274); Max value from RGB is 128 - color contains mainly: green. Hex color #198079 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #198079 is #E67F86. Grayscale: #606060. Windows color (decimal): -15105927 or 7962649. OLE color: 7962649.
HSL color Cylindrical-coordinate representation of color #198079: hue angle of 175.92º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #198079 is Cyan = 0.80, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 25 | 128 | 121 | - |
| CMYK | 0.80 | 0 | 0.05 | 0.50 |
| HSL | 175.92º | 0.67% | 0.3% | - |
| HSV(B) | 175.92º | 0.8% | 0.5% | - |
| XYZ | 11.57 | 17.03 | 20.77 | - |
| YUV | 96.41 | 141.88 | 77.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 128 | 121 | 0.80 | 0 | 0.05 | 0.50 | 175.92 | 0.67 | 0.3 |
| Hex | 19 | 80 | 79 | 50 | 0 | 5 | 32 | B0 | 43 | 1E |
| Octal | 31 | 200 | 171 | 120 | 0 | 5 | 62 | 260 | 103 | 36 |
| Binary | 11001 | 10000000 | 1111001 | 1010000 | 0 | 101 | 110010 | 10110000 | 1000011 | 11110 |
Color Harmonies of #198079
Complementary color
Monochromatic Colors of #198079
Black with #198079
Text Example
Text Example
White with #198079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198079; }
p { color: rgb(25,128,121); }
H1.HeaderClassName
{
color: #198079;
}
.AnyTagClassName
{
color: #198079;
}
</style>
background-color css
<style>
a { background-color: #198079; }
a { background-color: rgb(25,128,121); }
div.DivClassName
{
background-color: #198079;
}
.BgClassName
{
background-color: #198079;
}
</style>
border-color css
<style>
span { border-color: #198079; }
span { border-color: rgb(25,128,121); }
td.TdClassName
{
border-color: #198079;
}
.TagClassName
{
border-color: #198079;
}
</style>