Shades of Elm #1B736C
Tints of Elm #1B736C
RGB
CMYK
RGB Variations
Color information
#1B736C (or 0x1B736C) is known color: Elm. HEX triplet: 1B, 73 and 6C. RGB value is (27,115,108). Sum of RGB (Red+Green+Blue) = 27+115+108=250 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.8% from 250); Green value is 115 (45.31% from 255 or 46% from 250); Blue value is 108 (42.58% from 255 or 43.2% from 250); Max value from RGB is 115 - color contains mainly: green. Hex color #1B736C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B736C is #E48C93. Grayscale: #575757. Windows color (decimal): -14978196 or 7107355. OLE color: 7107355.
HSL color Cylindrical-coordinate representation of color #1B736C: hue angle of 175.23º 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 #1B736C is Cyan = 0.77, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 27 | 115 | 108 | - |
| CMYK | 0.77 | 0 | 0.06 | 0.55 |
| HSL | 175.23º | 0.62% | 0.28% | - |
| HSV(B) | 175.23º | 0.77% | 0.45% | - |
| XYZ | 9.29 | 13.58 | 16.32 | - |
| YUV | 87.89 | 139.35 | 84.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 115 | 108 | 0.77 | 0 | 0.06 | 0.55 | 175.23 | 0.62 | 0.28 |
| Hex | 1B | 73 | 6C | 4D | 0 | 6 | 37 | AF | 3E | 1C |
| Octal | 33 | 163 | 154 | 115 | 0 | 6 | 67 | 257 | 76 | 34 |
| Binary | 11011 | 1110011 | 1101100 | 1001101 | 0 | 110 | 110111 | 10101111 | 111110 | 11100 |
Color Harmonies of #1B736C
Complementary color
Monochromatic Colors of #1B736C
Black with #1B736C
Text Example
Text Example
White with #1B736C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B736C; }
p { color: rgb(27,115,108); }
H1.HeaderClassName
{
color: #1B736C;
}
.AnyTagClassName
{
color: #1B736C;
}
</style>
background-color css
<style>
a { background-color: #1B736C; }
a { background-color: rgb(27,115,108); }
div.DivClassName
{
background-color: #1B736C;
}
.BgClassName
{
background-color: #1B736C;
}
</style>
border-color css
<style>
span { border-color: #1B736C; }
span { border-color: rgb(27,115,108); }
td.TdClassName
{
border-color: #1B736C;
}
.TagClassName
{
border-color: #1B736C;
}
</style>