Shades of Elm #1F746D
Tints of Elm #1F746D
RGB
CMYK
RGB Variations
Color information
#1F746D (or 0x1F746D) is known color: Elm. HEX triplet: 1F, 74 and 6D. RGB value is (31,116,109). Sum of RGB (Red+Green+Blue) = 31+116+109=256 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.11% from 256); Green value is 116 (45.70% from 255 or 45.31% from 256); Blue value is 109 (42.97% from 255 or 42.58% from 256); Max value from RGB is 116 - color contains mainly: green. Hex color #1F746D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F746D is #E08B92. Grayscale: #595959. Windows color (decimal): -14715795 or 7173151. OLE color: 7173151.
HSL color Cylindrical-coordinate representation of color #1F746D: hue angle of 175.06º 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 #1F746D is Cyan = 0.73, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 31 | 116 | 109 | - |
| CMYK | 0.73 | 0 | 0.06 | 0.55 |
| HSL | 175.06º | 0.58% | 0.29% | - |
| HSV(B) | 175.06º | 0.73% | 0.45% | - |
| XYZ | 9.57 | 13.89 | 16.64 | - |
| YUV | 89.79 | 138.84 | 86.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 116 | 109 | 0.73 | 0 | 0.06 | 0.55 | 175.06 | 0.58 | 0.29 |
| Hex | 1F | 74 | 6D | 49 | 0 | 6 | 37 | AF | 3A | 1D |
| Octal | 37 | 164 | 155 | 111 | 0 | 6 | 67 | 257 | 72 | 35 |
| Binary | 11111 | 1110100 | 1101101 | 1001001 | 0 | 110 | 110111 | 10101111 | 111010 | 11101 |
Color Harmonies of #1F746D
Complementary color
Monochromatic Colors of #1F746D
Black with #1F746D
Text Example
Text Example
White with #1F746D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F746D; }
p { color: rgb(31,116,109); }
H1.HeaderClassName
{
color: #1F746D;
}
.AnyTagClassName
{
color: #1F746D;
}
</style>
background-color css
<style>
a { background-color: #1F746D; }
a { background-color: rgb(31,116,109); }
div.DivClassName
{
background-color: #1F746D;
}
.BgClassName
{
background-color: #1F746D;
}
</style>
border-color css
<style>
span { border-color: #1F746D; }
span { border-color: rgb(31,116,109); }
td.TdClassName
{
border-color: #1F746D;
}
.TagClassName
{
border-color: #1F746D;
}
</style>