Shades of Elm #1E746D
Tints of Elm #1E746D
RGB
CMYK
RGB Variations
Color information
#1E746D (or 0x1E746D) is known color: Elm. HEX triplet: 1E, 74 and 6D. RGB value is (30,116,109). Sum of RGB (Red+Green+Blue) = 30+116+109=255 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.76% from 255); Green value is 116 (45.70% from 255 or 45.49% from 255); Blue value is 109 (42.97% from 255 or 42.75% from 255); Max value from RGB is 116 - color contains mainly: green. Hex color #1E746D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E746D is #E18B92. Grayscale: #595959. Windows color (decimal): -14781331 or 7173150. OLE color: 7173150.
HSL color Cylindrical-coordinate representation of color #1E746D: hue angle of 175.12º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1E746D is Cyan = 0.74, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 30 | 116 | 109 | - |
| CMYK | 0.74 | 0 | 0.06 | 0.55 |
| HSL | 175.12º | 0.59% | 0.29% | - |
| HSV(B) | 175.12º | 0.74% | 0.45% | - |
| XYZ | 9.54 | 13.87 | 16.64 | - |
| YUV | 89.49 | 139.01 | 85.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 116 | 109 | 0.74 | 0 | 0.06 | 0.55 | 175.12 | 0.59 | 0.29 |
| Hex | 1E | 74 | 6D | 4A | 0 | 6 | 37 | AF | 3B | 1D |
| Octal | 36 | 164 | 155 | 112 | 0 | 6 | 67 | 257 | 73 | 35 |
| Binary | 11110 | 1110100 | 1101101 | 1001010 | 0 | 110 | 110111 | 10101111 | 111011 | 11101 |
Color Harmonies of #1E746D
Complementary color
Monochromatic Colors of #1E746D
Black with #1E746D
Text Example
Text Example
White with #1E746D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E746D; }
p { color: rgb(30,116,109); }
H1.HeaderClassName
{
color: #1E746D;
}
.AnyTagClassName
{
color: #1E746D;
}
</style>
background-color css
<style>
a { background-color: #1E746D; }
a { background-color: rgb(30,116,109); }
div.DivClassName
{
background-color: #1E746D;
}
.BgClassName
{
background-color: #1E746D;
}
</style>
border-color css
<style>
span { border-color: #1E746D; }
span { border-color: rgb(30,116,109); }
td.TdClassName
{
border-color: #1E746D;
}
.TagClassName
{
border-color: #1E746D;
}
</style>