Shades of Elm #197471
Tints of Elm #197471
RGB
CMYK
RGB Variations
Color information
#197471 (or 0x197471) is known color: Elm. HEX triplet: 19, 74 and 71. RGB value is (25,116,113). Sum of RGB (Red+Green+Blue) = 25+116+113=254 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.84% from 254); Green value is 116 (45.70% from 255 or 45.67% from 254); Blue value is 113 (44.53% from 255 or 44.49% from 254); Max value from RGB is 116 - color contains mainly: green. Hex color #197471 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197471 is #E68B8E. Grayscale: #585858. Windows color (decimal): -15109007 or 7435289. OLE color: 7435289.
HSL color Cylindrical-coordinate representation of color #197471: hue angle of 178.02º 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 #197471 is Cyan = 0.78, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 25 | 116 | 113 | - |
| CMYK | 0.78 | 0 | 0.03 | 0.55 |
| HSL | 178.02º | 0.65% | 0.28% | - |
| HSV(B) | 178.02º | 0.78% | 0.45% | - |
| XYZ | 9.63 | 13.89 | 17.8 | - |
| YUV | 88.45 | 141.85 | 82.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 116 | 113 | 0.78 | 0 | 0.03 | 0.55 | 178.02 | 0.65 | 0.28 |
| Hex | 19 | 74 | 71 | 4E | 0 | 3 | 37 | B2 | 41 | 1C |
| Octal | 31 | 164 | 161 | 116 | 0 | 3 | 67 | 262 | 101 | 34 |
| Binary | 11001 | 1110100 | 1110001 | 1001110 | 0 | 11 | 110111 | 10110010 | 1000001 | 11100 |
Color Harmonies of #197471
Complementary color
Monochromatic Colors of #197471
Black with #197471
Text Example
Text Example
White with #197471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197471; }
p { color: rgb(25,116,113); }
H1.HeaderClassName
{
color: #197471;
}
.AnyTagClassName
{
color: #197471;
}
</style>
background-color css
<style>
a { background-color: #197471; }
a { background-color: rgb(25,116,113); }
div.DivClassName
{
background-color: #197471;
}
.BgClassName
{
background-color: #197471;
}
</style>
border-color css
<style>
span { border-color: #197471; }
span { border-color: rgb(25,116,113); }
td.TdClassName
{
border-color: #197471;
}
.TagClassName
{
border-color: #197471;
}
</style>