Shades of Elm #1F716C
Tints of Elm #1F716C
RGB
CMYK
RGB Variations
Color information
#1F716C (or 0x1F716C) is known color: Elm. HEX triplet: 1F, 71 and 6C. RGB value is (31,113,108). Sum of RGB (Red+Green+Blue) = 31+113+108=252 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.30% from 252); Green value is 113 (44.53% from 255 or 44.84% from 252); Blue value is 108 (42.58% from 255 or 42.86% from 252); Max value from RGB is 113 - color contains mainly: green. Hex color #1F716C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F716C is #E08E93. Grayscale: #575757. Windows color (decimal): -14716564 or 7106847. OLE color: 7106847.
HSL color Cylindrical-coordinate representation of color #1F716C: hue angle of 176.34º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1F716C is Cyan = 0.73, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 31 | 113 | 108 | - |
| CMYK | 0.73 | 0 | 0.04 | 0.56 |
| HSL | 176.34º | 0.57% | 0.28% | - |
| HSV(B) | 176.34º | 0.73% | 0.44% | - |
| XYZ | 9.18 | 13.18 | 16.25 | - |
| YUV | 87.91 | 139.33 | 87.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 113 | 108 | 0.73 | 0 | 0.04 | 0.56 | 176.34 | 0.57 | 0.28 |
| Hex | 1F | 71 | 6C | 49 | 0 | 4 | 38 | B0 | 39 | 1C |
| Octal | 37 | 161 | 154 | 111 | 0 | 4 | 70 | 260 | 71 | 34 |
| Binary | 11111 | 1110001 | 1101100 | 1001001 | 0 | 100 | 111000 | 10110000 | 111001 | 11100 |
Color Harmonies of #1F716C
Complementary color
Monochromatic Colors of #1F716C
Black with #1F716C
Text Example
Text Example
White with #1F716C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F716C; }
p { color: rgb(31,113,108); }
H1.HeaderClassName
{
color: #1F716C;
}
.AnyTagClassName
{
color: #1F716C;
}
</style>
background-color css
<style>
a { background-color: #1F716C; }
a { background-color: rgb(31,113,108); }
div.DivClassName
{
background-color: #1F716C;
}
.BgClassName
{
background-color: #1F716C;
}
</style>
border-color css
<style>
span { border-color: #1F716C; }
span { border-color: rgb(31,113,108); }
td.TdClassName
{
border-color: #1F716C;
}
.TagClassName
{
border-color: #1F716C;
}
</style>