Shades of Elm #197271
Tints of Elm #197271
RGB
CMYK
RGB Variations
Color information
#197271 (or 0x197271) is known color: Elm. HEX triplet: 19, 72 and 71. RGB value is (25,114,113). Sum of RGB (Red+Green+Blue) = 25+114+113=252 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.92% from 252); Green value is 114 (44.92% from 255 or 45.24% from 252); Blue value is 113 (44.53% from 255 or 44.84% from 252); Max value from RGB is 114 - color contains mainly: green. Hex color #197271 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197271 is #E68D8E. Grayscale: #575757. Windows color (decimal): -15109519 or 7434777. OLE color: 7434777.
HSL color Cylindrical-coordinate representation of color #197271: hue angle of 179.33º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #197271 is Cyan = 0.78, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 25 | 114 | 113 | - |
| CMYK | 0.78 | 0 | 0.01 | 0.55 |
| HSL | 179.33º | 0.64% | 0.27% | - |
| HSV(B) | 179.33º | 0.78% | 0.45% | - |
| XYZ | 9.4 | 13.43 | 17.72 | - |
| YUV | 87.28 | 142.51 | 83.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 114 | 113 | 0.78 | 0 | 0.01 | 0.55 | 179.33 | 0.64 | 0.27 |
| Hex | 19 | 72 | 71 | 4E | 0 | 1 | 37 | B3 | 40 | 1B |
| Octal | 31 | 162 | 161 | 116 | 0 | 1 | 67 | 263 | 100 | 33 |
| Binary | 11001 | 1110010 | 1110001 | 1001110 | 0 | 1 | 110111 | 10110011 | 1000000 | 11011 |
Color Harmonies of #197271
Complementary color
Monochromatic Colors of #197271
Black with #197271
Text Example
Text Example
White with #197271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197271; }
p { color: rgb(25,114,113); }
H1.HeaderClassName
{
color: #197271;
}
.AnyTagClassName
{
color: #197271;
}
</style>
background-color css
<style>
a { background-color: #197271; }
a { background-color: rgb(25,114,113); }
div.DivClassName
{
background-color: #197271;
}
.BgClassName
{
background-color: #197271;
}
</style>
border-color css
<style>
span { border-color: #197271; }
span { border-color: rgb(25,114,113); }
td.TdClassName
{
border-color: #197271;
}
.TagClassName
{
border-color: #197271;
}
</style>