Shades of Elm #19867F
Tints of Elm #19867F
RGB
CMYK
RGB Variations
Color information
#19867F (or 0x19867F) is known color: Elm. HEX triplet: 19, 86 and 7F. RGB value is (25,134,127). Sum of RGB (Red+Green+Blue) = 25+134+127=286 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.74% from 286); Green value is 134 (52.73% from 255 or 46.85% from 286); Blue value is 127 (50% from 255 or 44.41% from 286); Max value from RGB is 134 - color contains mainly: green. Hex color #19867F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19867F is #E67980. Grayscale: #646464. Windows color (decimal): -15104385 or 8357401. OLE color: 8357401.
HSL color Cylindrical-coordinate representation of color #19867F: hue angle of 176.15º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #19867F is Cyan = 0.81, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 25 | 134 | 127 | - |
| CMYK | 0.81 | 0 | 0.05 | 0.47 |
| HSL | 176.15º | 0.69% | 0.31% | - |
| HSV(B) | 176.15º | 0.81% | 0.53% | - |
| XYZ | 12.76 | 18.79 | 23.03 | - |
| YUV | 100.61 | 142.89 | 74.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 134 | 127 | 0.81 | 0 | 0.05 | 0.47 | 176.15 | 0.69 | 0.31 |
| Hex | 19 | 86 | 7F | 51 | 0 | 5 | 2F | B0 | 45 | 1F |
| Octal | 31 | 206 | 177 | 121 | 0 | 5 | 57 | 260 | 105 | 37 |
| Binary | 11001 | 10000110 | 1111111 | 1010001 | 0 | 101 | 101111 | 10110000 | 1000101 | 11111 |
Color Harmonies of #19867F
Complementary color
Monochromatic Colors of #19867F
Black with #19867F
Text Example
Text Example
White with #19867F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19867F; }
p { color: rgb(25,134,127); }
H1.HeaderClassName
{
color: #19867F;
}
.AnyTagClassName
{
color: #19867F;
}
</style>
background-color css
<style>
a { background-color: #19867F; }
a { background-color: rgb(25,134,127); }
div.DivClassName
{
background-color: #19867F;
}
.BgClassName
{
background-color: #19867F;
}
</style>
border-color css
<style>
span { border-color: #19867F; }
span { border-color: rgb(25,134,127); }
td.TdClassName
{
border-color: #19867F;
}
.TagClassName
{
border-color: #19867F;
}
</style>