Shades of Elm #1C746D
Tints of Elm #1C746D
RGB
CMYK
RGB Variations
Color information
#1C746D (or 0x1C746D) is known color: Elm. HEX triplet: 1C, 74 and 6D. RGB value is (28,116,109). Sum of RGB (Red+Green+Blue) = 28+116+109=253 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.07% from 253); Green value is 116 (45.70% from 255 or 45.85% from 253); Blue value is 109 (42.97% from 255 or 43.08% from 253); Max value from RGB is 116 - color contains mainly: green. Hex color #1C746D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C746D is #E38B92. Grayscale: #585858. Windows color (decimal): -14912403 or 7173148. OLE color: 7173148.
HSL color Cylindrical-coordinate representation of color #1C746D: hue angle of 175.23º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1C746D is Cyan = 0.76, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 28 | 116 | 109 | - |
| CMYK | 0.76 | 0 | 0.06 | 0.55 |
| HSL | 175.23º | 0.61% | 0.28% | - |
| HSV(B) | 175.23º | 0.76% | 0.45% | - |
| XYZ | 9.48 | 13.84 | 16.64 | - |
| YUV | 88.89 | 139.35 | 84.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 116 | 109 | 0.76 | 0 | 0.06 | 0.55 | 175.23 | 0.61 | 0.28 |
| Hex | 1C | 74 | 6D | 4C | 0 | 6 | 37 | AF | 3D | 1C |
| Octal | 34 | 164 | 155 | 114 | 0 | 6 | 67 | 257 | 75 | 34 |
| Binary | 11100 | 1110100 | 1101101 | 1001100 | 0 | 110 | 110111 | 10101111 | 111101 | 11100 |
Color Harmonies of #1C746D
Complementary color
Monochromatic Colors of #1C746D
Black with #1C746D
Text Example
Text Example
White with #1C746D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C746D; }
p { color: rgb(28,116,109); }
H1.HeaderClassName
{
color: #1C746D;
}
.AnyTagClassName
{
color: #1C746D;
}
</style>
background-color css
<style>
a { background-color: #1C746D; }
a { background-color: rgb(28,116,109); }
div.DivClassName
{
background-color: #1C746D;
}
.BgClassName
{
background-color: #1C746D;
}
</style>
border-color css
<style>
span { border-color: #1C746D; }
span { border-color: rgb(28,116,109); }
td.TdClassName
{
border-color: #1C746D;
}
.TagClassName
{
border-color: #1C746D;
}
</style>