Shades of Elm #1D746E
Tints of Elm #1D746E
RGB
CMYK
RGB Variations
Color information
#1D746E (or 0x1D746E) is known color: Elm. HEX triplet: 1D, 74 and 6E. RGB value is (29,116,110). Sum of RGB (Red+Green+Blue) = 29+116+110=255 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.37% from 255); Green value is 116 (45.70% from 255 or 45.49% from 255); Blue value is 110 (43.36% from 255 or 43.14% from 255); Max value from RGB is 116 - color contains mainly: green. Hex color #1D746E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D746E is #E28B91. Grayscale: #595959. Windows color (decimal): -14846866 or 7238685. OLE color: 7238685.
HSL color Cylindrical-coordinate representation of color #1D746E: hue angle of 175.86º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1D746E is Cyan = 0.75, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 29 | 116 | 110 | - |
| CMYK | 0.75 | 0 | 0.05 | 0.55 |
| HSL | 175.86º | 0.6% | 0.28% | - |
| HSV(B) | 175.86º | 0.75% | 0.45% | - |
| XYZ | 9.57 | 13.88 | 16.93 | - |
| YUV | 89.3 | 139.68 | 84.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 116 | 110 | 0.75 | 0 | 0.05 | 0.55 | 175.86 | 0.6 | 0.28 |
| Hex | 1D | 74 | 6E | 4B | 0 | 5 | 37 | B0 | 3C | 1C |
| Octal | 35 | 164 | 156 | 113 | 0 | 5 | 67 | 260 | 74 | 34 |
| Binary | 11101 | 1110100 | 1101110 | 1001011 | 0 | 101 | 110111 | 10110000 | 111100 | 11100 |
Color Harmonies of #1D746E
Complementary color
Monochromatic Colors of #1D746E
Black with #1D746E
Text Example
Text Example
White with #1D746E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D746E; }
p { color: rgb(29,116,110); }
H1.HeaderClassName
{
color: #1D746E;
}
.AnyTagClassName
{
color: #1D746E;
}
</style>
background-color css
<style>
a { background-color: #1D746E; }
a { background-color: rgb(29,116,110); }
div.DivClassName
{
background-color: #1D746E;
}
.BgClassName
{
background-color: #1D746E;
}
</style>
border-color css
<style>
span { border-color: #1D746E; }
span { border-color: rgb(29,116,110); }
td.TdClassName
{
border-color: #1D746E;
}
.TagClassName
{
border-color: #1D746E;
}
</style>