Shades of Elm #19837D
Tints of Elm #19837D
RGB
CMYK
RGB Variations
Color information
#19837D (or 0x19837D) is known color: Elm. HEX triplet: 19, 83 and 7D. RGB value is (25,131,125). Sum of RGB (Red+Green+Blue) = 25+131+125=281 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.90% from 281); Green value is 131 (51.56% from 255 or 46.62% from 281); Blue value is 125 (49.22% from 255 or 44.48% from 281); Max value from RGB is 131 - color contains mainly: green. Hex color #19837D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19837D is #E67C82. Grayscale: #626262. Windows color (decimal): -15105155 or 8225561. OLE color: 8225561.
HSL color Cylindrical-coordinate representation of color #19837D: hue angle of 176.6º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #19837D is Cyan = 0.81, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 25 | 131 | 125 | - |
| CMYK | 0.81 | 0 | 0.05 | 0.49 |
| HSL | 176.6º | 0.68% | 0.31% | - |
| HSV(B) | 176.6º | 0.81% | 0.51% | - |
| XYZ | 12.22 | 17.92 | 22.22 | - |
| YUV | 98.62 | 142.88 | 75.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 131 | 125 | 0.81 | 0 | 0.05 | 0.49 | 176.6 | 0.68 | 0.31 |
| Hex | 19 | 83 | 7D | 51 | 0 | 5 | 31 | B1 | 44 | 1F |
| Octal | 31 | 203 | 175 | 121 | 0 | 5 | 61 | 261 | 104 | 37 |
| Binary | 11001 | 10000011 | 1111101 | 1010001 | 0 | 101 | 110001 | 10110001 | 1000100 | 11111 |
Color Harmonies of #19837D
Complementary color
Monochromatic Colors of #19837D
Black with #19837D
Text Example
Text Example
White with #19837D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19837D; }
p { color: rgb(25,131,125); }
H1.HeaderClassName
{
color: #19837D;
}
.AnyTagClassName
{
color: #19837D;
}
</style>
background-color css
<style>
a { background-color: #19837D; }
a { background-color: rgb(25,131,125); }
div.DivClassName
{
background-color: #19837D;
}
.BgClassName
{
background-color: #19837D;
}
</style>
border-color css
<style>
span { border-color: #19837D; }
span { border-color: rgb(25,131,125); }
td.TdClassName
{
border-color: #19837D;
}
.TagClassName
{
border-color: #19837D;
}
</style>