Shades of Elm #26716B
Tints of Elm #26716B
RGB
CMYK
RGB Variations
Color information
#26716B (or 0x26716B) is known color: Elm. HEX triplet: 26, 71 and 6B. RGB value is (38,113,107). Sum of RGB (Red+Green+Blue) = 38+113+107=258 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.73% from 258); Green value is 113 (44.53% from 255 or 43.80% from 258); Blue value is 107 (42.19% from 255 or 41.47% from 258); Max value from RGB is 113 - color contains mainly: green. Hex color #26716B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26716B is #D98E94. Grayscale: #595959. Windows color (decimal): -14257813 or 7041318. OLE color: 7041318.
HSL color Cylindrical-coordinate representation of color #26716B: hue angle of 175.2º 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 #26716B is Cyan = 0.66, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 38 | 113 | 107 | - |
| CMYK | 0.66 | 0 | 0.05 | 0.56 |
| HSL | 175.2º | 0.5% | 0.3% | - |
| HSV(B) | 175.2º | 0.66% | 0.44% | - |
| XYZ | 9.36 | 13.28 | 15.98 | - |
| YUV | 89.89 | 137.65 | 90.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 113 | 107 | 0.66 | 0 | 0.05 | 0.56 | 175.2 | 0.5 | 0.3 |
| Hex | 26 | 71 | 6B | 42 | 0 | 5 | 38 | AF | 32 | 1E |
| Octal | 46 | 161 | 153 | 102 | 0 | 5 | 70 | 257 | 62 | 36 |
| Binary | 100110 | 1110001 | 1101011 | 1000010 | 0 | 101 | 111000 | 10101111 | 110010 | 11110 |
Color Harmonies of #26716B
Complementary color
Monochromatic Colors of #26716B
Black with #26716B
Text Example
Text Example
White with #26716B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26716B; }
p { color: rgb(38,113,107); }
H1.HeaderClassName
{
color: #26716B;
}
.AnyTagClassName
{
color: #26716B;
}
</style>
background-color css
<style>
a { background-color: #26716B; }
a { background-color: rgb(38,113,107); }
div.DivClassName
{
background-color: #26716B;
}
.BgClassName
{
background-color: #26716B;
}
</style>
border-color css
<style>
span { border-color: #26716B; }
span { border-color: rgb(38,113,107); }
td.TdClassName
{
border-color: #26716B;
}
.TagClassName
{
border-color: #26716B;
}
</style>