Shades of Elm #198175
Tints of Elm #198175
RGB
CMYK
RGB Variations
Color information
#198175 (or 0x198175) is known color: Elm. HEX triplet: 19, 81 and 75. RGB value is (25,129,117). Sum of RGB (Red+Green+Blue) = 25+129+117=271 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.23% from 271); Green value is 129 (50.78% from 255 or 47.60% from 271); Blue value is 117 (46.09% from 255 or 43.17% from 271); Max value from RGB is 129 - color contains mainly: green. Hex color #198175 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #198175 is #E67E8A. Grayscale: #606060. Windows color (decimal): -15105675 or 7700761. OLE color: 7700761.
HSL color Cylindrical-coordinate representation of color #198175: hue angle of 173.08º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #198175 is Cyan = 0.81, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 25 | 129 | 117 | - |
| CMYK | 0.81 | 0 | 0.09 | 0.49 |
| HSL | 173.08º | 0.68% | 0.3% | - |
| HSV(B) | 173.08º | 0.81% | 0.51% | - |
| XYZ | 11.46 | 17.19 | 19.54 | - |
| YUV | 96.54 | 139.54 | 76.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 129 | 117 | 0.81 | 0 | 0.09 | 0.49 | 173.08 | 0.68 | 0.3 |
| Hex | 19 | 81 | 75 | 51 | 0 | 9 | 31 | AD | 44 | 1E |
| Octal | 31 | 201 | 165 | 121 | 0 | 11 | 61 | 255 | 104 | 36 |
| Binary | 11001 | 10000001 | 1110101 | 1010001 | 0 | 1001 | 110001 | 10101101 | 1000100 | 11110 |
Color Harmonies of #198175
Complementary color
Monochromatic Colors of #198175
Black with #198175
Text Example
Text Example
White with #198175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198175; }
p { color: rgb(25,129,117); }
H1.HeaderClassName
{
color: #198175;
}
.AnyTagClassName
{
color: #198175;
}
</style>
background-color css
<style>
a { background-color: #198175; }
a { background-color: rgb(25,129,117); }
div.DivClassName
{
background-color: #198175;
}
.BgClassName
{
background-color: #198175;
}
</style>
border-color css
<style>
span { border-color: #198175; }
span { border-color: rgb(25,129,117); }
td.TdClassName
{
border-color: #198175;
}
.TagClassName
{
border-color: #198175;
}
</style>