Shades of Elm #26716C
Tints of Elm #26716C
RGB
CMYK
RGB Variations
Color information
#26716C (or 0x26716C) is known color: Elm. HEX triplet: 26, 71 and 6C. RGB value is (38,113,108). Sum of RGB (Red+Green+Blue) = 38+113+108=259 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.67% from 259); Green value is 113 (44.53% from 255 or 43.63% from 259); Blue value is 108 (42.58% from 255 or 41.70% from 259); Max value from RGB is 113 - color contains mainly: green. Hex color #26716C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26716C is #D98E93. Grayscale: #595959. Windows color (decimal): -14257812 or 7106854. OLE color: 7106854.
HSL color Cylindrical-coordinate representation of color #26716C: hue angle of 176º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #26716C is Cyan = 0.66, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 38 | 113 | 108 | - |
| CMYK | 0.66 | 0 | 0.04 | 0.56 |
| HSL | 176º | 0.5% | 0.3% | - |
| HSV(B) | 176º | 0.66% | 0.44% | - |
| XYZ | 9.41 | 13.31 | 16.26 | - |
| YUV | 90.01 | 138.15 | 90.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 113 | 108 | 0.66 | 0 | 0.04 | 0.56 | 176 | 0.5 | 0.3 |
| Hex | 26 | 71 | 6C | 42 | 0 | 4 | 38 | B0 | 32 | 1E |
| Octal | 46 | 161 | 154 | 102 | 0 | 4 | 70 | 260 | 62 | 36 |
| Binary | 100110 | 1110001 | 1101100 | 1000010 | 0 | 100 | 111000 | 10110000 | 110010 | 11110 |
Color Harmonies of #26716C
Complementary color
Monochromatic Colors of #26716C
Black with #26716C
Text Example
Text Example
White with #26716C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26716C; }
p { color: rgb(38,113,108); }
H1.HeaderClassName
{
color: #26716C;
}
.AnyTagClassName
{
color: #26716C;
}
</style>
background-color css
<style>
a { background-color: #26716C; }
a { background-color: rgb(38,113,108); }
div.DivClassName
{
background-color: #26716C;
}
.BgClassName
{
background-color: #26716C;
}
</style>
border-color css
<style>
span { border-color: #26716C; }
span { border-color: rgb(38,113,108); }
td.TdClassName
{
border-color: #26716C;
}
.TagClassName
{
border-color: #26716C;
}
</style>