Shades of Elm #26726D
Tints of Elm #26726D
RGB
CMYK
RGB Variations
Color information
#26726D (or 0x26726D) is known color: Elm. HEX triplet: 26, 72 and 6D. RGB value is (38,114,109). Sum of RGB (Red+Green+Blue) = 38+114+109=261 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.56% from 261); Green value is 114 (44.92% from 255 or 43.68% from 261); Blue value is 109 (42.97% from 255 or 41.76% from 261); Max value from RGB is 114 - color contains mainly: green. Hex color #26726D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26726D is #D98D92. Grayscale: #5A5A5A. Windows color (decimal): -14257555 or 7172646. OLE color: 7172646.
HSL color Cylindrical-coordinate representation of color #26726D: hue angle of 176.05º 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 #26726D is Cyan = 0.67, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 38 | 114 | 109 | - |
| CMYK | 0.67 | 0 | 0.04 | 0.55 |
| HSL | 176.05º | 0.5% | 0.3% | - |
| HSV(B) | 176.05º | 0.67% | 0.45% | - |
| XYZ | 9.58 | 13.55 | 16.58 | - |
| YUV | 90.71 | 138.32 | 90.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 114 | 109 | 0.67 | 0 | 0.04 | 0.55 | 176.05 | 0.5 | 0.3 |
| Hex | 26 | 72 | 6D | 43 | 0 | 4 | 37 | B0 | 32 | 1E |
| Octal | 46 | 162 | 155 | 103 | 0 | 4 | 67 | 260 | 62 | 36 |
| Binary | 100110 | 1110010 | 1101101 | 1000011 | 0 | 100 | 110111 | 10110000 | 110010 | 11110 |
Color Harmonies of #26726D
Complementary color
Monochromatic Colors of #26726D
Black with #26726D
Text Example
Text Example
White with #26726D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26726D; }
p { color: rgb(38,114,109); }
H1.HeaderClassName
{
color: #26726D;
}
.AnyTagClassName
{
color: #26726D;
}
</style>
background-color css
<style>
a { background-color: #26726D; }
a { background-color: rgb(38,114,109); }
div.DivClassName
{
background-color: #26726D;
}
.BgClassName
{
background-color: #26726D;
}
</style>
border-color css
<style>
span { border-color: #26726D; }
span { border-color: rgb(38,114,109); }
td.TdClassName
{
border-color: #26726D;
}
.TagClassName
{
border-color: #26726D;
}
</style>