Shades of Elm #19756E
Tints of Elm #19756E
RGB
CMYK
RGB Variations
Color information
#19756E (or 0x19756E) is known color: Elm. HEX triplet: 19, 75 and 6E. RGB value is (25,117,110). Sum of RGB (Red+Green+Blue) = 25+117+110=252 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.92% from 252); Green value is 117 (46.09% from 255 or 46.43% from 252); Blue value is 110 (43.36% from 255 or 43.65% from 252); Max value from RGB is 117 - color contains mainly: green. Hex color #19756E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19756E is #E68A91. Grayscale: #585858. Windows color (decimal): -15108754 or 7238937. OLE color: 7238937.
HSL color Cylindrical-coordinate representation of color #19756E: hue angle of 175.43º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #19756E is Cyan = 0.79, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 25 | 117 | 110 | - |
| CMYK | 0.79 | 0 | 0.06 | 0.54 |
| HSL | 175.43º | 0.65% | 0.28% | - |
| HSV(B) | 175.43º | 0.79% | 0.46% | - |
| XYZ | 9.58 | 14.06 | 16.96 | - |
| YUV | 88.69 | 140.02 | 82.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 117 | 110 | 0.79 | 0 | 0.06 | 0.54 | 175.43 | 0.65 | 0.28 |
| Hex | 19 | 75 | 6E | 4F | 0 | 6 | 36 | AF | 41 | 1C |
| Octal | 31 | 165 | 156 | 117 | 0 | 6 | 66 | 257 | 101 | 34 |
| Binary | 11001 | 1110101 | 1101110 | 1001111 | 0 | 110 | 110110 | 10101111 | 1000001 | 11100 |
Color Harmonies of #19756E
Complementary color
Monochromatic Colors of #19756E
Black with #19756E
Text Example
Text Example
White with #19756E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19756E; }
p { color: rgb(25,117,110); }
H1.HeaderClassName
{
color: #19756E;
}
.AnyTagClassName
{
color: #19756E;
}
</style>
background-color css
<style>
a { background-color: #19756E; }
a { background-color: rgb(25,117,110); }
div.DivClassName
{
background-color: #19756E;
}
.BgClassName
{
background-color: #19756E;
}
</style>
border-color css
<style>
span { border-color: #19756E; }
span { border-color: rgb(25,117,110); }
td.TdClassName
{
border-color: #19756E;
}
.TagClassName
{
border-color: #19756E;
}
</style>