Shades of Elm #19746E
Tints of Elm #19746E
RGB
CMYK
RGB Variations
Color information
#19746E (or 0x19746E) is known color: Elm. HEX triplet: 19, 74 and 6E. RGB value is (25,116,110). Sum of RGB (Red+Green+Blue) = 25+116+110=251 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.96% from 251); Green value is 116 (45.70% from 255 or 46.22% from 251); Blue value is 110 (43.36% from 255 or 43.82% from 251); Max value from RGB is 116 - color contains mainly: green. Hex color #19746E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19746E is #E68B91. Grayscale: #585858. Windows color (decimal): -15109010 or 7238681. OLE color: 7238681.
HSL color Cylindrical-coordinate representation of color #19746E: hue angle of 176.04º 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 #19746E is Cyan = 0.78, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 25 | 116 | 110 | - |
| CMYK | 0.78 | 0 | 0.05 | 0.55 |
| HSL | 176.04º | 0.65% | 0.28% | - |
| HSV(B) | 176.04º | 0.78% | 0.45% | - |
| XYZ | 9.46 | 13.82 | 16.92 | - |
| YUV | 88.11 | 140.35 | 82.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 116 | 110 | 0.78 | 0 | 0.05 | 0.55 | 176.04 | 0.65 | 0.28 |
| Hex | 19 | 74 | 6E | 4E | 0 | 5 | 37 | B0 | 41 | 1C |
| Octal | 31 | 164 | 156 | 116 | 0 | 5 | 67 | 260 | 101 | 34 |
| Binary | 11001 | 1110100 | 1101110 | 1001110 | 0 | 101 | 110111 | 10110000 | 1000001 | 11100 |
Color Harmonies of #19746E
Complementary color
Monochromatic Colors of #19746E
Black with #19746E
Text Example
Text Example
White with #19746E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19746E; }
p { color: rgb(25,116,110); }
H1.HeaderClassName
{
color: #19746E;
}
.AnyTagClassName
{
color: #19746E;
}
</style>
background-color css
<style>
a { background-color: #19746E; }
a { background-color: rgb(25,116,110); }
div.DivClassName
{
background-color: #19746E;
}
.BgClassName
{
background-color: #19746E;
}
</style>
border-color css
<style>
span { border-color: #19746E; }
span { border-color: rgb(25,116,110); }
td.TdClassName
{
border-color: #19746E;
}
.TagClassName
{
border-color: #19746E;
}
</style>