Shades of Elm #1C726D
Tints of Elm #1C726D
RGB
CMYK
RGB Variations
Color information
#1C726D (or 0x1C726D) is known color: Elm. HEX triplet: 1C, 72 and 6D. RGB value is (28,114,109). Sum of RGB (Red+Green+Blue) = 28+114+109=251 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.16% from 251); Green value is 114 (44.92% from 255 or 45.42% from 251); Blue value is 109 (42.97% from 255 or 43.43% from 251); Max value from RGB is 114 - color contains mainly: green. Hex color #1C726D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C726D is #E38D92. Grayscale: #575757. Windows color (decimal): -14912915 or 7172636. OLE color: 7172636.
HSL color Cylindrical-coordinate representation of color #1C726D: hue angle of 176.51º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1C726D is Cyan = 0.75, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 28 | 114 | 109 | - |
| CMYK | 0.75 | 0 | 0.04 | 0.55 |
| HSL | 176.51º | 0.61% | 0.28% | - |
| HSV(B) | 176.51º | 0.75% | 0.45% | - |
| XYZ | 9.26 | 13.39 | 16.56 | - |
| YUV | 87.72 | 140.01 | 85.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 114 | 109 | 0.75 | 0 | 0.04 | 0.55 | 176.51 | 0.61 | 0.28 |
| Hex | 1C | 72 | 6D | 4B | 0 | 4 | 37 | B1 | 3D | 1C |
| Octal | 34 | 162 | 155 | 113 | 0 | 4 | 67 | 261 | 75 | 34 |
| Binary | 11100 | 1110010 | 1101101 | 1001011 | 0 | 100 | 110111 | 10110001 | 111101 | 11100 |
Color Harmonies of #1C726D
Complementary color
Monochromatic Colors of #1C726D
Black with #1C726D
Text Example
Text Example
White with #1C726D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C726D; }
p { color: rgb(28,114,109); }
H1.HeaderClassName
{
color: #1C726D;
}
.AnyTagClassName
{
color: #1C726D;
}
</style>
background-color css
<style>
a { background-color: #1C726D; }
a { background-color: rgb(28,114,109); }
div.DivClassName
{
background-color: #1C726D;
}
.BgClassName
{
background-color: #1C726D;
}
</style>
border-color css
<style>
span { border-color: #1C726D; }
span { border-color: rgb(28,114,109); }
td.TdClassName
{
border-color: #1C726D;
}
.TagClassName
{
border-color: #1C726D;
}
</style>