Shades of Elm #1C736E
Tints of Elm #1C736E
RGB
CMYK
RGB Variations
Color information
#1C736E (or 0x1C736E) is known color: Elm. HEX triplet: 1C, 73 and 6E. RGB value is (28,115,110). Sum of RGB (Red+Green+Blue) = 28+115+110=253 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.07% from 253); Green value is 115 (45.31% from 255 or 45.45% from 253); Blue value is 110 (43.36% from 255 or 43.48% from 253); Max value from RGB is 115 - color contains mainly: green. Hex color #1C736E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C736E is #E38C91. Grayscale: #585858. Windows color (decimal): -14912658 or 7238428. OLE color: 7238428.
HSL color Cylindrical-coordinate representation of color #1C736E: hue angle of 176.55º 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 #1C736E is Cyan = 0.76, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 28 | 115 | 110 | - |
| CMYK | 0.76 | 0 | 0.04 | 0.55 |
| HSL | 176.55º | 0.61% | 0.28% | - |
| HSV(B) | 176.55º | 0.76% | 0.45% | - |
| XYZ | 9.42 | 13.63 | 16.89 | - |
| YUV | 88.42 | 140.18 | 84.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 115 | 110 | 0.76 | 0 | 0.04 | 0.55 | 176.55 | 0.61 | 0.28 |
| Hex | 1C | 73 | 6E | 4C | 0 | 4 | 37 | B1 | 3D | 1C |
| Octal | 34 | 163 | 156 | 114 | 0 | 4 | 67 | 261 | 75 | 34 |
| Binary | 11100 | 1110011 | 1101110 | 1001100 | 0 | 100 | 110111 | 10110001 | 111101 | 11100 |
Color Harmonies of #1C736E
Complementary color
Monochromatic Colors of #1C736E
Black with #1C736E
Text Example
Text Example
White with #1C736E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C736E; }
p { color: rgb(28,115,110); }
H1.HeaderClassName
{
color: #1C736E;
}
.AnyTagClassName
{
color: #1C736E;
}
</style>
background-color css
<style>
a { background-color: #1C736E; }
a { background-color: rgb(28,115,110); }
div.DivClassName
{
background-color: #1C736E;
}
.BgClassName
{
background-color: #1C736E;
}
</style>
border-color css
<style>
span { border-color: #1C736E; }
span { border-color: rgb(28,115,110); }
td.TdClassName
{
border-color: #1C736E;
}
.TagClassName
{
border-color: #1C736E;
}
</style>