Shades of Elm #1F746E
Tints of Elm #1F746E
RGB
CMYK
RGB Variations
Color information
#1F746E (or 0x1F746E) is known color: Elm. HEX triplet: 1F, 74 and 6E. RGB value is (31,116,110). Sum of RGB (Red+Green+Blue) = 31+116+110=257 (34% of max value = 765). Red value is 31 (12.5% from 255 or 12.06% from 257); Green value is 116 (45.70% from 255 or 45.14% from 257); Blue value is 110 (43.36% from 255 or 42.80% from 257); Max value from RGB is 116 - color contains mainly: green. Hex color #1F746E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F746E is #E08B91. Grayscale: #595959. Windows color (decimal): -14715794 or 7238687. OLE color: 7238687.
HSL color Cylindrical-coordinate representation of color #1F746E: hue angle of 175.76º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1F746E is Cyan = 0.73, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 31 | 116 | 110 | - |
| CMYK | 0.73 | 0 | 0.05 | 0.55 |
| HSL | 175.76º | 0.58% | 0.29% | - |
| HSV(B) | 175.76º | 0.73% | 0.45% | - |
| XYZ | 9.62 | 13.91 | 16.93 | - |
| YUV | 89.9 | 139.34 | 85.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 116 | 110 | 0.73 | 0 | 0.05 | 0.55 | 175.76 | 0.58 | 0.29 |
| Hex | 1F | 74 | 6E | 49 | 0 | 5 | 37 | B0 | 3A | 1D |
| Octal | 37 | 164 | 156 | 111 | 0 | 5 | 67 | 260 | 72 | 35 |
| Binary | 11111 | 1110100 | 1101110 | 1001001 | 0 | 101 | 110111 | 10110000 | 111010 | 11101 |
Color Harmonies of #1F746E
Complementary color
Monochromatic Colors of #1F746E
Black with #1F746E
Text Example
Text Example
White with #1F746E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F746E; }
p { color: rgb(31,116,110); }
H1.HeaderClassName
{
color: #1F746E;
}
.AnyTagClassName
{
color: #1F746E;
}
</style>
background-color css
<style>
a { background-color: #1F746E; }
a { background-color: rgb(31,116,110); }
div.DivClassName
{
background-color: #1F746E;
}
.BgClassName
{
background-color: #1F746E;
}
</style>
border-color css
<style>
span { border-color: #1F746E; }
span { border-color: rgb(31,116,110); }
td.TdClassName
{
border-color: #1F746E;
}
.TagClassName
{
border-color: #1F746E;
}
</style>