Shades of Elm #26877B
Tints of Elm #26877B
RGB
CMYK
RGB Variations
Color information
#26877B (or 0x26877B) is known color: Elm. HEX triplet: 26, 87 and 7B. RGB value is (38,135,123). Sum of RGB (Red+Green+Blue) = 38+135+123=296 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.84% from 296); Green value is 135 (53.12% from 255 or 45.61% from 296); Blue value is 123 (48.44% from 255 or 41.55% from 296); Max value from RGB is 135 - color contains mainly: green. Hex color #26877B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26877B is #D97884. Grayscale: #686868. Windows color (decimal): -14252165 or 8095526. OLE color: 8095526.
HSL color Cylindrical-coordinate representation of color #26877B: hue angle of 172.58º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #26877B is Cyan = 0.72, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 38 | 135 | 123 | - |
| CMYK | 0.72 | 0 | 0.09 | 0.47 |
| HSL | 172.58º | 0.56% | 0.34% | - |
| HSV(B) | 172.58º | 0.72% | 0.53% | - |
| XYZ | 13.04 | 19.17 | 21.75 | - |
| YUV | 104.63 | 138.36 | 80.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 135 | 123 | 0.72 | 0 | 0.09 | 0.47 | 172.58 | 0.56 | 0.34 |
| Hex | 26 | 87 | 7B | 48 | 0 | 9 | 2F | AD | 38 | 22 |
| Octal | 46 | 207 | 173 | 110 | 0 | 11 | 57 | 255 | 70 | 42 |
| Binary | 100110 | 10000111 | 1111011 | 1001000 | 0 | 1001 | 101111 | 10101101 | 111000 | 100010 |
Color Harmonies of #26877B
Complementary color
Monochromatic Colors of #26877B
Black with #26877B
Text Example
Text Example
White with #26877B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26877B; }
p { color: rgb(38,135,123); }
H1.HeaderClassName
{
color: #26877B;
}
.AnyTagClassName
{
color: #26877B;
}
</style>
background-color css
<style>
a { background-color: #26877B; }
a { background-color: rgb(38,135,123); }
div.DivClassName
{
background-color: #26877B;
}
.BgClassName
{
background-color: #26877B;
}
</style>
border-color css
<style>
span { border-color: #26877B; }
span { border-color: rgb(38,135,123); }
td.TdClassName
{
border-color: #26877B;
}
.TagClassName
{
border-color: #26877B;
}
</style>