Shades of Elm #19817F
Tints of Elm #19817F
RGB
CMYK
RGB Variations
Color information
#19817F (or 0x19817F) is known color: Elm. HEX triplet: 19, 81 and 7F. RGB value is (25,129,127). Sum of RGB (Red+Green+Blue) = 25+129+127=281 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.90% from 281); Green value is 129 (50.78% from 255 or 45.91% from 281); Blue value is 127 (50% from 255 or 45.20% from 281); Max value from RGB is 129 - color contains mainly: green. Hex color #19817F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19817F is #E67E80. Grayscale: #616161. Windows color (decimal): -15105665 or 8356121. OLE color: 8356121.
HSL color Cylindrical-coordinate representation of color #19817F: hue angle of 178.85º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #19817F is Cyan = 0.81, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 25 | 129 | 127 | - |
| CMYK | 0.81 | 0 | 0.02 | 0.49 |
| HSL | 178.85º | 0.68% | 0.3% | - |
| HSV(B) | 178.85º | 0.81% | 0.51% | - |
| XYZ | 12.08 | 17.44 | 22.81 | - |
| YUV | 97.68 | 144.54 | 76.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 129 | 127 | 0.81 | 0 | 0.02 | 0.49 | 178.85 | 0.68 | 0.3 |
| Hex | 19 | 81 | 7F | 51 | 0 | 2 | 31 | B3 | 44 | 1E |
| Octal | 31 | 201 | 177 | 121 | 0 | 2 | 61 | 263 | 104 | 36 |
| Binary | 11001 | 10000001 | 1111111 | 1010001 | 0 | 10 | 110001 | 10110011 | 1000100 | 11110 |
Color Harmonies of #19817F
Complementary color
Monochromatic Colors of #19817F
Black with #19817F
Text Example
Text Example
White with #19817F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19817F; }
p { color: rgb(25,129,127); }
H1.HeaderClassName
{
color: #19817F;
}
.AnyTagClassName
{
color: #19817F;
}
</style>
background-color css
<style>
a { background-color: #19817F; }
a { background-color: rgb(25,129,127); }
div.DivClassName
{
background-color: #19817F;
}
.BgClassName
{
background-color: #19817F;
}
</style>
border-color css
<style>
span { border-color: #19817F; }
span { border-color: rgb(25,129,127); }
td.TdClassName
{
border-color: #19817F;
}
.TagClassName
{
border-color: #19817F;
}
</style>