Shades of Elm #1B746D
Tints of Elm #1B746D
RGB
CMYK
RGB Variations
Color information
#1B746D (or 0x1B746D) is known color: Elm. HEX triplet: 1B, 74 and 6D. RGB value is (27,116,109). Sum of RGB (Red+Green+Blue) = 27+116+109=252 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.71% from 252); Green value is 116 (45.70% from 255 or 46.03% from 252); Blue value is 109 (42.97% from 255 or 43.25% from 252); Max value from RGB is 116 - color contains mainly: green. Hex color #1B746D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B746D is #E48B92. Grayscale: #585858. Windows color (decimal): -14977939 or 7173147. OLE color: 7173147.
HSL color Cylindrical-coordinate representation of color #1B746D: hue angle of 175.28º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1B746D is Cyan = 0.77, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 27 | 116 | 109 | - |
| CMYK | 0.77 | 0 | 0.06 | 0.55 |
| HSL | 175.28º | 0.62% | 0.28% | - |
| HSV(B) | 175.28º | 0.77% | 0.45% | - |
| XYZ | 9.46 | 13.83 | 16.64 | - |
| YUV | 88.59 | 139.51 | 84.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 116 | 109 | 0.77 | 0 | 0.06 | 0.55 | 175.28 | 0.62 | 0.28 |
| Hex | 1B | 74 | 6D | 4D | 0 | 6 | 37 | AF | 3E | 1C |
| Octal | 33 | 164 | 155 | 115 | 0 | 6 | 67 | 257 | 76 | 34 |
| Binary | 11011 | 1110100 | 1101101 | 1001101 | 0 | 110 | 110111 | 10101111 | 111110 | 11100 |
Color Harmonies of #1B746D
Complementary color
Monochromatic Colors of #1B746D
Black with #1B746D
Text Example
Text Example
White with #1B746D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B746D; }
p { color: rgb(27,116,109); }
H1.HeaderClassName
{
color: #1B746D;
}
.AnyTagClassName
{
color: #1B746D;
}
</style>
background-color css
<style>
a { background-color: #1B746D; }
a { background-color: rgb(27,116,109); }
div.DivClassName
{
background-color: #1B746D;
}
.BgClassName
{
background-color: #1B746D;
}
</style>
border-color css
<style>
span { border-color: #1B746D; }
span { border-color: rgb(27,116,109); }
td.TdClassName
{
border-color: #1B746D;
}
.TagClassName
{
border-color: #1B746D;
}
</style>