Shades of Elm #19877C
Tints of Elm #19877C
RGB
CMYK
RGB Variations
Color information
#19877C (or 0x19877C) is known color: Elm. HEX triplet: 19, 87 and 7C. RGB value is (25,135,124). Sum of RGB (Red+Green+Blue) = 25+135+124=284 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.80% from 284); Green value is 135 (53.12% from 255 or 47.54% from 284); Blue value is 124 (48.83% from 255 or 43.66% from 284); Max value from RGB is 135 - color contains mainly: green. Hex color #19877C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19877C is #E67883. Grayscale: #646464. Windows color (decimal): -15104132 or 8161049. OLE color: 8161049.
HSL color Cylindrical-coordinate representation of color #19877C: hue angle of 174º 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 #19877C is Cyan = 0.81, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 25 | 135 | 124 | - |
| CMYK | 0.81 | 0 | 0.08 | 0.47 |
| HSL | 174º | 0.69% | 0.31% | - |
| HSV(B) | 174º | 0.81% | 0.53% | - |
| XYZ | 12.7 | 18.99 | 22.06 | - |
| YUV | 100.86 | 141.06 | 73.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 135 | 124 | 0.81 | 0 | 0.08 | 0.47 | 174 | 0.69 | 0.31 |
| Hex | 19 | 87 | 7C | 51 | 0 | 8 | 2F | AE | 45 | 1F |
| Octal | 31 | 207 | 174 | 121 | 0 | 10 | 57 | 256 | 105 | 37 |
| Binary | 11001 | 10000111 | 1111100 | 1010001 | 0 | 1000 | 101111 | 10101110 | 1000101 | 11111 |
Color Harmonies of #19877C
Complementary color
Monochromatic Colors of #19877C
Black with #19877C
Text Example
Text Example
White with #19877C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19877C; }
p { color: rgb(25,135,124); }
H1.HeaderClassName
{
color: #19877C;
}
.AnyTagClassName
{
color: #19877C;
}
</style>
background-color css
<style>
a { background-color: #19877C; }
a { background-color: rgb(25,135,124); }
div.DivClassName
{
background-color: #19877C;
}
.BgClassName
{
background-color: #19877C;
}
</style>
border-color css
<style>
span { border-color: #19877C; }
span { border-color: rgb(25,135,124); }
td.TdClassName
{
border-color: #19877C;
}
.TagClassName
{
border-color: #19877C;
}
</style>