Shades of Elm #1F746B
Tints of Elm #1F746B
RGB
CMYK
RGB Variations
Color information
#1F746B (or 0x1F746B) is known color: Elm. HEX triplet: 1F, 74 and 6B. RGB value is (31,116,107). Sum of RGB (Red+Green+Blue) = 31+116+107=254 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.20% from 254); Green value is 116 (45.70% from 255 or 45.67% from 254); Blue value is 107 (42.19% from 255 or 42.13% from 254); Max value from RGB is 116 - color contains mainly: green. Hex color #1F746B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F746B is #E08B94. Grayscale: #595959. Windows color (decimal): -14715797 or 7042079. OLE color: 7042079.
HSL color Cylindrical-coordinate representation of color #1F746B: hue angle of 173.65º 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 #1F746B is Cyan = 0.73, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 31 | 116 | 107 | - |
| CMYK | 0.73 | 0 | 0.08 | 0.55 |
| HSL | 173.65º | 0.58% | 0.29% | - |
| HSV(B) | 173.65º | 0.73% | 0.45% | - |
| XYZ | 9.46 | 13.84 | 16.08 | - |
| YUV | 89.56 | 137.84 | 86.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 116 | 107 | 0.73 | 0 | 0.08 | 0.55 | 173.65 | 0.58 | 0.29 |
| Hex | 1F | 74 | 6B | 49 | 0 | 8 | 37 | AE | 3A | 1D |
| Octal | 37 | 164 | 153 | 111 | 0 | 10 | 67 | 256 | 72 | 35 |
| Binary | 11111 | 1110100 | 1101011 | 1001001 | 0 | 1000 | 110111 | 10101110 | 111010 | 11101 |
Color Harmonies of #1F746B
Complementary color
Monochromatic Colors of #1F746B
Black with #1F746B
Text Example
Text Example
White with #1F746B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F746B; }
p { color: rgb(31,116,107); }
H1.HeaderClassName
{
color: #1F746B;
}
.AnyTagClassName
{
color: #1F746B;
}
</style>
background-color css
<style>
a { background-color: #1F746B; }
a { background-color: rgb(31,116,107); }
div.DivClassName
{
background-color: #1F746B;
}
.BgClassName
{
background-color: #1F746B;
}
</style>
border-color css
<style>
span { border-color: #1F746B; }
span { border-color: rgb(31,116,107); }
td.TdClassName
{
border-color: #1F746B;
}
.TagClassName
{
border-color: #1F746B;
}
</style>