Shades of Elm #19746F
Tints of Elm #19746F
RGB
CMYK
RGB Variations
Color information
#19746F (or 0x19746F) is known color: Elm. HEX triplet: 19, 74 and 6F. RGB value is (25,116,111). Sum of RGB (Red+Green+Blue) = 25+116+111=252 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.92% from 252); Green value is 116 (45.70% from 255 or 46.03% from 252); Blue value is 111 (43.75% from 255 or 44.05% from 252); Max value from RGB is 116 - color contains mainly: green. Hex color #19746F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19746F is #E68B90. Grayscale: #585858. Windows color (decimal): -15109009 or 7304217. OLE color: 7304217.
HSL color Cylindrical-coordinate representation of color #19746F: hue angle of 176.7º 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 #19746F is Cyan = 0.78, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 25 | 116 | 111 | - |
| CMYK | 0.78 | 0 | 0.04 | 0.55 |
| HSL | 176.7º | 0.65% | 0.28% | - |
| HSV(B) | 176.7º | 0.78% | 0.45% | - |
| XYZ | 9.52 | 13.85 | 17.21 | - |
| YUV | 88.22 | 140.85 | 82.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 116 | 111 | 0.78 | 0 | 0.04 | 0.55 | 176.7 | 0.65 | 0.28 |
| Hex | 19 | 74 | 6F | 4E | 0 | 4 | 37 | B1 | 41 | 1C |
| Octal | 31 | 164 | 157 | 116 | 0 | 4 | 67 | 261 | 101 | 34 |
| Binary | 11001 | 1110100 | 1101111 | 1001110 | 0 | 100 | 110111 | 10110001 | 1000001 | 11100 |
Color Harmonies of #19746F
Complementary color
Monochromatic Colors of #19746F
Black with #19746F
Text Example
Text Example
White with #19746F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19746F; }
p { color: rgb(25,116,111); }
H1.HeaderClassName
{
color: #19746F;
}
.AnyTagClassName
{
color: #19746F;
}
</style>
background-color css
<style>
a { background-color: #19746F; }
a { background-color: rgb(25,116,111); }
div.DivClassName
{
background-color: #19746F;
}
.BgClassName
{
background-color: #19746F;
}
</style>
border-color css
<style>
span { border-color: #19746F; }
span { border-color: rgb(25,116,111); }
td.TdClassName
{
border-color: #19746F;
}
.TagClassName
{
border-color: #19746F;
}
</style>