Shades of Elm #197473
Tints of Elm #197473
RGB
CMYK
RGB Variations
Color information
#197473 (or 0x197473) is known color: Elm. HEX triplet: 19, 74 and 73. RGB value is (25,116,115). Sum of RGB (Red+Green+Blue) = 25+116+115=256 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.77% from 256); Green value is 116 (45.70% from 255 or 45.31% from 256); Blue value is 115 (45.31% from 255 or 44.92% from 256); Max value from RGB is 116 - color contains mainly: green. Hex color #197473 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197473 is #E68B8C. Grayscale: #585858. Windows color (decimal): -15109005 or 7566361. OLE color: 7566361.
HSL color Cylindrical-coordinate representation of color #197473: hue angle of 179.34º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #197473 is Cyan = 0.78, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 25 | 116 | 115 | - |
| CMYK | 0.78 | 0 | 0.01 | 0.55 |
| HSL | 179.34º | 0.65% | 0.28% | - |
| HSV(B) | 179.34º | 0.78% | 0.45% | - |
| XYZ | 9.74 | 13.94 | 18.4 | - |
| YUV | 88.68 | 142.85 | 82.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 116 | 115 | 0.78 | 0 | 0.01 | 0.55 | 179.34 | 0.65 | 0.28 |
| Hex | 19 | 74 | 73 | 4E | 0 | 1 | 37 | B3 | 41 | 1C |
| Octal | 31 | 164 | 163 | 116 | 0 | 1 | 67 | 263 | 101 | 34 |
| Binary | 11001 | 1110100 | 1110011 | 1001110 | 0 | 1 | 110111 | 10110011 | 1000001 | 11100 |
Color Harmonies of #197473
Complementary color
Monochromatic Colors of #197473
Black with #197473
Text Example
Text Example
White with #197473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197473; }
p { color: rgb(25,116,115); }
H1.HeaderClassName
{
color: #197473;
}
.AnyTagClassName
{
color: #197473;
}
</style>
background-color css
<style>
a { background-color: #197473; }
a { background-color: rgb(25,116,115); }
div.DivClassName
{
background-color: #197473;
}
.BgClassName
{
background-color: #197473;
}
</style>
border-color css
<style>
span { border-color: #197473; }
span { border-color: rgb(25,116,115); }
td.TdClassName
{
border-color: #197473;
}
.TagClassName
{
border-color: #197473;
}
</style>