Shades of Elm #197476
Tints of Elm #197476
RGB
CMYK
RGB Variations
Color information
#197476 (or 0x197476) is known color: Elm. HEX triplet: 19, 74 and 76. RGB value is (25,116,118). Sum of RGB (Red+Green+Blue) = 25+116+118=259 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.65% from 259); Green value is 116 (45.70% from 255 or 44.79% from 259); Blue value is 118 (46.48% from 255 or 45.56% from 259); Max value from RGB is 118 - color contains mainly: blue. Hex color #197476 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197476 is #E68B89. Grayscale: #585858. Windows color (decimal): -15109002 or 7762969. OLE color: 7762969.
HSL color Cylindrical-coordinate representation of color #197476: hue angle of 181.29º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #197476 is Cyan = 0.79, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 25 | 116 | 118 | - |
| CMYK | 0.79 | 0.02 | 0 | 0.54 |
| HSL | 181.29º | 0.65% | 0.28% | - |
| HSV(B) | 181.29º | 0.79% | 0.46% | - |
| XYZ | 9.92 | 14.01 | 19.32 | - |
| YUV | 89.02 | 144.35 | 82.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 116 | 118 | 0.79 | 0.02 | 0 | 0.54 | 181.29 | 0.65 | 0.28 |
| Hex | 19 | 74 | 76 | 4F | 2 | 0 | 36 | B5 | 41 | 1C |
| Octal | 31 | 164 | 166 | 117 | 2 | 0 | 66 | 265 | 101 | 34 |
| Binary | 11001 | 1110100 | 1110110 | 1001111 | 10 | 0 | 110110 | 10110101 | 1000001 | 11100 |
Color Harmonies of #197476
Complementary color
Monochromatic Colors of #197476
Black with #197476
Text Example
Text Example
White with #197476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197476; }
p { color: rgb(25,116,118); }
H1.HeaderClassName
{
color: #197476;
}
.AnyTagClassName
{
color: #197476;
}
</style>
background-color css
<style>
a { background-color: #197476; }
a { background-color: rgb(25,116,118); }
div.DivClassName
{
background-color: #197476;
}
.BgClassName
{
background-color: #197476;
}
</style>
border-color css
<style>
span { border-color: #197476; }
span { border-color: rgb(25,116,118); }
td.TdClassName
{
border-color: #197476;
}
.TagClassName
{
border-color: #197476;
}
</style>