Shades of Elm #19847F
Tints of Elm #19847F
RGB
CMYK
RGB Variations
Color information
#19847F (or 0x19847F) is known color: Elm. HEX triplet: 19, 84 and 7F. RGB value is (25,132,127). Sum of RGB (Red+Green+Blue) = 25+132+127=284 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.80% from 284); Green value is 132 (51.95% from 255 or 46.48% from 284); Blue value is 127 (50% from 255 or 44.72% from 284); Max value from RGB is 132 - color contains mainly: green. Hex color #19847F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19847F is #E67B80. Grayscale: #636363. Windows color (decimal): -15104897 or 8356889. OLE color: 8356889.
HSL color Cylindrical-coordinate representation of color #19847F: hue angle of 177.2º 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 #19847F is Cyan = 0.81, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 25 | 132 | 127 | - |
| CMYK | 0.81 | 0 | 0.04 | 0.48 |
| HSL | 177.2º | 0.68% | 0.31% | - |
| HSV(B) | 177.2º | 0.81% | 0.52% | - |
| XYZ | 12.48 | 18.24 | 22.94 | - |
| YUV | 99.44 | 143.55 | 74.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 132 | 127 | 0.81 | 0 | 0.04 | 0.48 | 177.2 | 0.68 | 0.31 |
| Hex | 19 | 84 | 7F | 51 | 0 | 4 | 30 | B1 | 44 | 1F |
| Octal | 31 | 204 | 177 | 121 | 0 | 4 | 60 | 261 | 104 | 37 |
| Binary | 11001 | 10000100 | 1111111 | 1010001 | 0 | 100 | 110000 | 10110001 | 1000100 | 11111 |
Color Harmonies of #19847F
Complementary color
Monochromatic Colors of #19847F
Black with #19847F
Text Example
Text Example
White with #19847F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19847F; }
p { color: rgb(25,132,127); }
H1.HeaderClassName
{
color: #19847F;
}
.AnyTagClassName
{
color: #19847F;
}
</style>
background-color css
<style>
a { background-color: #19847F; }
a { background-color: rgb(25,132,127); }
div.DivClassName
{
background-color: #19847F;
}
.BgClassName
{
background-color: #19847F;
}
</style>
border-color css
<style>
span { border-color: #19847F; }
span { border-color: rgb(25,132,127); }
td.TdClassName
{
border-color: #19847F;
}
.TagClassName
{
border-color: #19847F;
}
</style>