Shades of Elm #26726E
Tints of Elm #26726E
RGB
CMYK
RGB Variations
Color information
#26726E (or 0x26726E) is known color: Elm. HEX triplet: 26, 72 and 6E. RGB value is (38,114,110). Sum of RGB (Red+Green+Blue) = 38+114+110=262 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.50% from 262); Green value is 114 (44.92% from 255 or 43.51% from 262); Blue value is 110 (43.36% from 255 or 41.98% from 262); Max value from RGB is 114 - color contains mainly: green. Hex color #26726E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26726E is #D98D91. Grayscale: #5A5A5A. Windows color (decimal): -14257554 or 7238182. OLE color: 7238182.
HSL color Cylindrical-coordinate representation of color #26726E: hue angle of 176.84º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #26726E is Cyan = 0.67, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 38 | 114 | 110 | - |
| CMYK | 0.67 | 0 | 0.04 | 0.55 |
| HSL | 176.84º | 0.5% | 0.3% | - |
| HSV(B) | 176.84º | 0.67% | 0.45% | - |
| XYZ | 9.63 | 13.57 | 16.86 | - |
| YUV | 90.82 | 138.82 | 90.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 114 | 110 | 0.67 | 0 | 0.04 | 0.55 | 176.84 | 0.5 | 0.3 |
| Hex | 26 | 72 | 6E | 43 | 0 | 4 | 37 | B1 | 32 | 1E |
| Octal | 46 | 162 | 156 | 103 | 0 | 4 | 67 | 261 | 62 | 36 |
| Binary | 100110 | 1110010 | 1101110 | 1000011 | 0 | 100 | 110111 | 10110001 | 110010 | 11110 |
Color Harmonies of #26726E
Complementary color
Monochromatic Colors of #26726E
Black with #26726E
Text Example
Text Example
White with #26726E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26726E; }
p { color: rgb(38,114,110); }
H1.HeaderClassName
{
color: #26726E;
}
.AnyTagClassName
{
color: #26726E;
}
</style>
background-color css
<style>
a { background-color: #26726E; }
a { background-color: rgb(38,114,110); }
div.DivClassName
{
background-color: #26726E;
}
.BgClassName
{
background-color: #26726E;
}
</style>
border-color css
<style>
span { border-color: #26726E; }
span { border-color: rgb(38,114,110); }
td.TdClassName
{
border-color: #26726E;
}
.TagClassName
{
border-color: #26726E;
}
</style>