Shades of Elm #19857C
Tints of Elm #19857C
RGB
CMYK
RGB Variations
Color information
#19857C (or 0x19857C) is known color: Elm. HEX triplet: 19, 85 and 7C. RGB value is (25,133,124). Sum of RGB (Red+Green+Blue) = 25+133+124=282 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.87% from 282); Green value is 133 (52.34% from 255 or 47.16% from 282); Blue value is 124 (48.83% from 255 or 43.97% from 282); Max value from RGB is 133 - color contains mainly: green. Hex color #19857C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19857C is #E67A83. Grayscale: #636363. Windows color (decimal): -15104644 or 8160537. OLE color: 8160537.
HSL color Cylindrical-coordinate representation of color #19857C: hue angle of 175º 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 #19857C is Cyan = 0.81, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 25 | 133 | 124 | - |
| CMYK | 0.81 | 0 | 0.07 | 0.48 |
| HSL | 175º | 0.68% | 0.31% | - |
| HSV(B) | 175º | 0.81% | 0.52% | - |
| XYZ | 12.43 | 18.44 | 21.97 | - |
| YUV | 99.68 | 141.72 | 74.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 133 | 124 | 0.81 | 0 | 0.07 | 0.48 | 175 | 0.68 | 0.31 |
| Hex | 19 | 85 | 7C | 51 | 0 | 7 | 30 | AF | 44 | 1F |
| Octal | 31 | 205 | 174 | 121 | 0 | 7 | 60 | 257 | 104 | 37 |
| Binary | 11001 | 10000101 | 1111100 | 1010001 | 0 | 111 | 110000 | 10101111 | 1000100 | 11111 |
Color Harmonies of #19857C
Complementary color
Monochromatic Colors of #19857C
Black with #19857C
Text Example
Text Example
White with #19857C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19857C; }
p { color: rgb(25,133,124); }
H1.HeaderClassName
{
color: #19857C;
}
.AnyTagClassName
{
color: #19857C;
}
</style>
background-color css
<style>
a { background-color: #19857C; }
a { background-color: rgb(25,133,124); }
div.DivClassName
{
background-color: #19857C;
}
.BgClassName
{
background-color: #19857C;
}
</style>
border-color css
<style>
span { border-color: #19857C; }
span { border-color: rgb(25,133,124); }
td.TdClassName
{
border-color: #19857C;
}
.TagClassName
{
border-color: #19857C;
}
</style>