Shades of Elm #19857E
Tints of Elm #19857E
RGB
CMYK
RGB Variations
Color information
#19857E (or 0x19857E) is known color: Elm. HEX triplet: 19, 85 and 7E. RGB value is (25,133,126). Sum of RGB (Red+Green+Blue) = 25+133+126=284 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.80% from 284); Green value is 133 (52.34% from 255 or 46.83% from 284); Blue value is 126 (49.61% from 255 or 44.37% from 284); Max value from RGB is 133 - color contains mainly: green. Hex color #19857E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19857E is #E67A81. Grayscale: #636363. Windows color (decimal): -15104642 or 8291609. OLE color: 8291609.
HSL color Cylindrical-coordinate representation of color #19857E: hue angle of 176.11º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #19857E is Cyan = 0.81, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 25 | 133 | 126 | - |
| CMYK | 0.81 | 0 | 0.05 | 0.48 |
| HSL | 176.11º | 0.68% | 0.31% | - |
| HSV(B) | 176.11º | 0.81% | 0.52% | - |
| XYZ | 12.55 | 18.49 | 22.65 | - |
| YUV | 99.91 | 142.72 | 74.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 133 | 126 | 0.81 | 0 | 0.05 | 0.48 | 176.11 | 0.68 | 0.31 |
| Hex | 19 | 85 | 7E | 51 | 0 | 5 | 30 | B0 | 44 | 1F |
| Octal | 31 | 205 | 176 | 121 | 0 | 5 | 60 | 260 | 104 | 37 |
| Binary | 11001 | 10000101 | 1111110 | 1010001 | 0 | 101 | 110000 | 10110000 | 1000100 | 11111 |
Color Harmonies of #19857E
Complementary color
Monochromatic Colors of #19857E
Black with #19857E
Text Example
Text Example
White with #19857E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19857E; }
p { color: rgb(25,133,126); }
H1.HeaderClassName
{
color: #19857E;
}
.AnyTagClassName
{
color: #19857E;
}
</style>
background-color css
<style>
a { background-color: #19857E; }
a { background-color: rgb(25,133,126); }
div.DivClassName
{
background-color: #19857E;
}
.BgClassName
{
background-color: #19857E;
}
</style>
border-color css
<style>
span { border-color: #19857E; }
span { border-color: rgb(25,133,126); }
td.TdClassName
{
border-color: #19857E;
}
.TagClassName
{
border-color: #19857E;
}
</style>